View Single Post
(#4)
Old
suzkaw suzkaw is offline
Help you, I will.
suzkaw has a spectacular aura about
 
Posts: 1,822
Join Date: Mar 2006
Location: Belmont, NC
Default 02-26-2007, 03:21 PM

Patrick,

If you would open the category.php file and locate the following two lines of code:
PHP Code:
get_ids($arr_childs);
$cat[$i]['total']=get_count($arr_childs);
Then just comment them out like this:
PHP Code:
//get_ids($arr_childs);
//$cat[$i]['total']=get_count($arr_childs);
This will remove the listing count and speed the site back up. Please note those same lines will be in three or four places in the category.php file. It will also be in the index.php file.


--
Thanks,
Eric Barnes
68 Classifieds
Documentation - Modifications - My Blog

Reply With Quote