Forum Activity for @luis789

alt=
@luis789
11/18/14 10:17:19AM
96 posts

Charts Songs Plays Not changing its ranks as it should be


Using Jamroom

gary.moncrieff:
Charts only record 1 play from an ip per day, so if there is only a few users you wont see much happening here. This is outlined in the docs.

I doubt very much if the demo sees enough engagement to register many changes as most will click on what's existing at the top.

Thank You for your feedback Gary and I clearly understand your point. Check your site running Jamroom 5 http://yoursite.com/music_charts in the charts section. Click in the "Week", "Month" and "Year" link. See if you can see any changes.
Now check this site that is running Jamroom 4 http://www.ecuahits.com/?t=charts Click in the "Esta Semana", "Este Mes", and "Year". See if you can see any changes. After that you'll will have a better understanding of my point.

Thank You
updated by @luis789: 11/18/14 10:17:52AM
alt=
@luis789
11/18/14 07:21:40AM
96 posts

Charts Songs Plays Not changing its ranks as it should be


Using Jamroom

Hello!

I being noticing in the Demo http://demo.jamroom.net/jrMediaPro/music_charts and also on most of the sites running Jamroom 5, the music Charts plays are not displaying or changing the artist's song played for weekly, monthly and yearly. It displays the same, no matter which rank you pick.
On old Jamroom 4 I like the function that when selected the weekly charts it only showed the Artist, the song and its number of plays that week. When selected on monthly the charts only showed the Artist, song and its number of plays for that month, so on. This made the charts a very exited way of promoting the Artists.
Now on new jamroom 5, the Artist, the song and its number of plays are the same for the weekly, monthly and yearly Charts. This does not makes any sense.

In other words the same song and the same artists had the same number of listeners that listened his/her song for a week, monthly and yearly?
I strongly believe that there is a bug there. See Attachment, maybe it will make more sense.
Honestly, I'm sure if the problem is with my server, but I've seen the same issue in the demo and with every Skin.
That is the only reason why I have not upgraded my other two sites with Jamroom 5.

Could you please take a look?
Thank You
calendar_r1_c1.png calendar_r1_c1.png - 4.9MB

updated by @luis789: 01/14/15 08:38:49AM
alt=
@luis789
11/18/14 06:33:34AM
96 posts

Events Calendar Pro dedicated for Artists en events


Suggestions

First of all I would like to thank You Michael for adding the additional feature in the calendar http://www.jamroom.net/the-jamroom-network/forum/suggestions/14860/calendar-for-jrevent
I love it: However; I belieave more futures are missing.
Saying that, is it possible to clone the Timely Calendar http://time.ly?
I really love their features. As a matter fact I use it on my other sites supported by wordpress.
This calendar will be perfect for jamroom site, specially for the musicians community. My users are screaming for a better calendar. Please check their website. If you like to see the calendar on action please let me know I'll send you the link of my site.
Thank You
updated by @luis789: 12/23/14 10:23:20PM
alt=
@luis789
07/26/14 04:07:48PM
96 posts

Google Ads No longer Working on Media Pro light skin after Jamroom Upgrade from 5.2.5


Design and Skin Customization

I'm sorry for the misunderstanding
The below code is in the Add_Header_720_90.tpl

{* OUR SPONSORS *}
{if $_conf.jrMediaProLight_ads_off != 'on'}
{* *}
{if isset($_conf.jrMediaProLight_google_ads) && $_conf.jrMediaProLight_google_ads == 'on'}




{elseif isset($_conf.jrMediaProLight_side_ad) && strlen($_conf.jrMediaProLight_side_ad) > 0}
{$_conf.jrMediaProLight_side_ad}
{else}

{/if}

{* *}
{/if}
{* OUR SPONSORS END *}

Some how .. it is bypassing the google code and going straight to the else stament.
alt=
@luis789
07/26/14 09:48:27AM
96 posts

Google Ads No longer Working on Media Pro light skin after Jamroom Upgrade from 5.2.5


Design and Skin Customization

Thanks for your reply Douglas.. Before posting on here I made sure that all that was checked. Nothing was changed.. As I stated it only happened after I upgraded jamroom to 5.2.6.

What ever I do, the google adds will not appear. It only shows the default jamroom Adds..

This is the code what i have:

{if jrUser_is_logged_in()}
{jrCore_include template="Add_Header_720_90.tpl"}
{else}
{jrCore_include template="Signup_banner.tpl"}
{/if}
Adds Code:

{if $_conf.jrMediaProLight_ads_off != 'on'}

{if isset($_conf.jrMediaProLight_google_ads) && $_conf.jrMediaProLight_google_ads == 'on'}




{elseif isset($_conf.jrMediaProLight_side_ad) && strlen($_conf.jrMediaProLight_side_ad) > 0}
{$_conf.jrMediaProLight_side_ad}
{else}

{/if}


{/if}
  10