View Single Post
Old 10-14-2003, 09:21 AM   #2
Ghryphen
THZ Founder
 
Ghryphen's Avatar
 
Join Date: Mar 2001
Location: WA, USA
Age: 49
Posts: 3,927
Default

I visited your webpost and it appears to be working ok, is this something that only happens in the admin panel?

Type opening admin/tpl_admin_menu.php and find:

PHP Code:
<a href="../groups.php">Groups</a>: <? getgroupcount() ?><br>
change to:

PHP Code:
<a href="../groups.php">Groups</a>: <? // getgroupcount() ?><br>
You will not see the group count in your admin stats, but this will help narrow down the problem.
Ghryphen is offline   Reply With Quote