Forum Activity for @paul

paul
@paul
03/13/14 03:02:16PM
4,335 posts

followers/guestbook request


Jamroom Developers

My understanding is that a profile (admin?) wants to follow all profiles, and sign all profile guestbooks all as one operation. Is that right PGS?
Let us know exactly what you want to achieve and maybe we can help.
paul
@paul
03/13/14 08:15:08AM
4,335 posts

jrImport - error with spanish characters on band names


Installation and Configuration

Got it. I'll try it out later today and let you know.
paul
@paul
03/13/14 06:09:54AM
4,335 posts

jrImport - error with spanish characters on band names


Installation and Configuration

Not sure about this.
Send the JR4 site URL and the key you set in the jrExport module to Paul at jamroom dot net and I'll try importing some of your profiles to see what's happening.
paul
@paul
03/13/14 02:52:38AM
4,335 posts

Like It button not showing


Installation and Configuration

At the moment, you need to add the like smarty calls to the templates, as discussed in the links above.
However, I've just updated the jrLike module so that it now adds itself to the 'item details'. This means that like buttons will show automatically on all item detail pages.
We'll get that released within the next couple of days.
paul
@paul
03/13/14 02:46:11AM
4,335 posts

followers/guestbook request


Jamroom Developers

I assume by admin only, otherwise a mass guestbook post could be used by spammers.
I think its unlikely that we'll build it into the Core modules, but a custom module to do this would be pretty straightforward.
paul
@paul
03/12/14 09:13:11AM
4,335 posts

jrImport - many JR4 quotas IDs


Installation and Configuration

You don't add the profile IDs. You add the JR4 quota IDs.
Ie. if all members in JR4 quota -1 need to go to JR5 quota 'Members', enter -1
If artists in JR4 quotas 2 and 3 need to go to JR5 quota 'Artists', enter 2,3
hth
Pa
paul
@paul
03/12/14 08:40:52AM
4,335 posts

jrImport - many JR4 quotas IDs


Installation and Configuration

In the jrImport config you can map JR4 quotas to JR5 quotas, then when importing profiles they will automatically be allocated their target JR5 quota.
hth
Pa
paul
@paul
03/12/14 07:39:23AM
4,335 posts

Form Designer For Playlist Form, Need Playlist Image


Design and Skin Customization

I think it only shows for Master Admin. Is that not happening?
paul
@paul
03/12/14 06:41:50AM
4,335 posts

Form Designer For Playlist Form, Need Playlist Image


Design and Skin Customization

As admin, goto the playlist create and/or update page then click on the Form Designer (top right).
Add in a 'file' form field. Set the options to image files only (jpg, gig, png).
Note that you'll need to then modify the playlist templates to show the new image field.
hth
Pa
paul
@paul
03/11/14 02:40:30AM
4,335 posts

jrCharts - How would I put my top ten songs in the media player?


Design and Skin Customization

In the template that the jrChart calls to list the items there will be an $_items array with all the chart tracks in. I think you can use that in the player -

{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_items autoplay=true}
  406