View Full Version : Potentially stupid question
kofoid
03-12-2006, 04:21 PM
Is there a way to turn signatures off on only one forum?
Yes, in the postbit/legacy (whichever you are using) template, replace:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
with (replace XX with the forum ID you want to exclude)
<if condition="$post['signature'] AND $forum[forumid]!=X">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Hope that helps.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.