global ranking votes reset problem

gamespro

New Member
votes are resetting after 7 days instead of month, in my ranking settings of admin panel i have already set it to monthly
+ the ranking system is bugged
check the IN on gamespro100.com and check the ranks
its showing a server with 0 votes on #2 and others on #3 and some with few votes on #6 and #7
 

Mark

Administrator
Staff member
Because you have the wrong tag in your table_top_row and table_row template, you are showing weekly stats, but your list is ranking/ordering by monthly unique in.
 

gamespro

New Member
so its just resetting the numbers of IN and OUT weekly :S
but the Rank method is still "IN"
and the ranks are still good but is just resetting IN and OUT (values) on gamespro100.com

how do i resolve it? how can i set it like It only reset both IN and OUT on monthly bases just like rank method?
 

Mark

Administrator
Staff member
if you look in the templates I mentioned above you will see this:

{$unq_in_0_weekly} OUT: {$unq_out_0_weekly}

Change it to:

{$unq_in_0_monthly} OUT: {$unq_out_0_monthly}
 
Top