View Full Version : Need help on Navbar Modification
prettyboi
02-01-2006, 02:36 AM
I lost my USERCP when I was modifying some options. Please, tell me how I can add it back on there.
Also, could someone tell me how I can add more options on top of where all of my options are? Like you know? Where it say Arcade, Memberlist and all. I want to add more options on top of that box. The box where it's listing all of my options for the jump options. Thanks
brvheart
02-01-2006, 02:58 AM
find this:
<tr align="center">
add after:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
I think that will give you back your USERCP....
to add onto the navbar....
find this:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
then modify the faq.php to suit your needs (the page you want to add - index.php for example.) also be sure to change [faq] to what ever it is you want it to say on the link...
when you say: Also, could someone tell me how I can add more options on top of where all of my options are? Like you know? Where it say Arcade, Memberlist and all. I want to add more options on top of that box. The box where it's listing all of my options for the jump options. Thanks
Are you meaning the Quicklinks drop down is what you want to add on to?
prettyboi
02-01-2006, 09:28 AM
find this:
<tr align="center">
add after:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
I think that will give you back your USERCP....
to add onto the navbar....
find this:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
then modify the faq.php to suit your needs (the page you want to add - index.php for example.) also be sure to change [faq] to what ever it is you want it to say on the link...
when you say:
Are you meaning the Quicklinks drop down is what you want to add on to?
What files are you talking about in the php code?
Actually Ravenes, I want to add like the forum link on there. Like how this site right here goes. I want it to look like this site right here www.asiansinc.com
When u go to that site. It seperates the forum. Mine is www.asianunityforum.com
There you will see the difference when u log into mine you will see the forum right away but on the other one you don't. I want it to make it look like www.asiansinc.com
I've been stressing out about it lately but thanks for the help :)
brvheart
02-01-2006, 11:49 AM
If you want your "Home Page" to look like that, you need to get vbadvanced CMPS, that will make your front page look like that link you gave.
The code that I showed you is to do what you asked in your first post - Return your usercp and add a forum home link in your navbar.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.