$forum[forumid] doesn't seem to work in the threadbit template... I need a way to find out if If a certain forum is being displayed in forumdisplay... basically
<if conditional="$forum[forumid] == 2">
do something
</if>
But with a conditional that works...
$thread[forumid] gives me the forumid of the thread title, as expected.
--------------- Added [DATE]1277869234[/DATE] at [TIME]1277869234[/TIME] ---------------
That was quick...
<if condition="$foruminfo[forumid] == 2">
works.