Here is a patch to correct the sorting issue on the toplist. This corrects the sorting issue though I'm not sure what Slynderdale had in mind.
This addresses the problem earlier stated by Slynderdale:
Quote:
A bug fix in the old version that if a site has over 10 votes some times its gets placed at the bottom or middle and ones wirh 5,6,7 and so on gets placed higher.
|
This patch adjusts settings in the MySQL so that it handles the sorting properly.
Be Sure to Back Up Your Database in case something happens.
Run the following MySQL query in PhpMyAdmin:
PHP Code:
ALTER TABLE `toplist_sites` CHANGE `topid` `topid` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT;
After running the MySQL Query, log out of your Database, and view your TopList. It now sorts properly. In Version 2.0, I'm not sure what changes will be made to sort it properly, but hopefully what I did is what Slynderdale had in mind.
Enjoy!