Ranking period

screentzzz

New Member
My website is about to be launched. I have designed my own heavily modified template. I still have a big problem and haven´t found a solution yet.

It's about the ranking period. Instead of daily, weekly and monthly, I would prefer to rank the hits in/votes yearly, in total or in a self-determined period.

Does anyone know how I could do this? Possibly with a plugin, but how?
I haven't found anything helpful in the forum and I'm more into design/frontend.

After the launch I will present the site to you in more detail.
 

screentzzz

New Member
I remembered that the function to rank by overall was available in the previous versions. It looks like it has not been removed.

Here is the solution for those who want to rank by overall.

change the setting.php in .../source/admin

change:
Code:
$ranking_periods = array('daily', 'weekly', 'monthly');
to:
Code:
$ranking_periods = array('daily', 'weekly', 'monthly', 'overall');
Save and upload. Now you can select Overall in the admin panel under Ranking Settings
 
Top