Are you sure you are changing the template for the correct style you are using? Put an X above it so you can see that it is there:
HTML Code:
$header
$navbar
<if condition="$forum[forumid]=='2'">
Testing 2
</if>
<if condition="$forum[forumid]=='7'">
Testing 3
</if>
<if condition="$forum[forumid]=='8'">
Testing 8
</if>
$poll
<if condition="$show['inlinemod']">
I just put that exact condition in the template on my website, only with forumid 12 instead of 2 (I don't have a forumid 2) and it worked just fine. It also worked fine with $thread[forumid] and with $forumid.
Attachment 90358