Quote:
Originally Posted by hotwheels
Zachariah? Is there a way to shut off the image to the public when you are logged off of the site? Right now when you log off, and clear your cookies. Go back to the site and open it, you see the photo bar with the images. I would like to be able to have that option, so that it can't be viewed when a person isn't a registered viewer........
hotwheels
|
Hello Sir.
No images for guests ?
Plugin: Forumhome: Gallery Main
Hook Locaton: forumhome_complete
Code:
if ($vbulletin->userinfo['userid']) {
Plugin here
}
Place the code around all that is in that plugin.