The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Signature question...
Ok I have customised the signature on my site to show a certain field if its filled out, field19 which is forum stats image. Only problem is my members can view it but the guests can't view it.
Here is the code: HTML Code:
<if condition="$post['signature']"> <!-- sig --> <div> <center>_________________________</center><br /> $post[signature] </div> </if><br /> <if condition="$post['field19']"> <div> <center>_________________________</center><br /></if> <if condition="$post['field19']"> <center> <table cellpadding="3" cellspacing="0" border="1"> <tr> <td> <img src="$post[field19]"> </td> </tr> </table> </div> <!-- / sig --> </if></center> Thanks in advance and cheers Myth |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|