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!