The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Signatures?
Is there a way to make it so certain usergroups can not see signatures? I.E. I do not want my unregistered guests to see my registered users signatures.
|
#2
|
||||
|
||||
Edit your postbit template and edit this:
HTML Code:
<if condition="$post['signature']">
HTML Code:
<if condition="$post['signature'] OR !$bbuserinfo['userid']">
|
#3
|
|||
|
|||
THANKS!!! You gave me a really good start. I figured it out - should be:
Code:
<if condition="$bbuserinfo[userid]"> <if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> <if condition="$show['postedited']"> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|