DirtyDan
2nd February 2004, 11:33 PM
I have finaly finished the update from VB 3.0 Beta 5 to 3.0.0 Release Candidate 3 and my question is how do I add buttons to the navigation bar? Please don't laugh I'm still learning
:p
:p
|
View Full Version : OK this is probably going to be a dumb question but I need a lil help... DirtyDan 2nd February 2004, 11:33 PM I have finaly finished the update from VB 3.0 Beta 5 to 3.0.0 Release Candidate 3 and my question is how do I add buttons to the navigation bar? Please don't laugh I'm still learning :p LunaticSVT 3rd February 2004, 12:45 AM Depends on what all you are trying to acheive. Are you wanting to have more drop downs? Are you wanting to have just more links uptop? If it is a link like calendar then go into the navbar template and look for this <!-- nav buttons bar --> in there you will see some code for the current buttons. You can add some by doing the following. <td class="vbmenu_control"><a href="linktopageoritemyouwant.php?$session[sessionurl]">Title of link</a></td> it will depend on where you want to stuff it next to. Now if you want to add a new dropdown then you can follow the instructions in this thread. http://www.vBulletin-Fans.com/showthread.php?t=1132&highlight=navbar DirtyDan 3rd February 2004, 12:53 AM Thank you very much I will try it :p DirtyDan 4th February 2004, 10:17 PM Thank you guys very much for all of your help I got it... And thank you Floris for having such an awesome site with great people, who are always willing to lend a hand to the less HTML fortunate... LunaticSVT 4th February 2004, 10:36 PM looks much better now that you widths are set properly. :) |