View Single Post
Old December 9th, 2004, 07:19 PM   #3 (permalink)
Brian
Guest
 
Posts: n/a
Re: Adding a Category from Category Admin (Frontend)

Gotta love stupid mistakes like that.

If you'll open your /forum/includes/functions_gallery.php file and look for this code:
Code:
Content visible to verified customers only.
And replace it with this:
Code:
Content visible to verified customers only.
Then that should fix the problem with the category not being able to be selected.

And for the button, just edit your 'ADV_GALLERY_CATMANAGER_ADDEDIT_CAT' template and look for:
Code:
Content visible to verified customers only.
And replace it with:
Code:
Content visible to verified customers only.
And that should take care of that problem.