Forum Activity for @michael

michael
@michael
06/15/15 11:44:54PM
7,832 posts

songs wont show up in music charts


Jamroom Developers

on your 'music charts' page:
http://centricbeats.com/music_charts

The ajax that is loading is this url:
http://centricbeats.com/customdomain/cso

That is the jrCustomDomain module, have you got that activated, check the settings for that module, I would expect that the page that is trying to load there should not be that one.
michael
@michael
06/15/15 11:32:58PM
7,832 posts

inbox message


Using Jamroom

There is no system to check that the other user has received your note. I'll add it to our feature request list.

Thanks
michael
@michael
06/15/15 11:29:09PM
7,832 posts

Support Ticket Module


Using Jamroom

Those options are set by the user in there NOTIFICATIONS page:

* support ticket created:
* support ticket updated:

They have the option of "DO NOT NOTIFY" "SEND EMAIL" or "SEND PRIVATE NOTE". If they have it set to send private note, then a private note will be sent and appear in the menu.

The language strings your pointing to in the screenshot are not in the translation system currently.

They will be in the next version 1.2.3 which will be in the marketplace in a few minutes. Update then run the integrity check and they will appear in the translation system.
michael
@michael
06/15/15 11:14:20PM
7,832 posts

ProJam Dark Charts error


Design and Skin Customization

Check your jr_jraudio_item_key table for keys that end in '_count' if you have other things in there other than just streaming its quite possible for something with 0 plays to be ranked higher than something with 3 plays.

If you have downloads, or sales, or other and the other items plays happened outside of the set date range, then that case the one with no plays would be higher than the one with plays.

The advanced charts tracks the counts that happen to that item within the selected time period.
updated by @michael: 10/27/15 07:07:06PM
michael
@michael
06/15/15 11:05:59PM
7,832 posts

Turn off notifications for everyone


Ning To Jamroom

no. If you want to do that, you'd need to build a module.

If that was the question from the beginning, then "Turn off notifications for everyone" is the wrong title. ;)

There is an event to listen for:
'notify_user'

Your module could pick up on that event:

"events and listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners

and check that the 'to_user_id' is within an allowed list and only continue if it is.

Or else listen for the 'create_queue_entry' event and un-set the $_data if the 'queue_name' is 'send_email'

That would do it too. Probably the second is the way to go.
michael
@michael
06/15/15 08:41:59PM
7,832 posts

What is a "profile index page"?


Using Jamroom

'index' is a common term in web development because that is the file that's looked for if one is not specified, so your right they are equivalent terms.

Only bit of ambiguity creeps in when you have set one of the modules to be the initial starting page.

Glad you found out how it works. :)
michael
@michael
06/12/15 10:06:00PM
7,832 posts

How To Customize The File Download Module?


Design and Skin Customization

It should have been doing that anyhow. Update to the marketplace and its working correctly in 1.0.9.

Thanks for finding that.
michael
@michael
06/12/15 09:25:18PM
7,832 posts

How To Customize The File Download Module?


Design and Skin Customization

Great explanation, makes it easy to move on. :) I'll check it out and get back to you.
  526