basicly same idea
copy our code from forumdisplay template
HTML Code:
<a href="newthread.php?$session[sessionurl]do=newthread&f=$forum[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
change the varible abit
and presto, were done
Now if youd like to add this to the moderators collum. (i wouldnt suggest a new one as it might bie abit crapmed.)
in forumhome_level1_post find
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
and replace it with our new code
HTML Code:
<td class="alt1">
<a href="newthread.php?$session[sessionurl]do=newthread&f=$forum[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a></div></td>

you should change the newthread button to somthing else, as it would be rather large