Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Tutorial info Visit support topic

  • Added on: May 23 2010 12:59 AM
  • Date Updated: May 23 2010 12:59 AM
  • Views: 2147
 


Add link at bottom of forum

Adds a link next to the Mark Board As Read bottom link.

Posted by Michael on May 23 2010 12:59 AM
This tutorial will show you how to add links to the bottom of the forum, next to the Mark Board As Read link.

Posted Image

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&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;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.

Powered by Tutorials 1.4.1 © 2012, by Michael McCune