Re: Full View Only For Members
This may work, but remember...
The same modification should be applied to
album_otf.php,
album_picm.php and
album_pic.php otherwise someone may access directly to the pic...
Remember that BBCode posted pictures in full mode may be affected as well.
OPEN
album_showpage.php
FIND ( 2 instances of )
$full_size_param = '&full=true';
AFTER ADD ( for both instances )
if (!$userdata['session_logged_in'])
{
redirect(append_sid(album_append_uid(LOGIN_MG . '?redirect=album_showpage.'.$phpEx.'&pic_id='.$pic_id.'&full=true')));
}
Edit: OOOPS!