How do I make all members signature not showing just on 1 forum (lets say the forum is Buy and Sell Forum).Thanks
Excluded Signature just for 1 forum
Collapse
X
-
You could put a forum template conditional around this section of the postbit template:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Here is the online documentation for using template conditionals:
Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
You could put a forum template conditional around this section of the postbit template:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Here is the online documentation for using template conditionals:
http://www.vbulletin.com/docs/html/m...e_conditionals
Excellent,thanks again Steve.Problem solved.Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment