The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
I removed the Tag field so people couldn't enter Tags in the first place.
I found it in: style manager >> new posting templates >> newthread Modifying the string: Code:
<if condition="$show['tag_option']"> If you DON'T want the Tags field displayed for a specific forum, it would be: Code:
<if condition="$show['tag_option'] AND $forumid!=12"> If you DO want it displayed but only for forums 2, 4 and 5, it would be: Code:
<if condition="$show['tag_box'] AND in_array($forumid, array(2,4,5))"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|