These are simple template changes.
For a New Thread button next to each forum, add this link:
Code:
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="{imagesfolder}/newthread.gif" border="0"></a>
to your forumdisplay_forumbit_levelX_post and forumhome_forumbit_levelX_post templates.
For a Reply button next to each thread, add this link:
Code:
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$thread[threadid]"><img src="{imagesfolder}/reply.gif" border="0"></a>
to your forumdisplaybit template.
And about the last post thing, it's already there.