View Full Version : Need to figure out how to add more options...
imported_Massie
08-05-2004, 12:03 PM
to the navbar... I want to add a Store option and a Today's Posts option too, how to I add them, I'd appreciate any help...
This is the style I am using and how it looks like... Thanks!
You're more then likely going to run out of room with that small style width, but you can try anyways.
I believe the navbar links are being read in the header template... let me know if you can't find them in there... But assuming they are:
Open the admincp and go to;
styles & templates > style manager > edit templates > header
find the following code
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
</if>
add under
<td class="vbmenu_control"><a href="store.php?$session[sessionurl]">Store</a></td>
<td class="vbmenu_control"><a href="search.php?do=getnew">Today's Posts</a></td>
be sure to replace the a href with the correct link for your forums
As I said, the width of that style is extremely small for fitting all those links in... You may want to take some links out of there...
Anyways, Good luck.
Jonathan
imported_Massie
08-06-2004, 02:39 AM
That worked great, thank you! I saw that your response earlier said to look in the navbar templates but yeah, it wasn' t there, it was as you said, on the header one. I just added the store one and it changed the width just a bit, how do you shorten other links? for example there is one that says Members List, how to edit it to say just Members?
Thanks so much for your help, I truly appreciate it!
imported_Massie
08-06-2004, 02:56 AM
You know I bought a few styles for my forums, some of them have graphic links, I have the pdf files to make extra one but I have no idea how to add them. I really need to add one that says store and another that says Today's Posts to that navigation bar... could you help me with this? I'd appreciate it so much!
how do you shorten other links? for example there is one that says Members List, how to edit it to say just Members?
It's in one of the <td> tags called $vbphrase[members] or something... It will look similiar to that, Just replace the variable with Members.
Unfortuanetly, I can not provide support for other styles bought through other design/template sites besides blue tropic designs.
Jonathan
imported_Massie
08-06-2004, 01:01 PM
Oh there are so many of those $vbphrase ones, I don't know which ones to change...
I understand about the other question, thanks !! :smile:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.