Forum Activity for @michael

michael
@michael
10/29/18 12:55:11AM
7,816 posts

Images Blurry on Soundcloud and Crop themselves in general


Installation and Configuration

The solution in the other thread is to go into jrSoundCloud_item_list.tpl add in a {debug} to see what variables you have available to you at that point, then see if any of the other variables are better quality. If there is one that is better quality, then use its name value instead of the current one.

These are images that come from soundcloud, so you're only going to be able to use a better image if they provide one to use.

the solution will be something like this:
<img src="{$item.soundcloud_artwork_url|replace:"-large.jpg":"-t500x500.jpg"}" .......
which means soundcloud is providing some-image-name-large.jpg and will change it to some-image-name-t500x500.jpg
michael
@michael
10/24/18 06:41:57PM
7,816 posts

Ninja Skin - Mobile - Hide Avatar


Design and Skin Customization

Also, there's the tool in the developers tools module
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> Template Name in Source

Then look at the source code of the page you're interested in and you'll see which template it comes from.
name_in_source.jpg name_in_source.jpg - 141KB
michael
@michael
10/24/18 06:37:10PM
7,816 posts

the purchased items are not showing


Using Jamroom

Where are they not showing? Installed items don't show in the marketplace list.
michael
@michael
10/18/18 10:46:14PM
7,816 posts

Embedding videos, audios and blog entries etc


Using Jamroom

The playlist module allows for you to make lists of videos:
https://www.jamroom.net/the-jamroom-network/networkmarket/56/playlists

could you make your lists as playlists, then embed the playlist player?
michael
@michael
10/18/18 10:42:15PM
7,816 posts

Create Basic Info Page in Module


Jamroom Developers

I don't believe - _ is relevant in 2018.

Hyphens can not be uses as function names. If you must have them, then you could use the default() function and handle it with a switch.

view_pcTradesPlumbers_default($_post, $_user, $_conf){

switch($_post['option']){
  case'alabama-plumbers':
  // put all your logic in here   

break;
}

}
michael
@michael
10/16/18 08:16:39PM
7,816 posts

Create Basic Info Page in Module


Jamroom Developers

_

--
Is that enough of a clue?

A: You're view function is view_pcTradesPlumbers_alabama_plumbers() but you're trying to access the page at alabama-plumbers.

your page is visible at:

https://dev.patriaco.net/residential-commercial-plumbers/alabama_plumbers

Well done.
michael
@michael
10/15/18 05:55:59AM
7,816 posts

Spotify


Using Jamroom

There is no spotify module if thats what you're asking.
michael
@michael
10/14/18 09:15:15PM
7,816 posts

Problem with last Elastic 2 update


Design and Skin Customization

You're right. I've repackaged the skin and uploaded it to the marketplace.

Reload the skin via
ACP -> MARKETPLACE -> TOOLS -> RELOAD MODULES OR SKINS -> ELASTIC 2 -> RELOAD

and it should be there.

Thanks very much. :)
michael
@michael
10/13/18 09:38:49PM
7,816 posts

a couple of minor Chat suggestions


Using Jamroom

Its not been released yet, that will be in the next version.
  105