|
Partial fix...
/templates/skidoo_too/topusers_center.tpl
This should be the same line number for other templates (different folder of course), but I'm not certain.
Change line 21
from
$rows = $db->get_var("SELECT count(*) as count $from_where $order_by");
to
$rows = $db->query("SELECT * $from_where");
This doesn't show all users, just the users that have >0 in the column you've selected to sort by.
__________________
- Ash
|