View Full Version : Must be logged in to view Signatures?
tonyswifey
05-03-2008, 10:36 PM
What is the mod that you need a certain post count or need to log in to view signatures?
tonyswifey
06-20-2008, 12:41 AM
Does not anyone know the mod or maybe I didn't explain it right :o Certain forums I have seen the url's/images are not displayed because you need 5 posts or more to view. I like this feature and would like to offer it to my members but I do not know the mod. I hope this description is a little bit more clear and someone can help me out with this :)
Guest210212002
06-20-2008, 02:05 AM
Find this in postbit/postbit legacy:
$post[signature]
Use this conditional around it:
<if condition="$bbuserinfo['userid'] != 0">
$post[signature]
</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.