Tuesday, January 18, 2011

How to Edit Navbar in IP.Board

Global templates > Global template

Search for the following code


Code:
{parse variable="helpActive" default="" oncondition="IPS_APP_COMPONENT == 'core' AND $this->request['module'] == 'help'" value="active"}
Note, some skins may be different btw.


add this at the end of the other code

Code:
<li id="nav_members" class="left "><a href="your url" target="_blank" title="put a description of the link here"><span style="">put the link name here</span></a></li>
this should work but you may need to move it about abit to put it in the right place 

No comments:

Post a Comment