![]() |
signature disabled in a specific forum
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. https://vborg.vbsupport.ru/external/2011/12/7.gif |
I would be interested in knowing this as well.
(Still searching the archives, though.) |
Find in your respective postbit template:
Code:
<if condition="$post['signature']"> Code:
<if condition="$post['signature'] AND $GLOBALS[forumid] != X"> |
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. |
Thanks!
How do I do it for more than just one forum? |
Code:
<if condition="$post['signature'] AND in_array($GLOBALS[forumid], array(5,6,7))"> |
Thank You!!! works great!
|
All times are GMT. The time now is 03:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|