The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
You need to edit the postbit template and wrap the info you wish to hide in a conditional i.e.
Code:
<vb:if condition="$thread[forumid] != 8888">THE POSTBIT CODE YOU WANT TO HIDE HERE</vb:if> To specify several forums at a time use this: Code:
<vb:if condition="in_array($forum['forumid'], array(1,2,3))"> <vb:comment>Show Nothing in forums 1, 2, and 3</vb:comment> <vb:else /> Put the OLD code here or rather, the code you want to show in all other forums so you don't lose it. </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|