Log in

View Full Version : How do I show something in a specific forum?


willstumpf
10-01-2007, 10:42 PM
Hi,

How can I show something in a specific forum?

For example: When someone makes a new thread in the forum ID 1 it will show something.

Thanks!

dismas
10-02-2007, 03:57 AM
You'll have to be more specific when you say "something".

Kirk Y
10-02-2007, 04:00 AM
Depending on the template you're using this in:
<if condition="$foruminfo['forumid'] == X"></if>
Or if that doesn't work, try this:
<if condition="$GLOBALS['forumid'] == X"></if>

willstumpf
10-02-2007, 02:51 PM
Thanks Kirk Y! Thats what i wanted :D