Page 1 of 1
Adding links to the board index - Any help?
Posted: Sun Dec 20, 2009 5:45 pm
by Shadow of Nobody
http://img130.imageshack.us/img130/4024 ... 017385.jpg
Red-highlighted area. I know when viewing a topic, that space is taken up as the navigation, but if the links were to only show on the board index, I think it'd work out fine.
Re: Adding links to the board index - Any help?
Posted: Tue Dec 22, 2009 12:17 am
by Shadow of Nobody
Bump

Re: Adding links to the board index - Any help?
Posted: Tue Dec 22, 2009 12:40 am
by Nawid
Open your style/ overall_header.html
find
Code: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
In-line find
add after
then refresh your templates through ACP
Re: Adding links to the board index - Any help?
Posted: Tue Dec 22, 2009 12:48 am
by Shadow of Nobody
Many thanks, Nawid

Re: Adding links to the board index - Any help?
Posted: Tue Dec 22, 2009 10:49 am
by Nawid
no problem, you're welcome ^^