The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have a javascript encrypter gadget and thought it would be cool to put in my staff room but how would I only put it in the staff room subsection??
|
|
#2
|
||||
|
||||
|
Open your FORUMDISPLAY template, then add this code where you want it showed:
Code:
<if condition="$forum[forumid] == X">Your javascript code.</if> X = Your staff room subsection ID. |
![]() |
|
|