https://www.icyphoenix.com/viewtopic.php?f=26&t=1582&p=12060#p12060
-----------------------------------
Artie
Thu 12 Apr, 2007 20:46

Re: FAP Guestion
-----------------------------------
[quote user="Artie" post="11707"]Try this: 
Take the code ( from above) that I gave you and...


REPLACE 
[codeblock]if ((!$userdata['session_logged_in']) && ($full_size_param == '&amp;full=true'))
   {
       redirect(append_sid(album_append_uid(LOGIN_MG . "?redirect=album_showpage.$phpEx&pic_id=$pic_id&full=true")));
   } [/codeblock]
WITH 
[codeblock]if (($userdata['user_posts'] < 10) && ($full_size_param == '&amp;full=true'))
   {
        // YOUR CODE TO REDIRECT USERS OF LESS THAN 10 POST  
   } [/codeblock][/quote]
This works for me. 

I do not understand what does not work for you.... 
Did you place the code as I originally instructed ?
What code did you put in to redirect your users ?


