Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Quick New Thread

This adds a [New Thread] in the index page for each forum


This simple template change will add a [New Thread] link under each forum on your index page.

Steps:
1) Log into your ACP
2) Click on Modify/Delete under Templates
3) Click expand on your template set
4) Click Expand on Forum Display Templates
5) Either click Update Or Change Original for forumbit_depth2_forum
6) Find:
{$forum[\'description\']}
Below That Add

Code:
<br />
<a href=\'newthread.php?fid={$forum[fid]}\'>[New Thread]</a><br />

7) Save and your done!