The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need to figure out how to add more options...
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! |
#2
|
||||
|
||||
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 Code:
<if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td> </if> Code:
<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> 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 |
#3
|
|||
|
|||
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! |
#4
|
|||
|
|||
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!
|
#5
|
||||
|
||||
Quote:
Unfortuanetly, I can not provide support for other styles bought through other design/template sites besides blue tropic designs. Jonathan |
#6
|
|||
|
|||
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: |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|