The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|