The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is it possible to limit signature viewing by forum?
|
|
#2
|
||||
|
||||
|
You can edit the conditional for the signature in postbit(_legacy). By default, it is (off the top of my head):
Code:
<if condition="$show['signature']"> Code:
<if condition="$show['signature'] AND $forum['forumid'] != X"> Code:
<if condition="$show['signature'] AND !in_array($forum['forumid'], array(X, Y, Z))"> |
|
#3
|
|||
|
|||
|
Thank you.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|