The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Info on new thread in specific sub forum
Is it possible to have an info box pop up when a user starts a new thread in a specific forum or sub forum?
I can see how to add one for every forum by changing the new thread posting template. Thanks |
#2
|
|||
|
|||
If you know how to do it for all forums, then you should be able to put it in <vb:if> tags, like:
Code:
<vb:if condition="in_array($forumid, array(X, Y, Z))"> </vb:if> But this way you do have to list all the child forum ids. If you wanted to check for child forums without listing them all I think you'd have to create a plugin. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|