The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I hide a text in specific forum within postpit templet?
hi
I need a code to hide a text or anything incuded in the postbit templet in specific forum, I tried the code below in the postbit templet but it dosn't work: HTML Code:
<if condition="$foruminfo['forumid'] == 74"> <br> <else /> google code </if> any help please? thanling you |
#2
|
||||
|
||||
Try $thread instead of $foruminfo
|
#3
|
|||
|
|||
thanks Lynne,
i trid but didn't work! i don't know why |
#4
|
||||
|
||||
Try these different variables:
$forumid $forum['forumid'] $foruminfo['forumid'] $thread['forumid'] $threadinfo['forumid'] $GLOBALS['forumid'] One of them should work. |
#5
|
|||
|
|||
thanks alot
this one is working fine: $forum['forumid'] thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|