I'm still trying to find out the one for specific forums though... any ideas?
Forums are identified by their forumid. So, if you want to do something just for one forum, you would write a condition based on the forumid. Something like (you didn't say the template):
HTML Code:
<if condition="$forumid == 5">
stuff just for forumid 5
</if>