Recent Topics

1 Jan 24, 2008 18:04    

Im currently using version 2.3.0 (renaissance). I have successfully installed the system. Im currently using the asevo skin and I just cant seem to figure out how to add additional links at the top bar alongside the "Home", "Contact" and "Log In" links. Can anybody help? Many thanks :D

2 Jan 25, 2008 04:57

A quick dirty way is to create a post. Then under Post Type, select Page. That will add a link to post if you write something on the body. Otherwise, you can just do the title and url. That would open up a new link.

3 Jan 25, 2008 05:32

Open index.main.php in your skin folder and put this code before or after Menu Container, but inside the <ul> tag (lines 55-70)

<li><a href="http://b2evolution.net">Custom link</a></li>

4 Jan 25, 2008 14:02

Thanks for the replies sam2kb and esanchez, I will try them out and see how. Appreciate it! :D


Form is loading...