Quote:
Originally Posted by Hex_legend
Compliments to you for finding it and for the author of the code 
Thank you
--------------- Added [DATE]1256226320[/DATE] at [TIME]1256226320[/TIME] ---------------
Also, just a thought..
This code would only be needed IF the user of that profile states in the registration that their profile contains nudity as not all profiles will contain nudity.
I don't want to do it so that they can't view ANY profile
|
Then simply add in a new profile field and condition it with something similar to this:
Code:
<if condition"$post['field10']">
<if condition="$bbuserinfo['birthday_search'] < '1980-01-01'">Your code here if born before 1-1-1980 i.e. cut and paste entire member profile to here</if>
<else />
Member profile code here too so it will show even if they did not enter in a value into your field!
</if>
Might need to change $post to $user or $userinfo etc see the conditional list and whip it up real quick!