The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]() The navbar on the left hand side which says Outfieldcenter forums etc etc has been requested to also be at the bottom where the display options and "currently online" are situated at the moment. I know I have to copy some coding from the header to the footer and thought I had it, however what I did didn't work so I promptly deleted it. Could someone show me on here a way of doing this? Regards Robson Brown Outfieldcenter. |
#2
|
||||
|
||||
![]()
I like that idea.
Somebody had posted an addon navbar a while back that was pretty cool... -- |
#3
|
||||
|
||||
![]()
Not tested, but should work:
Paste just before the ?> in global.php PHP Code:
You could an edited version of navbar (just keep names consistant) if you want it different than the main one. |
#4
|
||||
|
||||
![]()
cool!
I'd be afraid to do that in my site though because I am using a skin... I plan on adding another text based navbar because it is just to hard to install links in the image based navbar of my sites skin... - I tried that and it did not work on my site.. |
#5
|
||||
|
||||
![]()
TheSpecialist is wrong - evaluating the navbar before the page is completely built can have unpredictable effects. There's a reason it's evaluated last.
I did this for Wizards of the Coast. It can be done entirely from the templates themselves, but it does require the editting of more than a few templates. A navbar on the bottom though is only likely to be especially useful for the FORUMDISPLAY and SHOWTHREAD templates. The process is the same regardless of the template you're editting. Find the $footer variable in the template. Above it add this code PHP Code:
Note that all this applies only to the breadcrumbs. The rest of the navbar can be placed pretty much whereever you please. Personally I pulled the dropdowns of the navbar and stuck them in the header. |
#6
|
|||
|
|||
![]()
Thats worked perfectly, thank-you.
|
#7
|
||||
|
||||
![]()
i used this code in my forum:
PHP Code:
<!-- / controls below thread list --> <br /> after it add the code from the box in SHOWTHREAD find: <!-- / controls below postbits --> <br /> after it add the code from the box |
#8
|
|||
|
|||
![]()
Is it possible to have the bar on the bottom of every forum page, not just while viewing threads?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|