PDA

View Full Version : add text to only one forum?


forcerm
02-14-2010, 10:59 PM
Is it possible to add text above a forum list when viewing categories.

for example.

FORUM CATEGORY
--forum1
--forum2

when FORUM CATEGORY is clicked, it will show the list of forums, is it possible to add some text to this page.

i was told to use conditionals such as <if condition $forumid == 28>text here...</if>

but nothing has worked, what is the proper way to do this?

thanks

SpaMMerGR
02-14-2010, 11:15 PM
<if condition="$forum[forumid] == X">Your text here</if>

Where X is the forum id obviously :)

forcerm
02-16-2010, 07:19 PM
thanks