CraftyMommy.com
07-20-2008, 01:18 AM
Is it possible to limit signature viewing by forum?
Dismounted
07-20-2008, 05:35 AM
You can edit the conditional for the signature in postbit(_legacy). By default, it is (off the top of my head):
<if condition="$show['signature']">
Change it to (replace X with forum ID to not display in):
<if condition="$show['signature'] AND $forum['forumid'] != X">
For multiple forums:
<if condition="$show['signature'] AND !in_array($forum['forumid'], array(X, Y, Z))">
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.