MyBB Community Forums

Full Version: Post new thread from postbit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What link should I use to post new thread from the postbit template?
adding {$newthread} next to the new reply button in showthread template should do it..

if you want it inside the post bit then,

<a href="newthread.php?fid={$fid}"><img src="{$theme['imglangdir']}/newthread.gif" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>
Buddy thanks a lot +1

Just noticed that there is a template for it: "showthread_newthread" an EPIC fail Smile