Forum Activity for @paul

paul
@paul
11/16/13 07:43:23AM
4,335 posts

Timeline Comments


Suggestions

Where are you seeing it (url)?
updated by @paul: 11/16/13 07:43:42AM
paul
@paul
11/16/13 07:30:24AM
4,335 posts

Timeline Comments


Suggestions

Just test commented on one of michael's actions in my timeline. The comment was accepted an showed in the action detail page, but on returning to the timeline, its not showing. Comments still say '0' on both my and michael's timeline.
Going back to the detail page and no comment.
Is it a cache thing?
paul
@paul
11/16/13 06:57:33AM
4,335 posts

Timeline Comments


Suggestions

Yeah - but if anyone really wanted to do it, comment actions could be filtered out with a search parameter in the {jrCore_list module="jrAction" . . .} call.
paul
@paul
11/16/13 06:51:34AM
4,335 posts

Timeline Comments


Suggestions

That's ok for a single comment form in the action details page, but was just thinking about if the comment form was put in the list loop. That's when things might get messy!!
paul
@paul
11/16/13 06:46:07AM
4,335 posts

JR 5 Charts,top songs..... seamless listing


Installation and Configuration

The JR4 seamless module didn't work with charts either.
I've not looked into seamless charts for JR5 so at this stage don't know how it might work or even if its possible.
Sorry
paul
@paul
11/16/13 04:32:25AM
4,335 posts

JR 5 Charts,top songs..... seamless listing


Installation and Configuration

Assuming 'top songs' is by plays, show both audio and soundcloud items like this -

{jrSeamless_list modules="jrAudio,jrSoundCloud" order_by="*_file_stream_count NUMERICAL_DESC" etc etc }

Seamless charts cannot be done. It would need a custom Charts module to do this.
hth
Pa
paul
@paul
11/16/13 04:04:43AM
4,335 posts

JR 4 Import issue


Installation and Configuration

Not sure how soundcloud tracks could get imported as audio items as well as soundcloud items. Was the song import process run twice at all? Not that it should matter. If the import sees that an item already exists, it just gets updated and not 're-created'.
paul
@paul
11/16/13 02:15:45AM
4,335 posts

Timeline Comments


Suggestions

You can add comments to jrAction item_list.tpl (or a copy of it - jrAction_item_list.tpl - in the skin folder) -

{jrComment_form module="jrAction" profile_id=$item._profile_id item_id=$item._item_id item=$item}

The problem is that posting a comment, in turn, creates another action, which will have a comment box, so you end up with comments on comments!!

It would likely need a small custom 'listener' module to filter out comment actions.
paul
@paul
11/15/13 11:03:38AM
4,335 posts

"Developers Guide to Customizing Jamroom" udemy course


Jamroom Developers

That's great. When its done, I think Steve was talking about getting it up here - https://digitalocean.com/community
paul
@paul
11/15/13 08:41:58AM
4,335 posts

JR 4 Import issue


Installation and Configuration

After creating your JR5 quotas to match those of JR4, run the JR5 Integrity Check then goto the jrImport Global Config page. You should see all the quotas with a text field next to each one. Enter the corresponding JR4 quota IDs in each field and save. Then import your artists, members and users.

Providing the JR5 jrRating module is installed and enabled, JR4 youtube and soundcloud ratings should be imported. The same goes for plays which should end up in the 'youtube_file_stream_count' and 'soundcloud_file_stream_count' fields.
  430