Working on 3.5 RC2. Nice idea.
EDIT: I am getting better at codding. Ok, here is what i did to modify this to fit sub forums.
In the
Forum Home Templates gorup find
forumhome_subforumbit_post and below:
PHP Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
Add this:
PHP Code:
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/buttons/newthread-small.gif" border="0" alt="New Thread" /></a>