FAP SUPPORT - FAP - Allowing Guest To See »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - FAP - Allowing Guest To See



Costa [ Fri 04 Sep, 2009 01:19 ]
Post subject: FAP SUPPORT - FAP - Allowing Guest To See
1.-Is it possible to allow Guest to see the Category Title – Category Description (and having to do login to see the rest) ?


2. - Is it possible to allow Guest to see the Category Title – Category Description and the Thumbnail (and having to do login to see the rest) ?


Mighty Gorgon [ Fri 11 Sep, 2009 23:04 ]
Post subject: Re: FAP - Allowing Guest To See
Maybe it is enough to edit album_showpage.php by adding this code or similar:

Code: [Hide] [Select]
if (!$userdata['session_logged_in'])
{
redirect(append_sid(LOGIN_MG . '?redirect=' . 'album_showpage.' . PHP_EXT . '&pic_id=' . $_GET['pic_id'], true));
}


Costa [ Sat 12 Sep, 2009 20:00 ]
Post subject: Re: FAP - Allowing Guest To See
Thanks Luca,
I will try and let you know here




Powered by Icy Phoenix