Thanks Gray Matter. That will do just fine. But in this case I need to filter by the forums parent ID, not the forums ID itself. Any ideas?
--------------- Added [DATE]1193702900[/DATE] at [TIME]1193702900[/TIME] ---------------
Oh, I found the function $foruminfo['parentid']. So I did the following:
Code:
<if condition="$foruminfo['parentid'] == 17">
Show forums like this
<else />
Show forums like this
</if>
But it doesn't work...