Forum Activity for @paul

paul
@paul
03/08/14 03:00:00PM
4,335 posts

soundcloud code got broken


Jamroom Help

Not sure about it breaking after an update, but that code should never have worked ;-)
Try using

{jrCore_list module="jrSoundCloud" order_by="_created random" limit="9" template="n8index_soundcloud.tpl"}

hth
Pa
paul
@paul
03/08/14 06:27:53AM
4,335 posts

ProJam5 Customization Questions


Jamroom Help

The 71 in your example is the ID of the song. Not sure how else the template is going to know which song to display?
paul
@paul
03/08/14 04:51:56AM
4,335 posts

ProJam5 Customization Questions


Jamroom Help

If you had a skin template called Artists.tpl then that URL would call that template and 'Albums' and 'Song-names' would be passed to the template as $_post smarty variables. What (if anything) they are used for is up to the template.
paul
@paul
03/07/14 07:37:35AM
4,335 posts

ProJam5 Customization Questions


Jamroom Help

There's a tool in the free Developer module to clone skins to a new name, in fact, we recommend that users do that so that any future updates do not overwrite your skin customisations.

The URLs are inherent to Jamroom but you can customise them to an extent.
The skin name doesn't show in URLs anyway so your second example would be http://yoursite.com/mda-the-blaquesmyth/audio/71/step-to-my-rep
You can then specify the module part of the URL to be what you want, so the above URL might be http://yoursite.com/mda-the-blaquesmyth/songs/71/step-to-my-rep or http://yoursite.com/mda-the-blaquesmyth/songs to show all of the artist's songs.
Similarly, you can alter the template names so that all songs are listed with http://yoursite.com/songs, say.
hth
Pa
paul
@paul
03/06/14 02:09:16PM
4,335 posts

Jamroom jrimport import select profiles ?


Installation and Configuration

Quote: since the site I importing from is as old as jam room is
You can only import from JR4 sites.
paul
@paul
03/06/14 01:58:27PM
4,335 posts

Jamroom jrimport import select profiles ?


Installation and Configuration

If you had, say, a comma seperated list of band_ids you didn't want importing it might make it easier.
We could patch that into the code and do a stristr on it, and not import if true.
paul
@paul
03/06/14 11:38:39AM
4,335 posts

Jamroom jrimport import select profiles ?


Installation and Configuration

Tricky this as first profiles are imported, then users. They are then paired up.
Your criteria would need to test user parameters like user_email and user_last_login, and you don't get those until all profiles have been imported.
Can't think of an easy solution I'm afraid.
paul
@paul
03/06/14 01:16:26AM
4,335 posts

Jamroom jrimport import select profiles ?


Installation and Configuration

You can select not to import profiles with no uploaded media and/or no uploaded image.
On what condition do you not want to import? It might be an easy code patch.
paul
@paul
03/05/14 11:33:55AM
4,335 posts

How can I bypass


Using Jamroom

Just find the appropriate 'a' tag(s) in the home page template(s) and change the link there.
Or edit the skin's profile_index.tpl template to suit.
  408