BirdOPrey5
06-30-2010, 02:36 AM
$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 1277869234 at 1277869234 ---------------
That was quick...
<if condition="$foruminfo[forumid] == 2">
works. :)
<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 1277869234 at 1277869234 ---------------
That was quick...
<if condition="$foruminfo[forumid] == 2">
works. :)