FAP CUSTOMIZATION - Full View Only For Members


Subject: FAP CUSTOMIZATION - Full View Only For Members
hi ,
i wanna show the full pictures only for forum users and not for guest. how can i realise that ?!

guest shoud only see the midthumbnail but not the full view

Profile PM  
Subject: Re: Full View Only For Members
This topic

http://www.icyphoenix.com/viewtopic.php?t=808

discusses only full view for users.... blocks thumb and mid-thumb

Do you need the mid thumb viewable ?

Profile PM  
Subject: Re: Full View Only For Members
Artie wrote: [View Post]
This topic

http://www.icyphoenix.com/viewtopic.php?t=808

discusses only full view for users.... blocks thumb and mid-thumb

Do you need the mid thumb viewable ?


Hi ,

yes the midthumb only for guests , the fullview should be for Members only

Profile PM  
Subject: Re: Full View Only For Members
This may work, but remember...

Mighty Gorgon wrote: [View Post]

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... :wink:

Remember that BBCode posted pictures in full mode may be affected as well. :wink:


OPEN album_showpage.php

FIND ( 2 instances of )
Code: [Download] [Hide] [Select]
$full_size_param = '&full=true';


AFTER ADD ( for both instances )
Code: [Download] [Hide] [Select]
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!

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0914s (PHP: 18% SQL: 82%)
SQL queries: 10 - Debug Off - GZIP Enabled