View Single Post
Old February 14th, 2005, 10:58 AM   #5 (permalink)
Brian
Guest
 
Posts: n/a
Re: Limit access to the full size image

/forum/includes/init.php - Look for:
Code:
Content visible to verified customers only.
Replace with:
Code:
Content visible to verified customers only.
/forum/includes/adminfunctions_gallery.php - Look for:
Code:
Content visible to verified customers only.
Add below:
Code:
Content visible to verified customers only.
/gallery/showimage.php - Look for:
Code:
Content visible to verified customers only.
Add below:
Code:
Content visible to verified customers only.
Upload the files and then go change the permissions for your usergroups.
  Reply With Quote