The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi, my question is how can i disable signatures in a specific forum?
is there an option to do so or there a mod that can help me do that? thank you.
|
|
#2
|
|||
|
|||
|
I would be interested in knowing this as well.
(Still searching the archives, though.) |
|
#3
|
||||
|
||||
|
Find in your respective postbit template:
Code:
<if condition="$post['signature']"> Code:
<if condition="$post['signature'] AND $GLOBALS[forumid] != X"> |
|
#4
|
|||
|
|||
|
Thx,
since am not acquainted with vBulletin, I was looking for how to get the FORUMID, and here you brought it: $GLOBALS[forumid]. thanks again. |
|
#5
|
|||
|
|||
|
Thanks!
How do I do it for more than just one forum? |
|
#6
|
||||
|
||||
|
Code:
<if condition="$post['signature'] AND in_array($GLOBALS[forumid], array(5,6,7))"> |
|
#7
|
|||
|
|||
|
Thank You!!! works great!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|