Log in

View Full Version : Subforum Conditional Question


zioto
04-18-2008, 06:00 PM
Is there a conditional that can recognize if a forumbit is a subforum?

Since it seems that the forumhome_forumbit_level1_nopost loops itself when using subforums, I'm trying to set up a conditional that activates when forumhome_forumbit_level1_nopost is used by a subforum.

Trying to solve an issue that happens here: http://forums.battlegroup9.com/forumdisplay.php?f=10

It only gets messed up when viewing a forum's childforums AND subforum. I could fix this if I could add some code that only applied to the subforum.

Dismounted
04-19-2008, 06:17 AM
<if condition="$forum['parentid'] == 0">FORUM IS NOT SUBFORUM</if>