@Fireproof - You need to edit some templates to make this happen.
Edit the forumhome_forumbit_level
?_post templates and add
Code:
<if condition="$show['subforums']"><div class="$forum[statusicon]titlebg">-- $forum[subforums]</div></if>
below
Code:
<div class="$forum[statusicon]windowbg">- <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></div>
then edit forumhome_forumbit_level
?_nopost templates and add
Code:
<if condition="$show['subforums']"><div class="$forum[statusicon]titlebg">-- $forum[subforums]</div></if>
below
Code:
<div class="windowbg">- <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></div>
Then edit the subforumbit_nopost and subforumbit_post templates and replace the cntents with
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
That should add the subforums listings - you probably only need to edit the level1 and level2 templates..
The reply link
[rep] does quote by default - you want a quoting and non-quoting reply links?