View Single Post
  #1 (permalink)  
Old 08-24-2008, 08:13 PM
cmstheme's Avatar
cmstheme cmstheme is offline
Pligg Donor
 
Join Date: Jan 2007
Posts: 268
Thanks: 28
Thanked 41 Times in 31 Posts
[SOLVED] Fix: Sub Categories Total Count

Description: A fix to get the correct total number of subcategories in each parent category.
Pligg Version Affected: Beta 9.8.2, 9.9.0 and 9.9.5

Open /libs/dbtree.php, go to LINE 170 and find:
PHP Code:
if($cat->category_parent == $catid && $cat->category__auto_id <> && $cat->category_lang == $dblang
Replace the above code with:
PHP Code:
if($cat->category_parent == $catid && $cat->category__auto_id <> 0
__________________
Unleash The True Beauty Of Pligg CMS: Join Our Pligg Template Club
Reply With Quote
The Following User Says Thank You to cmstheme For This Useful Post: