We're in the early stages of moving our site to a single drupal 4.7.2 (+gallery) install. We currently use about 5 cms withabout 4000 articles between them, and have several hundred static pages. This includes a phpbb forum with 115000 posts, 2000 users and about 50 forums which we've just tested phpbb2drupal on fairly successfully.
We previously used the cat_hierarchy mod for phpbb to make subforums. Drupal has unlimited subforums, but no option to control how they're displayed on the main /forum page. That's what this thread is for. We're fine with html and css, but have very, very limited php, so please bear with us.
drupal displays subforums like this:
--
Container
Parent forum...........................................................topics....posts...last post
parent forum description
--subforum1............................................................topics....posts...last post
--subforum description
--subforum2............................................................topics....posts...last post
--subforum description
--subforum3............................................................topics....posts...last post
--subforum description
Container
--
with 50 forums this makes for a very large front page.
what we'd like is something like this:
--
Container
Parent forum.........................................................topics.....posts...last post
parent forum description
subforum1 (new posts icon?) subforum2 (new posts icon?) subforum3 (new posts icon?)
Container
--