The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if condition display signature...
In postbit, we have this code...
Code:
<if condition="$post['signature']"> <!-- sig --> <div><fieldset><legend>Signature</legend> $post[signature] </fieldset></div> <!-- / sig --> </if> How do I do this? Can someone show me code? |
#2
|
||||
|
||||
HTML Code:
<if condition="$post['signature']"> <!-- sig --> <div><fieldset><legend>Signature</legend> $post[signature] </fieldset></div> <!-- / sig --> <else /> <div><fieldset><legend>Signature</legend> This User Has No Signature </fieldset></div> </if> HTML Code:
<if condition="$post['signature']"> <!-- sig --> <div><fieldset><legend>Signature</legend> $post[signature] </fieldset></div> <!-- / sig --> <else /> <div> This User Has No Signature </div> </if> |
#3
|
|||
|
|||
Thanks Lynne
You're so helpful. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|