MyBB Community Forums

Full Version: Navigation Bar Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

I'm currently almost done with the completion of my message board but the only thing that got me stuck is the navigation bar. How can I add pages to the navigation bar?

There's Search Member List and Calender and I was hoping to add Forums to the bar since I got my portal up and running on the main screen.

Go to: http://yourdomain.com/admin/index.php?mo...xpand=6|27

Replace yourdomain.com with your domain name and find;

<ul>

Add the following code just after that;

<li><a href="YOUR_URL_GOES_HERE"><img src="YOUR_IMAGE_URL_GOES_HERE" alt="" title="" />YOUR_NEW_LINK_NAME_GOES_HERE</a></li>

Use the same code to add as many links you want to add Wink
Thanks a lot, appreciate it.
Never forget please to hit the solve button Wink
do i need to change domain name and image link in provided code?
(2010-12-09, 04:21 PM)Neelesh Mosun Wrote: [ -> ]do i need to change domain name and image link in provided code?

yes you do.
i wants to change color of donate link is ot possible? my forum is www.ajmidhji.net
If you need to change the color of link, then try this;

<li><a href="YOUR_URL_GOES_HERE"><img src="YOUR_IMAGE_URL_GOES_HERE" alt="" title="" /><font color="YOUR_COLOR_NAME_GOES_HERE">YOUR_NEW_LINK_NAME_GOES_HERE</font></a></li>
Thaks yaldaram buddy Smile you are rockking yaar
Thanxxxxxxxxxxxxx Yaldaram you are rockking yaar
Pages: 1 2