This is a plugin for Question2Answer that displays the top scoring users of the current month as well as week in two separate sidebar widgets and on a separate page. This code was initially forked from https://github.com/q2apro/q2apro-best-users-per-month-free but changed mostly completely due to give better performance.
This plugin adds 2 widgets- for monthly toppers and weekly toppers respectively. Also adds a page for monthly toppers listing.
- Uses MYSQL event scheduler – this needs to be enabled. Hence no cronjob required.
- Migrates userscores from Best-Users-per-Month free plugin which has a performance bug.
- Weekly Scores are counted from the start of installation of plugin
- If scoring rates are changed at anytime. the plugin data becomes invalid.
- Based on feedback, a new version shall be made with more features.