View Single Post
Old February 7th, 2005, 05:25 PM   #7 (permalink)
Brian
Guest
 
Posts: n/a
Re: "clientscript" Path

Ahhh, that would be the problem then. Looks like I never put a replace on the adv_no_permission() function. For anyone else that's having this problem, look in your functions_gallery.php file for this code:

Code:
Content visible to verified customers only.
Replace it with this:
Code:
Content visible to verified customers only.
And that should take care of the problem.