I don't know if this will work for everyone, but I added the following code to
Forum Display Templates -> Forum Display
Right after $navbar paste the following code. I'm not 100% sure this will work for everyone but I thought I'd share.
<table><tr><td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_new_thread]"</a><else /> </if></td>
</tr></table>
|