The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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!
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|