The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to create a custom navigation. I know HTML & CSS but have no knowledge of PHP (but I do have basic programming knowledge).
I looked at the code and I'm completely lost. I have no idea which code controls a certain portion of the navbar and how the code interacts with the system. I wanted to add a link to Photopost & The Classifieds but I'm not sure how to do it even with the guides I've found online. I would like to keep the PHP code for the top right bar (login/logout ect) and would also like to modify the style. For the navigation buttons, I want to use my own custom design without any PHP. Thanks |
#2
|
||||
|
||||
![]()
Take a look in the articles forums. There are a few articles on how to add tabs to your navbar for 4.0.
|
#3
|
|||
|
|||
![]() Quote:
Here is the code: Code:
$tabselected = ''; $tablinks = ''; if (photobutton == '/gallery') { $vbulletin->options['selectedpb']='/gallery'; $tabselected = ' class="selected"'; } $template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="/gallery">Gallery</a>'.$tablinks.'</li>' ; I can't seem to find an article on this subject. |
#4
|
||||
|
||||
![]()
what is "photobutton"? Is it a variable or what? That has to be a valid condition there or it's not going to work.
As for the style of the tabs, you can try adding images for the background or whatever through css, but I've not tried to change them, so I can't tell you anything from experience. |
#5
|
|||
|
|||
![]() Quote:
Code:
if (THIS_SCRIPT == 'yourpage') I started with THIS_SCRIPT but it didn't work. So I changed it to photobutton (the title of the plugin). Thanks for your help |
#6
|
||||
|
||||
![]()
I don't know. I don't have the gallery, so I can't help with a condition for it. You can look at a vb page and see how they define THIS_SCRIPT at the top of each page and you could add that to your gallery page and then use the THIS_SCRIPT variable - that would probably work.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|