The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do you make things only show up in one particular forum?
<if condition="$show[('$forumid ==169')]">
I used that code, and it didn't work. Any ideas or anything? |
#2
|
|||
|
|||
it is
<if condition="$forumid==15"> |
#3
|
|||
|
|||
Perfect! Thanks!
People say that doesn't work in firefox...any ideas? |
#4
|
||||
|
||||
try $forum[forumid]==777
or $foruminfo[forumid]==777 |
#5
|
|||
|
|||
why shout this dont work in firefox?
what have the browser to do with what php is doing? |
#6
|
|||
|
|||
I use :
<if condition="in_array($forumid, array(25, 104, 105, 106, 107, 108))"> But put your own forum numbers in replacement. Works just fine in all browsers. |
#7
|
|||
|
|||
Perfect, thanks guys!
Someone told me it didn't, but I think they were wrong... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|