Jump to content

Menu Bar


Tylor Eddy

Recommended Posts

Gday Guys

I have created my website, nearly done ! :) finally, just need some help on one more thing.

I need help creating a menu bar, the one that came with Roberts Template doesnt really match my site unfortunately. Can someone help me out with this?, I am relatively new to this but i am keen to learn. I also wanted to add some new menu buttons Forums, Contact Us etc.

Any help would be much appreciated.

My bad forgot my site link lol. website located here - www.southerncrossva.comli.com

Thanks

Tylor eddy

Link to comment
Share on other sites

Guest CableGuy

Well, their are always free applications out their that are very easy to use. If dont mind giving it a try, Their is a freeware program out their called GIMP. Give it a try, If it doesnt budge, I bet i could throw something together for you.

Link to comment
Share on other sites

ok my fault i misinformed you, i can create one, in dreamweaver. but i dont understand how to implement it to the site and add directories to my other areas of the site i want to add like a forums page about us page etc. i want to keep the defualt buttons and how they work but i want a new look and some added buttons. lol

Thanks

Link to comment
Share on other sites

  • Administrators

Your menu is in the core_navigation.tpl file, right now it looks something like this ->

<div id="menu">
<ul>
<li><li><a href="http://www.southerncrossva.comli.com/index.php/Frontpage">home</a></li>
<li><a href="http://www.southerncrossva.comli.com/index.php/login/">Login</a></li>
<li><a href="http://www.southerncrossva.comli.com/index.php/registration">Register</a></li>
<li><a href="http://www.southerncrossva.comli.com/index.php/pilots">Pilots</a></li>
<li><a href="http://www.southerncrossva.comli.com/index.php/acars">Live Map</a></li>
</li>
</ul>
</div>

You can add any links you want like this >

<li><a href="http://www.southerncrossva.comli.com/myforum">Forum</a></li>

putting whatever address you want the button to point to in the line.

As far as looks, if you are not going to implement a new nav bar, you could edit the background images for the existing one with a photo editor and change the colors/borders in your css file.

Link to comment
Share on other sites

ok , that help a bit, what file is this in ? frontpage_main.tpl ? im having trouble finding it like that, but i want to change the style on my menu bar as well, i dont like the buttons, also when i add on an extra line , like my about us page, where do i place that page ?, does it have to be the same format like the home page with a header, footer etc.

This is very confusing at the moment lol.

Thanks for the help so far.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...