Sniper_E wrote: You do not want the "sub subforum" to show in the index's forum legend...
You only want the subforums to show there.
But you still want that "sub subforum" to show in it's parent subforum legend.
It's like you can't make it show only in it's parent forum.
And there are two different sections in the settings that should allow this to happen.
Code: Select all
$subforums[$parent_id][$forum_id]['display'] = ($row['display_on_index']) ? true : false;
Code: Select all
$subforums[$parent_id][$forum_id]['display'] = ($row['display_on_index'] && $parent_id == $row['parent_id']) ? true : false;