View Single Post
  #7 (permalink)  
Old 04-26-2006, 07:34 PM
AshDigg's Avatar
AshDigg AshDigg is offline
Mayor of PliggVille
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
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
Reply With Quote