![]() |
How do I move the navbits?
I have a forum right now that does not have navbits because I tried to move them out of the navbar template. I failed and I really have no clue how to do it. My forums is NarutoSoul. I added a custom welcome box below the in-progress navbar. Right between the new navbar and welcome box I want to add the navbits there. Does anyone know how to do this and could explain to me how its done please?
|
The navbits are located in the Header template, look for <!-- nav buttons bar --> and <!--/ nav buttons bar -->
|
Quote:
|
Yeah I know in the default its in the navbar section but If I remove that info and add it to the header template it will not show. That skin was coded by me and another admin of my site. I removed the code before and it will not show the navbits.
Heres the code I got from the navbar template PHP Code:
|
So you want to add the navbits between the two menus? The navbar and the menu above it? If so then you may want to try and place the code at the very top of your navbar depending upon where the other menu resides in the templates. I would make sure that the menu above the navbar is in the header personally and then place the navbits code at the top of the navbar template. You can place that code in a table or just place it as it is.
|
kind of I made a custom navbar using suckerfish since the original vbulletin one has its limits. I noticed that you can't display navbits outside of the navbar template. All my custom work is in the header template. The funny thing is it has $navbits = build_navbits($navbits); on index.php but if you move the above code form my last post into the header template it will not display the navbits. Does anyone know of away to move the navbits into the header template?
|
Quote:
Open your header template and add this code where you want the navbits to show: Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> |
Thats what I already posted it will not show anything at all on other pages besides index.php.
|
Ok in order for it to show on the other pages you may have to place that same code on the other pages that utilize the header areas. So try copying that code into the templates that contain the $navbar code in them. you can find that by using the Search In Templates function in your admincp. There are several of them off the top of my head I know that FORUMHOME, FORUMDISPLAY, SHOWTHREAD, SHOWTHREADSHOPOST & threadbit I believe are some of them. You would also have to put the code in the calendar template if you use it and the faq etc. That may be the only way to do it. I've done that before with a skin and had to pretty much put that code in every place I used that had the navbar code in it. It would be alot of places to stick the code but it would solve your problem of not having the navbits exactly where you wanted them.
|
My question is if it has the navbits code in the php page why wouldn't it work by just moving the code to the header template since header shows on all pages? could I call the $navbar inside the header template and just remove it from the files?
|
You might be able to call the $navbits code in your header. I do not remember if I've tried that yet or not. Its possible that might work. Usually in most cases code works no matter where you put it but in the header, footer & navbar for some reason. There are other codes that cannot be moved either without some headaches like the Who's Online box. So its basically a trail and error sort of thing.
|
I tried adding the $navbar variable to the header template and so far so good next I'm going to test if I can remove the $navbar variable from forumhome, forumdisplay etc... to see if it works that way. Its such a huge work around for such a small code vbulletin needs to make the template system more flexible. Thanks for your help mate.
|
No prob, hope it works.
|
Your problem might be due to the fact that not all data that is needed for the navbar is available when the header is put out. The easiest solution would be to not move it to the header.
|
Quote:
|
You can't as it is dynamic.
|
Quote:
Code:
<if condition="is_member_of($vbulletin->userinfo, 5)">$navbar</if> Like I said I have not tested it and there's a good bet that it may not work. Be sure to back up your template first if you have custom coding already in it. |
All times are GMT. The time now is 04:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|