View Single Post
Old August 6th, 2005, 03:23 PM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: Category name not shown in navbar

Run this query:
UPDATE adv_gallery_categories SET parentlist = 1 WHERE catid = 1;

Then edit your categories and save the display order so that the category cache will be updated and that should take care of the problem.