Intro
The following allows you to create a new thread from the index via a little speech bubble image after the forum name. Clicking the speech bubble takes you to the new thread creation page for that forum. This basically reduces the number of clicks needed for your members to post a new thread, making your forum more user friendly.
Demo
<snip - content>
Tutorial
Download the image and upload it to ./images
Open the forumbit_depth2_forum template, find:
Add after:
Plugin
Alternatively you can use this simple plugin which does the template edits for you: http://mods.mybb.com/view/create-new-thr...-the-index
The following allows you to create a new thread from the index via a little speech bubble image after the forum name. Clicking the speech bubble takes you to the new thread creation page for that forum. This basically reduces the number of clicks needed for your members to post a new thread, making your forum more user friendly.
Demo
<snip - content>
Tutorial
Download the image and upload it to ./images
Open the forumbit_depth2_forum template, find:
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
Add after:
<a href="newthread.php?fid={$forum['fid']}" title="Post new thread in {$forum['name']}"><img src="images/cnti.png" alt="New Thread" /></a>
Plugin
Alternatively you can use this simple plugin which does the template edits for you: http://mods.mybb.com/view/create-new-thr...-the-index