Forum Activity for @paul

paul
@paul
03/24/16 09:31:04AM
4,335 posts

Guestbook counter


Using Jamroom

This isn't an issue, as such, its the way Jamroom works.
A guestbook entry is a 'Jamroom Item', the same as a video, photo, comment, forum post etc., and as such is 'owned' by the profile that created it. If a profile uploads five songs, say, you would expect that to be reflected in the profile stats. Similarly, if a profile makes 5 entries in different guestbooks, he has created (and owns) 5 guestbook items. Hope that makes sense?
I agree that this could seem a bit of an anomaly. Where are you seeing it, and in what skin? I'll take a look and see if anything can be done.
Thanks
paul
@paul
03/24/16 06:40:15AM
4,335 posts

Meta tag manager documentation


Using Jamroom

Thanks. When creating the documentation we created place-holders for everything but it looks like they have not all been completed yet. We'll get that sorted asap.
paul
@paul
03/24/16 05:50:23AM
4,335 posts

profiles created by the admin


Using Jamroom

Quote: When we create a profile that is linked to a user account, that profile gets in the timeline all the info from followed profiles from that user. That's how it's intended to work, right?
Only the profile owner will see timeline information on who he is following. Non profile owners will see the timeline information of just the profile they are looking at.
paul
@paul
03/22/16 09:46:37AM
4,335 posts

Increment the audio file stream count


Using Jamroom

That table holds all module stream and view counts so you would need to just delete the rows pertaining to 'audio_file_stream_count'.
paul
@paul
03/22/16 09:12:04AM
4,335 posts

List of not read messages from Private Notes


Using Jamroom

From that image, it looks as though what you are after is some sort of (popup) notification system?
That is something we are currently looking into, but it would be a 'site-wide' notification system that would include all site events. It would also be tied in with some other new features that are in the pipe-line.

But if you wanted this now, just for Private Notes, it would mean a custom module that returned just the unread messages.
paul
@paul
03/22/16 06:43:58AM
4,335 posts

Increment the audio file stream count


Using Jamroom

Nmaster88:
It seems it's only counting for each music only one stream for each user? I want it to count all the time. How can i do that? Thanks
Unfortunately that is the way Jamroom is designed to work so as to prevent 'gaming' by users. Something custom would be needed to 'listen' for plays and to increment counters separately to the JR play counters.
paul
@paul
03/22/16 06:40:35AM
4,335 posts

List of not read messages from Private Notes


Using Jamroom

The PrivateNote module does not use a datastore so jrCore_list is not going to work with it. Something custom would be needed to do this. Sorry.
paul
@paul
03/22/16 03:33:32AM
4,335 posts

List of not read messages from Private Notes


Using Jamroom

This already happens. The number of unread notes a user has received shows in the menu drop down on his user name in the menu bar, then, when clicking on that, unread messages are shown in bold typeface.
hth
paul
@paul
03/21/16 12:48:57PM
4,335 posts

Replies to Group Discussions don't show in My main page Activity Timeline


Using Jamroom

Try changing the search2 parameter to this -

search="action_data NOT_LIKE %\"comment_module\":\"jrProfile\"%"

That should exclude comments on profiles but let all other comments through.
paul
@paul
03/21/16 11:11:33AM
4,335 posts

Replies to Group Discussions don't show in My main page Activity Timeline


Using Jamroom

Have just taken a look at your index page template and you have Comment actions excluded from the timeline -

{jrCore_list module="jrAction" search1="action_module != jrFollower" search2="action_module != jrComment" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=50 page=$_post.p}
  225