View Full Version : Additional Navbar
attroll
05-15-2004, 10:00 PM
Dispite what category this is in it works with vBulletin 3.5. Just read the directions.
What this does is create another navbar with drop down menu?s by typing $navbar2 in any of your templates. It is just like the one that comes with vBulletin 3.
After seeing a lot of replies about users wanting another navbar besides the basic one that comes with vBulletin. I waited for someone else to write one. But no one stepped forward and wrote one. I wanted this for my site and got tired of waiting for someone else to write it. So I played around and created this one for myself. I though I would share it with everyone.
Note: If you do not want to add a separate navbar template you can also substitute the steps in 5A through 5D and insert the navbar2.txt after you have edited it the way you want and into the same places as I mentioned for the $navbar2 in your default navbar and you will not have to do any of these other steps.
I put a lot of description tags in the HTML file to help explain what everything does. Once you understand what is going on here you can removed these. With very little modifications you can add to, remove or move items around in this navbar.
1. To install this hack you will have to create a template in you ADMINCP and call it ?navbar2? and insert the contents of the attached file "navbar2.txt" into this template file. Right now it is set up for my site. So you will have to modify it to what you want in this navbar for your site.
2. Put the following command in your phpinclude_start template:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
2A. This is for users that have vB 3.5 and up. Step 2 will not work because the phpinclude_start template no longer exist in versions 3.5 and higher. So for 3.5 users ignore step 2 and use 2A.
Plugin System
Add new Plugin
Hook Location: global_start
Title: navbar2
Plugin PHP Code:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
3. Now put the following command in you header or what ever template where your want the new navbar to be displayed (samples of where to put them are in the attached photos and directions are in 5A, B, C, D.):
$navbar2
4. Since the template is uncached you will have an extra query on each page. To fix, open global.php
Find:
// misc useful
Add below:
'navbar2',
5A. Under current Navigation / Breadcrumb Templaters - navbar:
Find:
<!-- / nav buttons bar -->
Below that place:
$navbar2
5B. On top of forums tables:
Find:
<!-- / PAGENAV POPUP -->
</if>
Below that place:
$navbar2
5C. Under your header:
Find:
<br />
<!-- breadcrumb, login, pm info -->
Above that add:
$navbar2
5D. Top of current navbar:
Find:
<!-- breadcrumb, login, pm info -->
Under that add:
$navbar2
vBadvance CMPS using vB 3.5 or higher. To get this working with the homepage you will have to do the following.
Go into your ADMINCP-->vBa CPMS-->Default Setting-->Portal Output Global Variables and add navbar2 in the block there and save it.
Arcaded hack. You will need to go into your darcaded hack and edit a line. Here are the directions:
Go to you arcade/functions/functions.php
open it with a text editor:
Find:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits;
Replace with:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits, $navbar2;
pjdaley
05-16-2004, 09:16 PM
:mad: good job sir
Zachery
05-16-2004, 09:48 PM
is this for vB3 O.o
attroll
05-16-2004, 10:10 PM
Yes this is for VB 3.0. I have it working with 3.0 right now. This is the one I was working on this morning that you chatted with me on Zachery. Oh and thanks for the help.
Zachery
05-16-2004, 10:10 PM
psst its in the vB2 area ;0
attroll
05-16-2004, 10:13 PM
Darn I put it in the wrong area. Can someone put this in the 3.0 area please? I do not have access to move a thread here.
joeychgo
05-16-2004, 11:54 PM
How about a screenshot?
attroll
05-17-2004, 12:39 AM
How about a screenshot?
I added some scrreen shots.
neocorteqz
05-17-2004, 02:53 AM
Nice work sir. :)
attroll
05-17-2004, 03:20 AM
I forgot to put in the description in the first post that with alterations you can put <if> statements in there so that only certain user groups can see certian items on the navbar.
Red Blaze
05-17-2004, 03:33 AM
Wow, thanks for sharing this, I'll install this soon. :)
Tim Wheatley
05-17-2004, 04:53 PM
Couldn't you just edit the existing navbar template??
http://forum.rscnet.org
assassingod
05-17-2004, 05:38 PM
Nice idea, however since the template is uncached you will have an extra query on each page. To fix, open global.php
// misc useful
add below
'navbar2',
gmarik
05-17-2004, 06:39 PM
simple but nice
neocorteqz
05-18-2004, 03:06 AM
Couldn't you just edit the existing navbar template??
http://forum.rscnet.org
Yes, but some may want addtional space, as not to clutter the existing navbar. I have a few custom additions to mine, and I have even added some stuff to the Quick Links drop down menu, but If i were to add more, it would start looking kinda cluttered. IMO.
ChurchMedia
05-18-2004, 04:13 AM
Brilliant simplicity! I had to disable my java-menu because it was conflicting with the vB menus. Now I can add them back in. Thanks so much!!
attroll
05-19-2004, 05:04 AM
Nice idea, however since the template is uncached you will have an extra query on each page. To fix, open global.php
// misc useful
add below
'navbar2',
Thank you for pointing this out. I have added it to the instructions in the first post.
Holidazed
05-20-2004, 09:30 PM
This is awesome! I am using it now at http://www.dkdrpg.com
Thank you
~installs
Vigile
05-20-2004, 11:34 PM
Nice idea, however since the template is uncached you will have an extra query on each page. To fix, open global.php
// misc useful
add below
'navbar2',
Sorry for taking off topic here, but what is the difference (value) between uncached and cached templates? I understand that the query doesnt load on each load, but why doesnt it, I guess thats the question... does it load the tempalte on the local enduser pc?
Rick Sample
05-22-2004, 03:02 AM
I really want this hack, but can someone show me how I would find and add the navbar like this site has it: (you see how its directly above the login and is the same size? http://www.rs25.com
I hope one of you could help me out on this :)
attroll
05-22-2004, 04:37 AM
I really want this hack, but can someone show me how I would find and add the navbar like this site has it: (you see how its directly above the login and is the same size? http://www.rs25.com
I hope one of you could help me out on this :)
This can be done. But it looks like the site you are talking about incorperated it into their existing $navbar. It was not a seperate template.
I played around with it a little and I got it to work but I have to put it in the existing $navbar. I did not try it with drop downs though. I will have to play with it some more later on and see if I can get drop downs to work like in another table within $navbar. I can not promise I will get right on it though. I am pretty buisy.
attroll
05-22-2004, 04:59 AM
I really want this hack, but can someone show me how I would find and add the navbar like this site has it: (you see how its directly above the login and is the same size? http://www.rs25.com
I hope one of you could help me out on this :)
muscle-mustangs
I put this on my test site you can go check it out if you want. I will not leave it there for long. Let me know if this is what you want. I have not messed around with making drop downs yest though.
http://www.athiker.net/forum/
Rick Sample
05-22-2004, 09:16 AM
muscle-mustangs
I put this on my test site you can go check it out if you want. I will not leave it there for long. Let me know if this is what you want. I have not messed around with making drop downs yest though.
http://www.athiker.net/forum/
WOW thanks man, thats exactly what I'm looking for. Yeah, I'm not worried about drop down menus. Could you let me know where and how to put it their like you have it? And could you also give me the coding to where you have the links forum, forum, forum, forum? Just because I don't need any dropdowns, so It would be easier for me to just use yours than to rewright the other one!
Thanks man, just let me know how to do that exaclty like you have it their!!!!! :)
neocorteqz
05-22-2004, 09:33 AM
WOW thanks man, thats exactly what I'm looking for. Yeah, I'm not worried about drop down menus. Could you let me know where and how to put it their like you have it? And could you also give me the coding to where you have the links forum, forum, forum, forum? Just because I don't need any dropdowns, so It would be easier for me to just use yours than to rewright the other one!
Thanks man, just let me know how to do that exaclty like you have it their!!!!! :)
looks to be directly after <!-- breadcrumb, login, pm info -->, but i guess we'll have to wait and see, cause I did it, and it doesn't look anything like that. But then again, my HTML is kinda bad. :D
attroll
05-22-2004, 04:14 PM
I really want this hack, but can someone show me how I would find and add the navbar like this site has it: (you see how its directly above the login and is the same size? http://www.rs25.com
I hope one of you could help me out on this :)
Here goes. I got this all set to work like you wanted.
Go to your ADMINCP/Style Manager.
Then in the style you want to use it in click on EDIT TEMPLATES.
Go down the list until you see Navagation /Breadcrumb Templates and double click it.
Double click Navbar.
Find:
<!-- breadcrumb, login, pm info -->
Put this under that:
<!-- Navbar on top of $navbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!-- Links to put int new navbar -->
<td class="vbmenu_control"><a href="/index.php?$session[sessionurl]">Link 1</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 2</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 3</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 4</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 5</a></td>
<!-- / Links to put int new navbar -->
</tr>
</table>
<!-- / Navbar on top of $navbar -->
Of course you will have to change the the Link names and put the correct link in the lines.
If you have any problems with this let me know.
Rick Sample
05-22-2004, 09:36 PM
Here goes. I got this all set to work like you wanted.
Go to your ADMINCP/Style Manager.
Then in the style you want to use it in click on EDIT TEMPLATES.
Go down the list until you see Navagation /Breadcrumb Templates and double click it.
Double click Navbar.
Find:
<!-- breadcrumb, login, pm info -->
Put this under that:
<!-- Navbar on top of $navbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!-- Links to put int new navbar -->
<td class="vbmenu_control"><a href="/index.php?$session[sessionurl]">Link 1</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 2</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 3</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 4</a></td>
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Link 5</a></td>
<!-- / Links to put int new navbar -->
</tr>
</table>
<!-- / Navbar on top of $navbar -->
Of course you will have to change the the Link names and put the correct link in the lines.
If you have any problems with this let me know.
Cool, I got it up, but one slight problem. I have 2 bright red nav bars now. wihich is kinda hard on the eyes. Is their anyway to keep my main red one, but turn the one I just put up into like a saturated grey? I tried to put the Color="#" code in their, but didn't have any effect.
attroll
05-23-2004, 12:39 AM
Cool, I got it up, but one slight problem. I have 2 bright red nav bars now. wihich is kinda hard on the eyes. Is their anyway to keep my main red one, but turn the one I just put up into like a saturated grey? I tried to put the Color="#" code in their, but didn't have any effect.
Yes you can do this.
Where ever you see:
class="vbmenu_control"
Replace it with:
bgcolor="#FFFFFF"
But put the color you want in where you see FFFFFF.
Hope that helps you.
Rick Sample
05-23-2004, 12:58 AM
Yes you can do this.
Where ever you see:
class="vbmenu_control"
Replace it with:
bgcolor="#FFFFFF"
But put the color you want in where you see FFFFFF.
Hope that helps you.
hmm...doesn't work. It changes the first links color then resizes it double the width, any suggestions???
Rick Sample
05-23-2004, 01:15 AM
EDIT here is what its exaclty doing: I changed them to it and it goes to the color I wan't, but the text isn't white and its wider. Is their anyway to fix this???
thanks, see attached file :)
attroll
05-23-2004, 04:37 AM
EDIT here is what its exaclty doing: I changed them to it and it goes to the color I wan't, but the text isn't white and its wider. Is their anyway to fix this???
thanks, see attached file :)
This can be done I am sure. But it will take more hacking then I thought. The reason being is that when you remove the class="vbmenu_control" out of the line it removes all the other settings that are stored in "vbmenu_control" which are set in your ADMINCP. This includes your background color, font size, font color, and your links like normal, visted and hovor over link. So if we change it like we did then we lose all those stored settings. We can fix the font by putting <strong> in from of the test and </strong> after the text. But that does not bring the color back to white that only thickens the text. It also makes the text underlined because you removed the "vbmenu_control" code.
I think this can be done but it would be a royal pain in the butt.
Another option you might want to consider is going back to the origanl that I first gave you and replce replacing the vbmenu_control with vbmenu_option and see if the colors will work with that. You can alos try vbmenu_register.
There are all set in your Style Manager
Rick Sample
05-23-2004, 09:23 AM
cool, I changed it to <td class="thead">
I think it looks a lot better than 2 red bards now, what do you think?
attroll
05-23-2004, 01:18 PM
cool, I changed it to <td class="thead">
I think it looks a lot better than 2 red bards now, what do you think?
Yes it looks good. I am glad you got it all worked out.
chrisvonc
05-23-2004, 01:32 PM
Hi, I just installed the 2nd option you worked up for the additional navbar to be directly above the welcome panel. Very nice, thank you!
I am seeing one issue... the table border became twice at thick and is not bordered along the top edge. Any clues? This is a vB 3.0.1 forum. here is a shot of what I mean.
Thanks!
attroll
05-23-2004, 03:41 PM
Hi, I just installed the 2nd option you worked up for the additional navbar to be directly above the welcome panel. Very nice, thank you!
I am seeing one issue... the table border became twice at thick and is not bordered along the top edge. Any clues? This is a vB 3.0.1 forum. here is a shot of what I mean.
Thanks!
I looked at your site and noticed that the border colors are the same as the background color so people should not see a different color. It should blend right in. I just played with it and the outside borders are the same size on mine with and without this hack. So you must mean the think black line under the link names?
If that is what you are talking about. I tried fixing that and could not figure it out. I will have to play with it some more.
chrisvonc
05-23-2004, 04:16 PM
Oopps.. I had installed it on my local dev forum. Its now on the production site so you can see it live.
Yes, sorry I didnt explain it correctly, the line under the new links seems to be double thick.
Thanks!
attroll
05-23-2004, 04:21 PM
Oopps.. I had installed it on my local dev forum. Its now on the production site so you can see it live.
Yes, sorry I didnt explain it correctly, the line under the new links seems to be double thick.
Thanks!
Yes that was what I thought you meant.
I played with that for one hour last night and could not figure it out. I think it has something to do with putting a table within a table. But can not inderstand why the bottom one does not do that.
Anub1s
05-25-2004, 11:20 PM
also i was waiting for something like this
a lot of thanks =D
RichieBoy67
05-30-2004, 02:09 AM
Great..Just installed... This hack helps me big time because my navbar is so hard to add anything too..
Thanks!!
The Realist
05-30-2004, 11:41 AM
Installed - Thanks.
Hello,
I have been playing with this,and I placed it under my current navbar. My question is,how do I remove the space between the 2? I want them to sit directly underneath one another without any space. Currently,there is a space the width of a navbar.
Onkel_Tom
06-03-2004, 09:55 AM
thanks for your work !
click install ;)
attroll
06-06-2004, 03:54 AM
Hello,
I have been playing with this,and I placed it under my current navbar. My question is,how do I remove the space between the 2? I want them to sit directly underneath one another without any space. Currently,there is a space the width of a navbar.
To make this work directly under the current navbar without any space you first need to open your navbar template and find:
<!-- / nav buttons bar -->
<br />
<br />
And delete:
<br />
<br />
Then go to the very bottom of the navbar template and add the code for the new navbar.
chrisvonc
06-06-2004, 11:57 AM
I like that look very much. I tried putting it directly above but get the space back. Any insight how to do that like you did for directly under?
Onkel_Tom
06-06-2004, 12:50 PM
I like that look very much. I tried putting it directly above but get the space back. Any insight how to do that like you did for directly under?
same for me !
attroll
06-06-2004, 03:02 PM
I found an error in my navbar that creates a space after my navbar. I have fixed it in the first post. So you can download it and it will work now without the space. But if you have installed it and get the space between the new and the old navbar when you are trying to combine them then do this:
Find this in the lines of the navbar I created:
<!-- / nav buttons bar -->
<br />
<!-- NAVBAR POPUP MENUS -->
Remove this:
<br />
For those of you that have not done or tried to put the new navbar on top of the old navbar and would like to then you can do so by doing this.
To put the new navbar directly on top of the old navbar look for this line:
<!-- nav buttons bar -->
After this line inset the navbar2.txt from the first post. You will have to edit the navbar2.txt for your site though of course.
chrisvonc
06-06-2004, 03:10 PM
Attroll, that did it! Thank you!
NJChins
07-05-2004, 02:14 AM
I know this thread is older- but I have a quick question.
This is my case: www.critterparadise.com
If you see that I have the navbar2 set up under the main navbar
how do I remove the one from the top?
I have looked and I don't know where or what I'm missing...
Thanks
attroll
07-05-2004, 02:53 AM
I can tell you how to remove it but I would have to look at your navbar template. If you put it in the way I posted it in the first post then then you would go into the Navbar template and remove the lines between. But I can not guarantee this without looking at it.
If you did as the direction I posted and left the comment tags in the code then you would remove the lines between these two lines including these two lines:
<!-- nav buttons bar -->
<!-- / NAVBAR POPUP MENUS -->
NJChins
07-05-2004, 10:42 AM
So if I post my navbar template you can check it out for me?
attroll
07-05-2004, 02:26 PM
Sure I will check it and redue it for you if you want. It might be easier to post it as an attachment if you want or you can post it either way.
But just to make things clear. You want the very top navbar gone right?
NJChins
07-05-2004, 02:46 PM
You won't even have to check for me. My friend figured out that I had put $navbar2 at the bottom of the header template.
Thanks!! :)
attroll
07-05-2004, 03:06 PM
No problem. Glad you got it figured out.
sully02
08-08-2004, 01:55 AM
Hate to beat a dead horse, but I appear to have a problem with the table borders in the upper navbar, as you can see: http://www.sports-boards.net/index.php?
I'm currently looking through the templates to see how I can fix it, but if anybody knows how off the top of their head, I'd greatly appreciate it.
attroll
08-08-2004, 04:25 AM
Hate to beat a dead horse, but I appear to have a problem with the table borders in the upper navbar, as you can see: http://www.sports-boards.net/index.php?
I'm currently looking through the templates to see how I can fix it, but if anybody knows how off the top of their head, I'd greatly appreciate it.
What is your problem. It looks fine to me.
sully02
08-08-2004, 11:34 AM
Maybe it's just my browser, but it's an appearance issue. I can see the lines in between the columns, I have a thick blue border below the upper navbar, and there is no border at the top at all.
chrisvonc
08-08-2004, 11:35 AM
He is having the same issue I was from Post #33 (https://vborg.vbsupport.ru/showpost.php?p=515303&postcount=33) . I dont exactly recall what it was that fixed me up but I think it was:
AdminCP > Style Manager > Edit the Main CSS > Table Border > Extra CSS Attributes. If I am not mistaken, that controls the space where you are seeing the extra Blue (#0B198C) line. Try changing that as well as the PX.
Caiman
08-22-2004, 09:40 AM
Installed with ease. Thanks
venomx
09-04-2004, 06:16 PM
Hey where do we add $navbar2 so it appears right above the Welcome panel?
venomx
09-06-2004, 07:42 AM
Ok I got a problem... I am using this and my uShop drop down is in there but nothing shows under the History link.. Action and everything below it is missing. Any ideas?
attroll
09-07-2004, 03:43 PM
Ok I got a problem... I am using this and my uShop drop down is in there but nothing shows under the History link.. Action and everything below it is missing. Any ideas?
Is this your web site? http://www.venomx.com/
I was trying to look at your site and see what you were talking about but this does not seem to be your site. I am confused as to what you mean by History Link?
venomx
09-07-2004, 10:11 PM
Yes thats a site of mine but not the one I am currently working on. The one thats got the forum isnt open yet I am just installing all the hacks I want then Ill open it.
I moved the ushop back to the regular navbar and it works.
The Realist
09-15-2004, 08:33 PM
This I have had installed for a while but I have added an additional dropdown. This new dropdown is viewable and usable by all none members which I dont want.
How can I hide this new dropdown menu from none members?
Thanks.
rex_b
09-15-2004, 09:01 PM
This I have had installed for a while but I have added an additional dropdown. This new dropdown is viewable and usable by all none members which I dont want.
How can I hide this new dropdown menu from none members?
Thanks.
Set a conditional for the people you do want to see it-
<if condition="$bbuserinfo[usergroupid]== '2' ></if>
The Realist
09-15-2004, 09:15 PM
With respect, Im a follower not a leader :)
So I presume this code would go infront of what ever line in the menu I dont want the choosen usergroup to see or use.
IE:
FROM:
<!-- Setup for drop down menu #2 in navbar -->
<td id="dropdown2" class="vbmenu_control"><a href="#dropdown2">GSM Calculators</a> <script type="text/javascript"> vbmenu_register("dropdown2"); </script></td>
<!-- / Setup for down menu #2 in navbar-->
TO:
<!-- Setup for drop down menu #2 in navbar -->
<if condition="$bbuserinfo[usergroupid]== '2' ><td id="dropdown2" class="vbmenu_control"><a href="#dropdown2">GSM Calculators</a> <script type="text/javascript"> vbmenu_register("dropdown2"); </script></td></if>
<!-- / Setup for down menu #2 in navbar-->
Thanks.
Set a conditional for the people you do want to see it-
<if condition="$bbuserinfo[usergroupid]== '2' ></if>
mholtum
11-22-2004, 01:54 AM
I have been looking looking for and working on this exact thing! Thank you so much.. One thing, and I am sorry if this was addressed and I missed it.
I am running vb 3.0.3 with vBadvanced CMPS v1.0.0, the second navbar works fine but won't display on my portal. Is there something I missed??
attroll
11-22-2004, 02:04 AM
I don't know what portal you are using. I am using CMPS.
To get this additional navbar working on the CMPS frontpage I had to go into my includes/vba_cmps_include_bottom.php and do the following:
Find:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;
Replace with:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $navbar2;
Or you could have just added $navbar2 in it somewhere.
mholtum
11-22-2004, 03:38 AM
I am using CMPS as well. I think that is the same one.. I got it here http://www.vbadvanced.com
mholtum
11-22-2004, 03:41 AM
where is that file located? Is it an actual .php file or a template?
mholtum
11-22-2004, 03:41 AM
found it, works great! Thank you
Just installed this but having an issue.
http://www.ahazi.org
if you go into the gallery, you will notice that my drop downs vanish. Not sure as to what is wrong here.
Basically, anything that is posted as:
<td id="journalnavbar" class="vbmenu_control"><a href="#journalnavbar">Journal</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td>
or
<td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
Does not work from with in the gallery itself.
Any help?
attroll
11-28-2004, 08:52 PM
Jaxx
I don't know if this will help. I also use Photopost. These are the instuctions that I wrote down for myself for future use in case I had these problems again.
You will have to replace all the "your_website.com" with the name of your web site.
I had to do the following to get the VB header and footer to work in the gallery area.
Go to the gallery area and empty all the code in the file "header-inc.php" and replace it with:
<?php
$vbpath ="/home/atphotos/public_html/geomaine/forum";
$pppath ="/home/atphotos/public_html/geomaine/gallery";
chdir($vbpath);
require("./global.php");
eval('$navbar = "' . fetch_template('navbar') . '";');
$vbheader = "$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<link rel=\"stylesheet\" href=\"/gallery/stylesheets/gm.css\" type=\"text/css\" />
$headinclude";
$vbheader .= "</head>
<body>
$header
$navbar
<div align=\"center\">";
eval('$vbfooter = "' . fetch_template('footer') . '";');
$vbfooter = process_replacement_vars($vbfooter);
$vbfooter = "</div>$vbfooter";
chdir($pppath . "/");
$HTTP_POST_FILES = $_FILES;
$HTTP_POST_VARS = $_POST;
?>
You will have to create a style in your gallery called "gm.css" for this to work.
Now go to your vBulletin templates in your ADMINCP and do the following changes:
In the headerinclude template.
Find:
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js"></script></if>
Replace with:
<script type="text/javascript" src="<A href="http://geocachingmaine.org/forum/clientscript/vbulletin_global.js"></script">http://geocachingmaine.org/forum/clientscript/vbulletin_global.js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="<A href="http://geocachingmaine.org/forum/clientscript/vbulletin_menu.js"></script></if>[/CODE">http://geocachingmaine.org/forum/clientscript/vbulletin_menu.js"></script></if>
Go to you vBulletin footer template and replace it with the following code:
Find:
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<!-- - <a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> - -->
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
Replace with:
<!-- attroll foot mod for gallery -->
<a href="<A href="http://geocachingmaine.org/forum/sendmessage.php">$vbphrase[contact_us]</a">http://geocachingmaine.org/forum/sendmessage.php">$vbphrase[contact_us]</a> -
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
<if condition="$show['admincplink']"><a href="<A href="http://geocachingmaine.org/forum/admincp/index.php?$session[sessionurl]">$vbphrase[admin]</a">http://geocachingmaine.org/forum/admincp/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="<A href="http://geocachingmaine.org/forum/modcp/index.php?$session[sessionurl]">$vbphrase[mod]</a">http://geocachingmaine.org/forum/modcp/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="<A href="http://geocachingmaine.org/forum/archive/index.php">$vbphrase[archive]</a">http://geocachingmaine.org/forum/archive/index.php">$vbphrase[archive]</a> -</if>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
<a href="http://geocachingmaine.org/forum/#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
<!-- / attroll foot mod for gallery -->
CSS59
12-05-2004, 11:14 PM
Jaxx
how come your not using it on your site anymore?
attroll
12-06-2004, 01:44 AM
I don't know who that post was intented for. I am still using it on my site. I have it on the CMPS frontpage, forums, and the Gallery.
wacnstac
12-13-2004, 02:26 AM
I have a question. Once you add an item to the navbar such as a link to a photogallery, how do you get this to display accurately in the breadcrumbs when the user goes there?
I don't quite understand this step.
shadiguy1
12-28-2004, 09:19 PM
hey i have a problem. i cant find out how to make a space to separate my second nav bar and my stats or portal from separting. heres a screenshot of wat i mean.
http://img148.exs.cx/img148/1623/untitled1qm.jpg
Thanks In Advance my site is www.nextelelite.com if you wanna look
attroll
12-29-2004, 02:45 AM
shadiguy1
I just went to your web site and it looks like you figured out how to do it. I work the second shift so I am sorry I just got home otherwise I would have got ahold of you sooner.
shadiguy1
12-29-2004, 03:29 AM
thanks yah left out something but i figured it out.
DWard
12-31-2004, 08:01 PM
Yer, the hack seems too be quite useful. I tried doing the same on my site about 5 months back and it's been quire effective... So you look how you can make it look (www.collegepranks.co.uk)
one of those mods, which is simple yet powerful.
thanks for sharing it.
I just installed it but I am having 2 problems -
1. Cannot see navbar2 on CMPS homepage. I added the navbar2 in includes/vba_cmps_include_bottom.php
Do i have to add it in a CMPS tempelate too? maybe?
2. Where can I put the navbar2 so that it is right below the first navbar? I do not want it in the header and if I put it in forumshome then I see it only in forumshome page.
please advise,
thanks
Vik
update: I tried adding navbar2 in adv_portal tempelate - nabar2 did not appear on CMPS.
If i add nabar2 on header it shows up BUT i want both the navbar together + I want the URLS to work from CMPS as well as /Forum just like they do normally.
ne suggestions??
UPDATE: sorry folks, i was able to figure it out.
Added navbar2 at the bottom of "navbar" tempelate.
everything is ok now.
attroll
01-14-2005, 04:52 AM
To get navbar2 to work with vBadvanced CMPS portal do the following.
In your includes/vba_cmps_include_bottom.php file try looking for:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;
Replace that with:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $navbar2;
sportster
01-22-2005, 05:27 PM
Installed :nervous:
SHANE-D-PAIN
01-30-2005, 10:55 AM
hey checkout what ive done with mine: www.teenageforums.com/forums/
MR-2ZZ
02-04-2005, 06:48 AM
Awesome! Works great on my site: http://driftchat.com/forum/index.php
MR-2ZZ
02-04-2005, 08:48 AM
To get navbar2 to work with vBadvanced CMPS portal do the following.
In your includes/vba_cmps_include_bottom.php file try looking for:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;
Replace that with:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $navbar2;
That didnt work for me. VB 3.06 BTW. I couldnt find that phrase. I found a phrase similiar and added the approprate phrase but nothing came of it.
MR-2ZZ
02-05-2005, 06:48 AM
BTW it is actually working for me but the colors are not correct.
hondaman
02-07-2005, 05:42 AM
How did you get it to work? I am using vBA CMPS 1.01. I followed the install directions, even did the edit to the vba_cmps_include_bottom.php file, but its not appearing on the front page.
MR-2ZZ
02-09-2005, 03:40 AM
I just tried it with a new theme and it did not work.
trulylowcarb
02-24-2005, 03:46 PM
Love this mod, as it gives me one uniform navbar that appears on both gallery and vb pages - thank you!!
Now, I wonder if someone could help me move the welcome/login box from the vb navbar into this one instead, so I can turn off the vb navbar on the gallery pages and make the site seem more integrated.
Thanks in advance.
trulylowcarb
02-24-2005, 04:02 PM
I decided to just remove the bottom part of the navbar with all the links, and leave the breadcumbs and login box only.... I quickly created another template called navbar_lite and copied the code from my existing navbar into it, removing everything after the login info. Then I adjusted the addition to the phpstart templete (change the navar2 to navar_lite) and replaced $navbar with $navbar_lite in the gallery template .
This worked great for me.
RichieBoy67
02-26-2005, 05:05 PM
This is an awesome addon but I have one question.
I have added an html "sponsor Page" to my site that I link up too.
http://www.talkandmore.net/adpage1.htm?
It is just a really simple basic page to list sponsors, ads, links etc.. Is there any way I can put the navbar on this page??
Thanks,
-
KanyeWest
03-17-2005, 11:37 PM
i added new templates to my site www.idenonfire.com but it wont show the double nav bar i did all the editing for navbar and navbar2 it wont work whats wrong
SuperGLS
03-18-2005, 01:18 AM
Check out how I did mine... www.elantraxd.com.
This way both bars and next to each other.
attroll
03-18-2005, 03:20 AM
i added new templates to my site www.idenonfire.com but it wont show the double nav bar i did all the editing for navbar and navbar2 it wont work whats wrong
Did you do step 2 and 3 and create a template called navbar2?
It is hard to see what you did wrong when I can only look at you front page and forum page. I can not see what you di that is not making it work.
beano33
03-18-2005, 03:58 PM
Check out how I did mine... www.elantraxd.com.
This way both bars and next to each other.
I like that a lot. What did you do to get the bars like that?
attroll
03-18-2005, 11:16 PM
It looks like he did the same thing I did with my web site but you can not see the table border because it is the same color as the background. This is what I have donw with mine. www.whiteblaze.net
RichieBoy67
03-18-2005, 11:53 PM
This is an awesome addon but I have one question.
I have added an html "sponsor Page" to my site that I link up too.
http://www.talkandmore.net/adpage1.htm?
It is just a really simple basic page to list sponsors, ads, links etc.. Is there any way I can put the navbar on this page??
Thanks,
attroll
03-19-2005, 01:36 AM
This is an awesome addon but I have one question.
I have added an html "sponsor Page" to my site that I link up too.
http://www.talkandmore.net/adpage1.htm?
It is just a really simple basic page to list sponsors, ads, links etc.. Is there any way I can put the navbar on this page??
Thanks,
I could not get that link to work.
It depends on how your doing it. Is the sponsor page in your templates? It looks like it is a stand alone sponsor page. If is is a stand along page then it will not work. But if it is a template then just add $navbar2 in the template.
RichieBoy67
03-19-2005, 01:49 AM
Oh, sorry... that link is no good because I added a portal.. here is the new link
http://www.talkandmore.net/forums/adpage1.htm?
Yes, It is a stand alone....
attroll
03-19-2005, 03:19 AM
You can get this to work if you use it with this mod https://vborg.vbsupport.ru/showthread.php?t=62164
KanyeWest
03-19-2005, 05:02 AM
Did you do step 2 and 3 and create a template called navbar2?
It is hard to see what you did wrong when I can only look at you front page and forum page. I can not see what you di that is not making it work.
i added everything :nervous:
t-roz
04-05-2005, 10:38 AM
hi there
i installed it but the drop down menu's are not working and also the search dropdown in the main navbar stoped working so what can i do
by the way im using 3.0.7
and here is my site but i hope you can understand because it is in arabic language
organik81
04-21-2005, 11:42 AM
Hi all.. I have a little problem with my second navbar.. I put it under the banners on forumhome. But after that the forum's width increased.. How can I fix it..? (I tried to fix it from style options, CSS etc.. but there is no any result) Thanx... (I attached a shot below)
attroll
04-22-2005, 05:14 AM
I would have to see the code to figure out what to do. I don't know how these banner thing is making this do that until I see the code.
RichieBoy67
04-22-2005, 05:23 AM
Hi all.. I have a little problem with my second navbar.. I put it under the banners on forumhome. But after that the forum's width increased.. How can I fix it..? (I tried to fix it from style options, CSS etc.. but there is no any result) Thanx... (I attached a shot below)
Try making the width smaller -- try 90%
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
attroll
04-22-2005, 05:53 AM
Hi all.. I have a little problem with my second navbar.. I put it under the banners on forumhome. But after that the forum's width increased.. How can I fix it..? (I tried to fix it from style options, CSS etc.. but there is no any result) Thanx... (I attached a shot below)
Try moving the $spacer_open variable from the bottom of the header to the top of the header.
LauraFL
04-29-2005, 01:47 PM
I am trying to add this under my first navbar. I have the code at the end of my navbar template but Its not working. Should I have put it somewhere else?
www.sunshinestatemoms.com
attroll
04-29-2005, 03:52 PM
I am trying to add this under my first navbar. I have the code at the end of my navbar template but Its not working. Should I have put it somewhere else?
www.sunshinestatemoms.com
Go to your NAVBAR and find:
<!-- / nav buttons bar -->
above that add:
$navbar2
LauraFL
04-29-2005, 05:16 PM
I did that. It is not showing up there.
attroll
04-30-2005, 04:26 AM
I did that. It is not showing up there.
Hmm. It works on my web site. If you want you can cut and paste what you have in your navbar and I will look at it and see if I can find something wrong. Send it to me in a PM if you want.
mholtum
05-01-2005, 12:52 AM
This worked perfectly for me awhile ago.. Now that I want to install it again. When I add:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
to the phpinclude_start template, if makes my entire site center justified. I am at a loss for how this could happen
mholtum
05-01-2005, 01:15 AM
I had to delete it and just edit the navbar template..
attroll
05-01-2005, 02:39 AM
This worked perfectly for me awhile ago.. Now that I want to install it again. When I add:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
to the phpinclude_start template, if makes my entire site center justified. I am at a loss for how this could happen
I don't know why it did a center justify uless you were missing a code or have something in the wrong place. I have three other lines added in my phpinclude_start but and it still works for me. Here is what my phpinclude_start looks like:
$postthumbnail = implode("", file("http://www.mysite.net/gallery/thumbincluder11.php"));
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
if ($bbuserinfo['field5'] == 'Left'){$vboptions['legacypostbit'] = 1;}
mholtum
05-01-2005, 01:23 PM
I have no idea why it did that either as it has worked in the past.
attroll
05-01-2005, 03:52 PM
I have no idea why it did that either as it has worked in the past.
It looks like something in the navbar2 template got changed and or a table is not getting closed that is open in the navbar2 template. If you want to send me the template I will look at it and see if I can find the problem.
attroll
05-01-2005, 04:59 PM
I just updated the first post explaining where to put the $navbar2 line in the templates depending on where you want it. I have also included some 5 screen shots of examples of where you can put them.
mholtum
05-01-2005, 05:10 PM
It looks like something in the navbar2 template got changed and or a table is not getting closed that is open in the navbar2 template. If you want to send me the template I will look at it and see if I can find the problem.
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">< -- is this the issue?
<!-- Non drop down menu's in navbar -->
<td class="vbmenu_control"><a href="$vboptions[bburl]/showgroups.php">Staff</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/affiliate.php">Affiliates</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/article.php?$session[sessionurl]">Articles</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/arcade.php?$session[sessionurl]">Arcade</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/donationstotal.php?$session[sessionurl]">Donations</a></td>
<td class="vbmenu_control"><a href="http://www.ravensrealm.net/index.php?page=chat">Chat</a></td>
<td class="vbmenu_control"><a href="/forum/helpdesk.php?$session[sessionurl]">$vbphrase[helpdesk]</a></td>
<!-- / Non drop down menu's in navbar -->
attroll
05-01-2005, 06:44 PM
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">< -- is this the issue?
<!-- Non drop down menu's in navbar -->
<td class="vbmenu_control"><a href="$vboptions[bburl]/showgroups.php">Staff</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/affiliate.php">Affiliates</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/article.php?$session[sessionurl]">Articles</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/arcade.php?$session[sessionurl]">Arcade</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/donationstotal.php?$session[sessionurl]">Donations</a></td>
<td class="vbmenu_control"><a href="http://www.ravensrealm.net/index.php?page=chat">Chat</a></td>
<td class="vbmenu_control"><a href="/forum/helpdesk.php?$session[sessionurl]">$vbphrase[helpdesk]</a></td>
<!-- / Non drop down menu's in navbar -->
I took your exact code that you posted and cut and pasted it in my test site and it worked for me. I will leave your code in there until you see it. The problem has to be somewhere else. Because it works for me.
Here is my test site. You can look at it here: http://www.athiker.net/forum/index.php?
The problem may remain with the rest of the code in your navbar2 template. Can you send me the whole navbar2 template or post it. If that is the whole navbar2 template that you posted then it is most likely a problem in the stock narbar template. If that it the case send me or post you stock navbar template.
mholtum
05-01-2005, 07:16 PM
I really appreciate the effort you are taking to help me figure this out.. I found an easy fix, since I was banging my head against my keyboard for something like 5 hours..
I just uninstalled the second navbar completely and just added a table to my navbar template where I wanted it.. The odd thing is that it works perfectly on another site I designed http://www.theflyfishingforum.com
Just a complete mystery... But again, thanks for the effort.
attroll
05-02-2005, 04:01 AM
I really appreciate the effort you are taking to help me figure this out.. I found an easy fix, since I was banging my head against my keyboard for something like 5 hours..
I just uninstalled the second navbar completely and just added a table to my navbar template where I wanted it.. The odd thing is that it works perfectly on another site I designed http://www.theflyfishingforum.com
Just a complete mystery... But again, thanks for the effort.
Ok. No problem. If it works on one site and not another then there is something missing in your templates somewhere.
DavidN
05-29-2005, 11:54 PM
Nice, thanks :D
TruthElixirX
06-21-2005, 06:55 PM
I tried doing this, followed all of the instructions but the nav bar just doesn't show up...
Where do I need to put that phrase in the phpinclude_start template exactly as I think this would have something to do with it.
attroll
06-22-2005, 04:16 AM
I tried doing this, followed all of the instructions but the nav bar just doesn't show up...
Where do I need to put that phrase in the phpinclude_start template exactly as I think this would have something to do with it.
Go to your phpinclude_start template and your stock version of the template should look like the one below with the exception of the line that needs to be added at the end/bottom.
// Example of how to include a seperate file:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
mikexxx
06-28-2005, 05:22 AM
Any support for 3.5 ? The is no phpinclude_start template.
quachvu
06-28-2005, 06:46 AM
This worked perfectly for me awhile ago.. Now that I want to install it again. When I add:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
to the phpinclude_start template, if makes my entire site center justified. I am at a loss for how this could happen
i have the same problem
attroll
06-28-2005, 06:57 AM
Any support for 3.5 ? The is no phpinclude_start template.
Sorry I can not help you yet. I am not going to install 3.5 until it is all done the Beta testing. I have gone through this to many times before. It is hard to keep up with hacks while the Beta testing is being done. But if someone can ask on VB what happened to the phpinclude_start template and let me know I might be able to shed some light on this.
quachvu
06-28-2005, 06:59 AM
i have the same problem
OK, i have found out the problem ... when we edit the navbar2, we have delete
</tr>
</table>
</div>
we just add these again so things is ok then ...
attroll
06-28-2005, 07:02 AM
OK, i have found out the problem ... when we edit the navbar2, we have delete
</tr>
</table>
</div>
we just add these again so things is ok then ...
You still have me wondering now because there is no phpinclude_start template anymore. I went to VB and found a thread that said this. So now I need to research what this Hook thing is they are talking about.
http://www.vbulletin.com/forum/showthread.php?t=143277&highlight=phpinclude_start+template
Found these two here on this site:
https://vborg.vbsupport.ru/showthread.php?t=82703
https://vborg.vbsupport.ru/showthread.php?t=82625
.
theoperative
06-30-2005, 10:48 AM
Just installed. Looks and works fine in IE, but it's completely messed up in firefox..anyone have that issue?
Also I'd like to know how you added that google search box in there? Also great navbar hack.
attroll
07-01-2005, 06:19 AM
Also I'd like to know how you added that google search box in there? Also great navbar hack.
Here is the link for the Google search box. https://vborg.vbsupport.ru/showthread.php?t=91394
TheRipper
07-02-2005, 12:43 PM
Great work loved it
xtreme-mobile
07-05-2005, 08:41 AM
this is great :D
how would i get the navbar to show on my portal?
stumparoooo
07-15-2005, 03:14 AM
this is great :D
how would i get the navbar to show on my portal?
*installed and loves it*
Thanks for a great hack!! :)
attroll
07-16-2005, 07:15 AM
this is great :D
how would i get the navbar to show on my portal?
If your using the vBadvanced CMPS portal to get my navbar2 to work.
In your includes/vba_cmps_include_bottom.php file try looking for:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;
Replace that with:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $navbar2;
how do you have the navbar split like can be seen here www.footiethreads.com/forum
help appreciated
angelicGrace
07-21-2005, 01:44 PM
that would be the 5E insturctions.
Follow the directions for steps 1 -4. When you get to step 5 you want 5E.
xtreme-mobile
07-21-2005, 03:28 PM
If your using the vBadvanced CMPS portal to get my navbar2 to work.
In your includes/vba_cmps_include_bottom.php file try looking for:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox;
Replace that with:
global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $navbar2;
not found :(
any ideas?
attroll
07-21-2005, 04:12 PM
not found :(
any ideas?
What was not found the template or the code? What version of VB are you running?
xtreme-mobile
07-21-2005, 05:52 PM
3.0.7
im using the V2 vbadvanced
i cant find the code:(
I want to perform 5e but do not know which template to look for this code in
<!-- / breadcrumb, login, pm info -->
help??
angelicGrace
07-21-2005, 08:55 PM
It is in the navbar template.
steven s
07-22-2005, 03:08 AM
not found :(
any ideas?
I ran into this problem too.
According to
http://www.vbadvanced.com/forum/showthread.php?t=7565
admincp==> vba CMPS==> Default Settings==> Portal Output Global Variables==> add navbar2
steven s
07-22-2005, 03:12 AM
Although the width is not correct.
Edit: problem fixed. I had an additional /div and /table tag.
I copied the code t my html editor and did a syntax check.
Amazing what you discover after a night's sleep.
xtreme-mobile
07-22-2005, 05:51 AM
I ran into this problem too.
According to
http://www.vbadvanced.com/forum/showthread.php?t=7565
admincp==> vba CMPS==> Default Settings==> Portal Output Global Variables==> add navbar2
works like a charm
cheers
dean
attroll
07-22-2005, 06:01 AM
I ran into this problem too.
According to
http://www.vbadvanced.com/forum/showthread.php?t=7565
admincp==> vba CMPS==> Default Settings==> Portal Output Global Variables==> add navbar2
Thanks for pointing that out. I will have to add that to the docs on the first page when I get a chance. I am still using CMPS V1.0.0. I have not updated to the newer version so I did not know. Thank you 1996 328ti.
attroll
07-22-2005, 06:07 AM
I want to perform 5e but do not know which template to look for this code in
<!-- / breadcrumb, login, pm info -->
help??
It will be in your templates under:
Navigation / Breadcrumb Templaters - navbar
ive done everything in the instructions anf followed to get the 5e result but there is still no navbar showing. any ideas?
attroll
07-28-2005, 03:39 AM
ive done everything in the instructions anf followed to get the 5e result but there is still no navbar showing. any ideas?
The directions are right.
attroll
07-28-2005, 03:59 AM
If you have
1. Created a template called 'navbar2' and have all the code in there.
2. Pu the proper command in you 'phpinclude_start template'.
3. Follow step 5D.
Then it should look like the other web site that you meantioned.
JMH11788
09-03-2005, 04:59 AM
Here is a fix for people that want a navbar ontop.
You will have the problem like in post #33 (https://vborg.vbsupport.ru/showpost.php?p=515303&postcount=33)
i had the problem. it had no border ontop and a thick one on bottom.
i spent a couple hours trying to figure the stupid thing out.
its really easy and i dont know why it took me so long to figure out.
anyways,
in navbar2 template find:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
and replace with:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
easy as that. not sure why no one else posted the solution
sbrad
09-07-2005, 03:59 AM
This thing turned out beautifully. Thanks!
http://forums.officerresource.com
mustang_lex
09-07-2005, 03:34 PM
I love it. However why doesn't the Navbar2 showup when I go into my arcade?
its arcade.php BTW
attroll
09-07-2005, 03:54 PM
I love it. However why doesn't the Navbar2 showup when I go into my arcade?
its arcade.php BTW
It has something to do with your arcade hack. You most likely need to add "$navbar2" to your globals in your arcade index or main arcade php file.
mustang_lex
09-07-2005, 04:28 PM
Ya its iproarcade . you can see it when you go to my site. I opened the arcade.php file and it just says load ./global.php ???
attroll
09-09-2005, 06:42 AM
Ya its iproarcade . you can see it when you go to my site. I opened the arcade.php file and it just says load ./global.php ???
I am looking at you arcade right now.
Try this in your arcade functions. But first before you make any modifications remember to make a backup.
Go to you arcade/functions/functions.php
open it with a text editor:
Find:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits;
Replace with:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits, $navbar2;
If this does not work then delte the file and put your backup back in.
mustang_lex
09-09-2005, 12:35 PM
I am looking at you arcade right now.
Try this in your arcade functions. But first before you make any modifications remember to make a backup.
Go to you arcade/functions/functions.php
open it with a text editor:
Find:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits;
Replace with:
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits, $navbar2;
If this does not work then delte the file and put your backup back in.
How can I say this......
THANK YOU! it worked like a charm. I never even thought of looking there. You truly are a genieus!!!!
Does this work with version 3.0.7?
mustang_lex
09-09-2005, 03:16 PM
Yes it does. I have 3.0.7. they should update that
Edrick
09-15-2005, 03:09 AM
I tried to intall this, I created the navbar2 template, modified the global.php file, and the templates, but it's not working. Exactly how should i include the:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
into the phpinclude_start template?
attroll
09-15-2005, 04:11 AM
I tried to intall this, I created the navbar2 template, modified the global.php file, and the templates, but it's not working. Exactly how should i include the:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
into the phpinclude_start template?
Did you put the "$navbar2" code in you navbar?
Here is the stock phpinclude_start file the way it comes:
// Example of how to include a seperate file:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
Here is a sample of how to add the code for the navbar2:
// Example of how to include a seperate file:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
Edrick
09-15-2005, 04:57 AM
ok, here is my phpinclude_start file:
/*
// Example of how to include a seperate file:
ob_start();
include('yourheader.html');
$your_code = ob_get_contents();
ob_end_clean();
// Now place a reference to $your_code where you want the resulting HTML to be displayed.
// This will most likely be the header or footer template.
*/
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
And this is my navbar template:
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grays cale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<!-- breadcrumb, login, pm info -->
$navbar2
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
I want the navbar2 to show below my current navbar.
EDIT: I'm using vBulletin 3.0.8
attroll
09-15-2005, 05:57 AM
I don't know what these codes do in your phpinclude_start file:
ob_start();
include('yourheader.html');
$your_code = ob_get_contents();
ob_end_clean();
Did you put these commands in there? I have never meesed with these commands. So I don't know if they would interfere with it or not. I would not think so.
I did notices that I put the directions wrong for placing the navbar2 under the current navbar wrong. I have fixed it though. They should read this:
Find:
<!-- / nav buttons bar -->
Below that add:
$navbar2
One more question. You did create a template called "navbar2" right?
attroll
09-15-2005, 06:08 AM
I just realized that anything bewtween /* and */ the comands will not execute. So the problem should nmot be in your phpinclude_start file:
You should have created a template called "navbar2" in your templates. Did that get done. That is the only other thing I can think of at this time.
What version of vB are you running?
Edrick
09-15-2005, 03:11 PM
I did create the navbar2 template. The phpincude_start template code is out of the commentary lines, and I've $navbar2 under the <!-- / nav buttons bar -->
Yet it's still not working. I still haven't changed the links in the navbar2 template
I'm using V. 3.0.8
mustang_lex
09-15-2005, 03:33 PM
Whats your website addy Edrick. Mine worked with no problem (except the arcade but thats not related to the hack) and I run 3.0.7 Seems you followed all the setup and its the easiest hack I had. You can see mine working at my site.
Edrick
09-15-2005, 03:36 PM
I should also look ofr that a few pages back, I have an arcade as well.
The link is. http://forums.valiantgamers.com
attroll
09-15-2005, 04:04 PM
We got Edrick's web site working.
One thing to keep in mind when editing templates in your styles is that sometimes editing the Master(Default) style it will not edit the child styles all the time. For example if you edited the navbar template in a child style it will not update later in that particular child style when you go and edit the Master(Default) style.
Once a template has been edited in a child style you can not expect to edit it in the Defult style and have it update in the child style you edited.
I hope that makes sense.
Edrick
09-15-2005, 04:05 PM
Ok, it's working now. Thanks for you hel Attroll!
And it's working in the Arcade, so I've got to say it's great!
mustang_lex
09-15-2005, 05:36 PM
We got Edrick's web site working.
One thing to keep in mind when editing templates in your styles is that sometimes editing the Master(Default) style it will not edit the child styles all the time. For example if you edited the navbar template in a child style it will not update later in that particular child style when you go and edit the Master(Default) style.
Once a template has been edited in a child style you can not expect to edit it in the Defult style and have it update in the child style you edited.
I hope that makes sense.
Yes makes perfect sense. I don't have any other styles except one for now so it would be over my head anyways. Glad it works now!!!
XFGHIA
09-30-2005, 12:15 PM
Hey, how come the navbar2 wont show up on my vBa CMPS home page, do i need to edit the CMPS index.php file? if so what will i need to add?
Edrick
10-01-2005, 12:01 AM
try editing all the templates. Do not trust the feature of inheriting properties form a parent style. I had a similar problem.
Try doing so. It worked for me
Omega Prime
10-01-2005, 12:20 AM
Hey, how come the navbar2 wont show up on my vBa CMPS home page, do i need to edit the CMPS index.php file? if so what will i need to add?
There's an option in the CMPS settings to add "navbar2" to the list of variables so it'll work with it :)
XFGHIA
10-01-2005, 12:34 AM
Thanks Omega Prime, perfect!!!
attroll
10-01-2005, 07:02 PM
Thanks Omega Prime, perfect!!!
Did you get it working with CMPS? There is one php file you need to edit to get it working with CMPS. That template is vba_cmps_include_bottom.php. Let me know if you still need help.
ashley53680
10-03-2005, 04:06 AM
Thank you for updating this for 3.5!!
marcjd
10-03-2005, 10:37 PM
This can be done. But it looks like the site you are talking about incorperated it into their existing $navbar. It was not a seperate template.
I played around with it a little and I got it to work but I have to put it in the existing $navbar. I did not try it with drop downs though. I will have to play with it some more later on and see if I can get drop downs to work like in another table within $navbar. I can not promise I will get right on it though. I am pretty buisy.
I basically did this at my site by just editing the existing navbar. It wasn't too difficult. I just looked at the code, copied what I want duplicated on the top, edited it, and pasted it.
U.S. Politics Online (http://www.USPoliticsOnline.com/forums/)
Samira
10-05-2005, 07:19 AM
I'm having a cosmetic problem I wanted to ask about. :) Pardon me if it's the way it's supposed to be; it isn't a big deal, but I thought I'd ask.
When a drop down is clicked on, it is way over to the left, as opposed to directly underneath. (screen attached) Is there any way to correct this? It did it on 3.0.7 and now 3.5.0 for me.
I'd also like to know where to add $navbar2 within the vBa CMPS system if someone knows. The previously posted location doesn't exist in the 2.0.0 version that I can see.
Thanks in advance. :)
attroll
10-05-2005, 02:51 PM
I'm having a cosmetic problem I wanted to ask about. :) Pardon me if it's the way it's supposed to be; it isn't a big deal, but I thought I'd ask.
When a drop down is clicked on, it is way over to the left, as opposed to directly underneath. (screen attached) Is there any way to correct this? It did it on 3.0.7 and now 3.5.0 for me.
I would have to look at your navbar2$ template. If you could send me your email address in a pm then I can write to you and send you my email address and then you could send your telplate for me to look at.
I'd also like to know where to add $navbar2 within the vBa CMPS system if someone knows. The previously posted location doesn't exist in the 2.0.0 version that I can see.
open the vba_cmps_include_bottom.php that is located in the includes directory and
Find:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $db;
Insert the $navbar code like below:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $navbar2, $db;
rb290
10-19-2005, 02:10 PM
I got 4 Links on the new navbar (navbar2)
Arcade, Awards, Jokes, vBookie
and when I go to Arcade the navbar2 doesnt show up anymore, but it does for all other ones
attroll
10-19-2005, 04:50 PM
I got 4 Links on the new navbar (navbar2)
Arcade, Awards, Jokes, vBookie
and when I go to Arcade the navbar2 doesnt show up anymore, but it does for all other ones
Yes it is because you are most likely going to have to edit your functions.php file in your arcade directory. If you read post #156 in this thread it explains what to do. Providing this is the same arcade that is mentioned. https://vborg.vbsupport.ru/showpost.php?p=770004&postcount=156
rb290
10-19-2005, 05:30 PM
thanks, it worked!
attroll, thanks for taking the time and sticking around offering support.
I have tried installing this hack, by far, if not the easiest, except it refuses to work.
I checked, double checked all the work. I finally just uninstalled all but the navbar2 template and am asking for help.
I currently run multiple child styles, so i edited the default. Again, nothing is showing up.
I rechecked all the work and read through every page here.
Is this an issue with the rotating banner modifcation?
Edrick
10-23-2005, 04:17 PM
try editing each style one by one, when you have multiple styles, and you have modified a template in a child style, modifying the parent style, will NOT modify the child style. I had this same problem, so try editing all your styles one by one.
attroll
10-23-2005, 06:02 PM
try editing each style one by one, when you have multiple styles, and you have modified a template in a child style, modifying the parent style, will NOT modify the child style. I had this same problem, so try editing all your styles one by one.
Yes this is very true. I found this out the hard way myself. It kicked my butt for a while. Until I relized this. Once you have edited a template in the child style then editing the master or should I say parent template will not change the child template.
Aaron RV
10-24-2005, 04:05 AM
work on vb 3.5?
thank's.
attroll
11-26-2005, 07:34 PM
I have gone through the directions for the Additional Navbar one more time.
I have fixed it so that there is an overlaying number on the screen shots that matches the direction in the hack so you know which step to do depending on where you want your navbar2 to display.
I also added the direction for those using the vBadvance CMPS hack so it will display on there homepage. There is an easier way of doing it instead of using the previsous directions I had posted.
I also added directions on how to incorperate this into the Arcade hack.
jcfuller
12-02-2005, 02:59 PM
Great hack! Thanks for this! Clicked install. :D
Synth
12-20-2005, 01:14 AM
Thanks!!
Trickle
12-25-2005, 01:55 AM
Installed very easily, thanks. Everything is working great EXCEPT one tiny thing. On my navbar(s) the double navbars show up on everything that is there when you click on it except New Posts. Where and what would I need to edit to get the double navbar to show up when the new post results show up. Web site is www.internetcheaters.com
Trickle
attroll
12-25-2005, 05:07 AM
Installed very easily, thanks. Everything is working great EXCEPT one tiny thing. On my navbar(s) the double navbars show up on everything that is there when you click on it except New Posts. Where and what would I need to edit to get the double navbar to show up when the new post results show up. Web site is www.internetcheaters.com (http://www.internetcheaters.com/)
Trickle
It should show up on new post results and long as there are new posts. I have found if there are no new post and you get the following message it does not show up
Sorry, there are no new threads to view.
You may search for threads updated during the previous 24 hours, here.
If anyone knows the answer to this please let me know. I will include it in the install instuctions if we can figure it out.
Edrick
12-25-2005, 05:59 PM
That message is default for the 3.5 vBulletin software. Real handy if you ask me if you had to go idle for a period of time and the new posts were marked as old. It has nothind to do with any hack.
I can tell because it also appears to me and it's workign fine with me when I have new posts to read, and the forum displays that when not.
Though if this sin't the case, maybe a screenshot of a more specific description would help
BTW Attroll, I changed my AIM user name in case you want to contact me for any reason (The Edrick)
Trickle
12-26-2005, 05:50 PM
It should show up on new post results and long as there are new posts. I have found if there are no new post and you get the following message it does not show up.
Yup your absolutely correct. When I check for new posts and there are none the double nav bar does not show up. BUT I just made a test post then checked for new posts and the double nav bar DOES show up now. So being new and green to all of this I would have to find the templete that notify's there are no new post and add the double nav bar to that?
Be gentle I'm no coder and very new to all of this.
Edrick
12-26-2005, 08:15 PM
Maybe the place to look at is the other navbit templates. You can do soemthing to find out, in the vBulletin options, General options, and you'll see an option that says: Add Template Name in HTML Comments
Enable that ption, and go to the messgae page, chech the source code, and find the name of the template, once you do this, you'll know where to add the $navbar2 variable in the template.
I'll try this out.
EDIT:
In the STANDARD_ERROR Template something must be edited in order for it to get the navbar2 working, but I'm sure the error templates must be modified for this to work. I'll keep further investigation
attroll
12-29-2005, 05:20 AM
I don't think it is in the stardard error template. The template is calling for the $navbar. The $navbar2 is within the navbar template. I think it has to do with the navbar plugin. Maybe the hook location. I have tried different hook locations with no success. So maybe there hook locations do not work with the standard error template.
This is just a guess.
Edrick
01-01-2006, 06:15 PM
maybe a php file must be modified for the Standard Error template to registr the $navbar2 variable.
PD Sorry for the absense, I got sick and couldn't leave bed for a good six days.
It should show up on new post results and long as there are new posts. I have found if there are no new post and you get the following message it does not show up
If anyone knows the answer to this please let me know. I will include it in the install instuctions if we can figure it out.
In v 3.0.x: Just open the STANDARD_ERROR template, and add $navbar2 around the $header line somewhere depends where you want to see it. You may also need to add $navbar to the same template.
That will fix the problem, as the navbar template is not included as standard (with v3.0.x) when an error screen is displayed.
attroll
01-02-2006, 04:23 AM
In v 3.0.x: Just open the STANDARD_ERROR template, and add $navbar2 around the $header line somewhere depends where you want to see it. You may also need to add $navbar to the same template.
That will fix the problem, as the navbar template is not included as standard (with v3.0.x) when an error screen is displayed.
I had already tried this in vB 3.5 and it will not work. It displays two nabars. Any other ideas or suggestion would be appreciated.
cloyal
01-07-2006, 07:53 AM
I've installed this and every thing works fine except the links in the navbar2 on my cmps home page. It shows the items such as FAQ(which I have put on it) that it's looking for it in the wrong folder.
Says in the properties that the path is mysite/faq.php
When clicked on it brings up The requested URL /install/install.php was not found on this server.
I've checked cmps and it has the navbar2 being looked for there. I even went and installed navbar2 on my bottom.php file for the cmps as suggested earlier in this thread. Any help would be appreciated. Thanks.
attroll
01-07-2006, 03:57 PM
I've installed this and every thing works fine except the links in the navbar2 on my cmps home page. It shows the items such as FAQ(which I have put on it) that it's looking for it in the wrong folder.
Says in the properties that the path is mysite/faq.php
When clicked on it brings up
I've checked cmps and it has the navbar2 being looked for there. I even went and installed navbar2 on my bottom.php file for the cmps as suggested earlier in this thread. Any help would be appreciated. Thanks.
I looked at your site and the path in navbar2 for you FAQ should be yoursite/forums/faq.php?
peterska2
01-07-2006, 04:01 PM
Why not change all the links in your navbar2 template to $vboptions[bburl]/link
attroll
01-07-2006, 04:17 PM
Why not change all the links in your navbar2 template to $vboptions[bburl]/link
Yes you could do it that way also.
cloyal
01-07-2006, 05:31 PM
Thanks I'm still learning the code. I just went ahead and inserted the link code and did it that way. Thanks again for the help.
would be nice to know in laymans terms what substitute to use for this "phpinclude_start template" as i cant get this mod to work?? anyone please.
attroll
01-11-2006, 02:53 AM
would be nice to know in laymans terms what substitute to use for this "phpinclude_start template" as i cant get this mod to work?? anyone please.
You need to do step 2A. I don't know how much easier it can be explained.
2A. This is for users that have vB 3.5 and up.
Go to your AdminCP
Plugin System
Add new Plugin
Hook Location: global_start
Title: navbar2
Plugin PHP Code:
eval('$navbar2 = "' . fetch_template('navbar2') . '";');
SparKeh
01-14-2006, 09:49 AM
Sorry for not reading through all the pages in-case someone has mentioned this before but I've had this hack working for some time now - its great - but this morning I noticed when I clicked on newposts and it said "there are no new posts since my last visit" that my navbar2 disappeared!
My navbar2 is above my standard vbb navbar, any other link that is clicked is fine.. navbar2 is still there, even when I click new posts and there are posts - the navbar2 still shows. So why is it not showing if there are no new posts? Has anyone else seen this problem before or is it just me :D I've tested this on the latest IE and Firefox.
Any help/advice would be appreciated! My forums is www.cruise4birds.com/forums should anyone want to take a look.
attroll
01-15-2006, 02:52 AM
Sorry for not reading through all the pages in-case someone has mentioned this before but I've had this hack working for some time now - its great - but this morning I noticed when I clicked on newposts and it said "there are no new posts since my last visit" that my navbar2 disappeared!
My navbar2 is above my standard vbb navbar, any other link that is clicked is fine.. navbar2 is still there, even when I click new posts and there are posts - the navbar2 still shows. So why is it not showing if there are no new posts? Has anyone else seen this problem before or is it just me :D I've tested this on the latest IE and Firefox.
Any help/advice would be appreciated! My forums is www.cruise4birds.com/forums (http://www.cruise4birds.com/forums) should anyone want to take a look.
Yes this is a problem. I have not been aboe to figure out. This was dicussed starting at post #191. No one has found a cure for it yet.
Basically any time a search result comes back with out any finds whether it is in NEW POST or searching the forums the navbar2 does not show up.
SparKeh
01-15-2006, 09:43 AM
ok, sorry for not reading through and thanks for clearing that up.
SparKeh
01-23-2006, 08:20 AM
This also happens when you enter the Arcade https://vborg.vbsupport.ru/showthread.php?t=101554
I'll post there too and see if they have any insight to it
[Edit - sorry read the fix at the top now.. but surely their should be a fix like this for the "sorry no new posts" problem in the search.php]
dcpaq2xx
01-27-2006, 09:46 PM
Group,
I have been comparing this https://vborg.vbsupport.ru/showthread.php?t=92012 mod with Attrol's and I am trying to figure out what the differences are.
What does Attrol's mod do that the other guys doesnt do?
Thanks
Doug
attroll
01-28-2006, 03:05 AM
Group,
I have been comparing this https://vborg.vbsupport.ru/showthread.php?t=92012 mod with Attrol's and I am trying to figure out what the differences are.
What does Attrol's mod do that the other guys doesnt do?
Thanks
Doug
This guy is doing the same thing except he is doing it in the defualt navbar template. He also does not have any drop down menus in there for users to edit if they want them. It is your chice. You can put it in your default navbar or you can creat a second navbar template. I find it easier to edit the seond navbar template myself.
dcpaq2xx
01-28-2006, 03:14 AM
This guy is doing the same thing except he is doing it in the defualt navbar template. He also does not have any drop down menus in there for users to edit if they want them. It is your chice. You can put it in your default navbar or you can creat a second navbar template. I find it easier to edit the seond navbar template myself.
So basically your saying that your mod is more thourough, easier to work with as far as making changes, and does more or something like that?
Also Im kinda having trouble with creating the second template as the instructions are unclear to me as to where I actually and how to create it. Could you explain a little more in detail or update your installation instruction so they are a little more indepth on how to do this?
I am kinda leary on installing your mod versus his because of this and I am wondering if all this extra steps to install yours compared to his program is going to cause me problems or issues everytime Vbulletin comes out with a new version of VB or have conflicts with other mods or programs.
Im just trying to keep the least amount of hacks and mods out of my site as possible but still accomplishing what I want out of the site.
The less hacks the better, My last board was PHPBB and it sucks, what a headache.
Doug
attroll
01-28-2006, 06:09 AM
So basically your saying that your mod is more thourough, easier to work with as far as making changes, and does more or something like that?
Also Im kinda having trouble with creating the second template as the instructions are unclear to me as to where I actually and how to create it. Could you explain a little more in detail or update your installation instruction so they are a little more indepth on how to do this?
I am kinda leary on installing your mod versus his because of this and I am wondering if all this extra steps to install yours compared to his program is going to cause me problems or issues everytime Vbulletin comes out with a new version of VB or have conflicts with other mods or programs.
Im just trying to keep the least amount of hacks and mods out of my site as possible but still accomplishing what I want out of the site.
The less hacks the better, My last board was PHPBB and it sucks, what a headache.
Doug
I know exactly what you mean about having the least amount of hacks on your site. I learned that the hard way. When I first started using vBulletin years ago I went hack crazy and started installing all kinds of hacks on my site. But over the years of doing updates and upgradeds with vBulletin it became a real pain in the butt to keep putting these hacks back in every time you did an update. So now I have very few hacks.
You will have to decide which one is best for you whether it is mine or the other hack. I am not going to try and talk you into doing mine. If you think it is going to cause you problems later then do not do it. But it should not cause any problems and if it did you could just remove it. You are going to need to understand some basic HTML as you will need to with installing any hack. You are going to have to know how to edit the navbar to put your links into it in order for it to work. As far as installing the template this is what you are going to have to do.
Go into you ADMINCP and STYLES & TEMPLATES and go to your Default style and in the drop down menu pick ADD NEW TEMPLATE. Now name the template ?navbar2? and copy and past the text from the navbar2.txt file included in this hack into the template you just created. You will need to edit all the links in the template to the links you want in you new navbar. If you read through the new navbar code you just created you should be able to understand it if you know a little basic HTML. You might want to look at the code ahead of time before you install just to make sure you will be able to edit it and know what you are doing. It is identical to the default navbar template with the exception that I added a whole bunch of explanation in it.
It should not cause you problems installing it. Many othesr have installed it and have never ran into a problems. If you read down through the messages you will see that. But like I said you will have to make the decision on whether you want to install it or not. I am not a salesman and I am not going to talk you into it. I did not write this hack just to see how many people I could get to install it I wrote it because I did not want to clutter up my default navbar. When ever you do upgrades or updates it does not touch your personal templates that you created. There are pros and cons to both hacks and I have rambled on long enough. Sorry if I said too much. But I am here for support if you need help with installing it. I log on one or twice a day. If you have chat program send me a PM with the program and the name and I will added you to my chat and when I see you on I can help and walk you through the steps if you want or I might even install it for you if I am not to busy.
dcpaq2xx
01-28-2006, 10:18 AM
Thanks Attroll
I will give it some further thought, maybe try it on my test board and see what happens.
I will give you a shout if I need further help.
Doug
attroll
01-28-2006, 11:27 AM
Thanks Attroll
I will give it some further thought, maybe try it on my test board and see what happens.
I will give you a shout if I need further help.
Doug
Here is another option for you that is identical to what the other hack does and maybe easier and I will also add it to the instruction here.
Take the navbar2.txt (https://vborg.vbsupport.ru/attachment.php?attachmentid=18989) included in this hack and do all the modification you want to make the links you want and insert it in the same places that I mention to put the navbar2 in, in steps 5A through 5D.
This is the same thing other other guy is doing in his hack.
attroll
01-28-2006, 11:58 AM
Here is another option for you that is identical to what the other hack does and maybe easier and I will also add it to the instruction here.
Take the navbar2.txt (https://vborg.vbsupport.ru/attachment.php?attachmentid=18989) included in this hack and do all the modification you want to make the links you want and insert it in the same places that I mention to put the navbar2 in, in steps 5A through 5D.
This is the same thing other other guy is doing in his hack.
I just added some directions on how to insert this into the default navbar in the original post in this hack.
For those of you that can not get the navbar2 to show up in your search results that come back with negetive results this will fix that problem. I don't like putting it in my default navbar and will not do it yet but I have tested this on my test site and it does work.
dcpaq2xx
01-29-2006, 01:24 AM
Attroll,
I think your missing the point I was trying to make. I simply was asking what the differences were between the two programs and which one would be the better one to go with regarding running into any issues when upgrading Vbulletin each time.
I dont have a problem with using YOUR mod as long as Im not going to have to be reinstalling it and fixing things everytime I do an upgrade of Vbulletin. Thats what I am mostly concerned about.
Anything I do on my VB site I try to get mods and scripts that operate specifically on plugins, plugin programs, and extra templates.
I try my best to avoid editing existing templates and things like that that there is a very good chance that will get wiped out or replaced when doing a VB upgrade.
Anyway this was what I was trying to ask in my existing post. Im not looking for your to try and convince me or sell me your mod, Im just wanting to know the differences between the two, which one is better, which one offers more features, and which one has less upgrade issues if there are any.
These are the kind of answers I am looking for.
Anyway I will be trying your mod on my test site to see what its like.
Doug
attroll
01-29-2006, 02:40 AM
Attroll,
I think your missing the point I was trying to make. I simply was asking what the differences were between the two programs and which one would be the better one to go with regarding running into any issues when upgrading Vbulletin each time.
I dont have a problem with using YOUR mod as long as Im not going to have to be reinstalling it and fixing things everytime I do an upgrade of Vbulletin. Thats what I am mostly concerned about.
Anything I do on my VB site I try to get mods and scripts that operate specifically on plugins, plugin programs, and extra templates.
I try my best to avoid editing existing templates and things like that that there is a very good chance that will get wiped out or replaced when doing a VB upgrade.
Anyway this was what I was trying to ask in my existing post. Im not looking for your to try and convince me or sell me your mod, Im just wanting to know the differences between the two, which one is better, which one offers more features, and which one has less upgrade issues if there are any.
These are the kind of answers I am looking for.
Anyway I will be trying your mod on my test site to see what its like.
Doug
No I am not trying to convince you to use my hack. Like I said I am not a salesman. I don't care what hack you use. I only added the new option to it for those that did not want to do it the other way. I like to leave all option available to everyone. This is one mod I will stand behind and help in any way I can.
To answer you question. This will not cause any problems with upgrade issues. As for the other hack it might depending on what vBulletin does for upgrades in the future with their templates. If they were to restructure the default navbar template then it would mess with the hack that was installed in it. But I really do not see them doing anything like that. But you just never can tell what the next upgrade will involve.
As for the hack I created you would only have to insert $navbar2 in the proper location in the default navbar again if they did a major upgrade. Your personal made template that you create called navbar2 will never be touch my any of vBulletins upgrades.
There are pros and cons to either hack. There are cons to mine hack, it all depends on what other hacks you have installed in you site. I have very little hacks installed in my site at all. I can count the hacks I have installed on my site on one hand just about.
jackiereitz
02-09-2006, 05:35 AM
okay, i'm having some problems with my navbar2. I installed it exactly as shown (5d) but when i go to my vBa main page, it doesn't show. Then when I go from there to my forums, it shows. and if i go from my forums to my vBA page again, it works, but if i go DIRECTLY to my main vBa (index) page, it still doesn't work. Plus, my extra vBa pages I've created that I wanted to display from my navbar aren't showing my new navbar either. Any idea what's wrong?
attroll
02-09-2006, 04:59 PM
okay, i'm having some problems with my navbar2. I installed it exactly as shown (5d) but when i go to my vBa main page, it doesn't show. Then when I go from there to my forums, it shows. and if i go from my forums to my vBA page again, it works, but if i go DIRECTLY to my main vBa (index) page, it still doesn't work. Plus, my extra vBa pages I've created that I wanted to display from my navbar aren't showing my new navbar either. Any idea what's wrong?
What version of VB are you running? If you are running 3.5 or higher and CMPS 2 or higher you should be able to get it working if you do what I discribed in the bottom of my hack direction titled "vBadvance CMPS using vB 3.5 or higher.".
jackiereitz
02-09-2006, 11:46 PM
yes, i'm using 3.5.0. and I used what you described for that version. Like i said, it's working... but only on certain pages. any idea why that might be?
www.SonomaCountyMom.com
attroll
02-10-2006, 03:30 AM
yes, i'm using 3.5.0. and I used what you described for that version. Like i said, it's working... but only on certain pages. any idea why that might be?
www.SonomaCountyMom.com (http://www.SonomaCountyMom.com)
Kackie
I have logged onto your site and left you a PM there.
jackiereitz
02-10-2006, 04:49 PM
yeah, I responded last night. Thanks for looking at it for me. Lemmi know what you think
RichieBoy67
02-13-2006, 12:27 AM
I dont know why but every time I install this it centers my forumdisplay template...... I have tried almost everything. Has this happened to anyone else? I have tried all the placements...
peterska2
02-13-2006, 12:36 AM
Probably coz this is for 3.0.x not 3.5.x
Try looking for a 3.5.x version and using that instead.
attroll
02-13-2006, 12:48 AM
The 3.5 version is identical to this version. The only reason created it in the 3.5 section is because I got tired of asking for this one to get moved to the 3.5 area and no one moving it for me.
As for your center problem I would have to look at your site. Also you would have to see if any other hacks you have installed interfeer with it.
What is you web site?
Sorry about the spelling errors. Some day VB.org will update to the newest version and I can do some spell checking.
attroll
02-13-2006, 04:02 PM
I dont know why but every time I install this it centers my forumdisplay template...... I have tried almost everything. Has this happened to anyone else? I have tried all the placements...
What do you mean by centering your forum display template. Are you refering to the black edge around your forums. I would not call that centering. Your forums are always centered. I don't know what you would call it. But it looks like you Body color in you Main CSS is set to black. Maybe it has something to do with the hack you have installed that puts the title accross the top of the screen that says "It appears you have not yet registered with our community. To register please click here..." That would be my guess. I don't know what other hacks you have installed either.
RichieBoy67
02-21-2006, 05:09 PM
It's all set now....
I have another question... Is there any way to get rid of the arrows for the drop down links?????
Thanks
You can see my navbar and you'll see what I mean and why...
www.talkandmore.net
attroll
02-22-2006, 03:09 AM
It's all set now....
I have another question... Is there any way to get rid of the arrows for the drop down links?????
Thanks
You can see my navbar and you'll see what I mean and why...
www.talkandmore.net (http://www.talkandmore.net)
You must be referring to the double arrows. I would have to see your navbar2. There must be something that was edited wrong. If you send me a PM with your email address I will write to you and you can send me your navbar2.
ThugTheLeet
02-22-2006, 03:43 PM
Hey attroll
I installed this and please look at the image I will post up
https://vborg.vbsupport.ru/
As you can see I did 5A but look at the picture, the 2 navbars are together, I want it sperate like 5A
How can i do it?
attroll
02-22-2006, 04:57 PM
Hey attroll
I installed this and please look at the image I will post up
http://img238.imageshack.us/img238/1475/navbar0iz.jpg
As you can see I did 5A but look at the picture, the 2 navbars are together, I want it sperate like 5A
How can i do it?
You have me confused. If you look at the attachment pictures I included with the hack. 5A is what you did and what you got. 5A puts the navbars together. In fact 5a is the only ones that have them together. Are you sure you did not do 5A and want something else. You have me confused.
ThugTheLeet
02-22-2006, 05:38 PM
Sorry, See the difference between your 5A and my screenshot? I want the line between those 2 navbar?
attroll
02-23-2006, 04:34 AM
Sorry, See the difference between your 5A and my screenshot? I want the line between those 2 navbar?
I looked at you web site and it looks like you figured out how to do it so I guess there is no need ot psot a fix on this.
ThugTheLeet
02-23-2006, 05:41 PM
Oh, if you look at my profile website thats not the website i tried to installed on, thats my friends, I tried to install it on my site. www.gfxlive.com please look at it.
Thanks
attroll
02-24-2006, 02:51 AM
Oh, if you look at my profile website thats not the website i tried to installed on, thats my friends, I tried to install it on my site. www.gfxlive.com (http://www.gfxlive.com/) please look at it.
Thanks
Well I can not see the navbar and I am not going to register on a site just to see a navbar. Sorry I can not help what I can not see. If you got it working on one web site why is it not working on the other? What did you do different?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.