PDA

View Full Version : Info on new thread in specific sub forum


dom_
05-15-2012, 09:39 AM
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

kh99
05-15-2012, 02:41 PM
If you know how to do it for all forums, then you should be able to put it in <vb:if> tags, like:


<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.