hey:)
how would we only allow a certain group to view a page?
lets say i want group "A" to be able to view all the images
but
i want group "B" only to view thumbnails
how would i go about getting this to work?
if (A){
} else {
{
$redirect = $redirect . "you are not allowed to view this page.php";
header("Location: $redirect");
exit();
}}
something like this?
DefenceTalk made a mod for this that is in the Mods forum. Look for something like 'Only Registered users can view images.'