Enabling the container style display seems to not effect the forum display. I've no clue.. It did work before (version October 2007)

Comments

heytrish’s picture

Search in uieforum.module:

      if ($CurrentForum->ThreadCount == 0 && $subfolders && variable_get('uieforum_subforum_view', 0)) 

change to:

      if ($CurrentForum->ThreadCount == 0 && $subfolders || variable_get('uieforum_subforum_view', 0))
daniel.hunt’s picture

Assigned: Unassigned » daniel.hunt
Status: Active » Closed (works as designed)

That fix has some unforseen side-affects if you allow posting in any of your containers