This tutorial will show you how to add links to the bottom of the forum, next to the Mark Board As Read link.

Firstly open your Admin CP > Look & Feel Tab > select your skin > Manage Templates & CSS > Global Templates > globalTemplate
Find (bottom of textarea, a first paragraphs up):
Add BELOW:
Save. For every new link you add, just wrap it with the <li></li> tags.

Firstly open your Admin CP > Look & Feel Tab > select your skin > Manage Templates & CSS > Global Templates > globalTemplate
Find (bottom of textarea, a first paragraphs up):
<li><a href="{parse url="app=forums&module=forums&section=markasread&marktype=all&k={$this->member->form_hash}" base="public"}" title='{$this->lang->words['mark_all_as_read']}'>{$this->lang->words['mark_board_as_read']}</a></li>
Add BELOW:
<li><a href='http://www.testlink.com'>Link One</a></li>
Save. For every new link you add, just wrap it with the <li></li> tags.











