View Single Post
Old May 22nd, 2005, 12:02 PM   #5 (permalink)
Brian
Guest
 
Posts: n/a
Re: Odd Category Listing

Quote:
Originally Posted by ManagerJosh
Ahh..okay...sorta confusing though isn't it Brian? :/
That will be changed in the next version.

Quote:
Oh btw, having "Quotes" within the Gallery Category title breaks it...
If you look in your vba_gallery_admin.php file for this code:
Code:
Content visible to verified customers only.
Replace with this:
Code:
Content visible to verified customers only.
Then find:
Code:
Content visible to verified customers only.
And add this right below it:
Code:
Content visible to verified customers only.
Then save that category and that should take care of the problem.