vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Additional Navbar (https://vborg.vbsupport.ru/showthread.php?t=65198)

attroll 01-07-2006 03:57 PM

Quote:

Originally Posted by cloyal
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

Quote:

Originally Posted by peterska2
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.

49er 01-10-2006 11:12 PM

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

Quote:

Originally Posted by teepeg
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:
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

Quote:

Originally Posted by SparKeh
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.

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

Quote:

Originally Posted by dcpaq2
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

Quote:

Originally Posted by attroll
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

Quote:

Originally Posted by dcpaq2
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

Quote:

Originally Posted by dcpaq2
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 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

Quote:

Originally Posted by attroll
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 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

Quote:

Originally Posted by dcpaq2
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

Quote:

Originally Posted by jackiereitz
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

Quote:

Originally Posted by jackiereitz
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

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

Quote:

Originally Posted by RichieBoy67
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

Quote:

Originally Posted by RichieBoy67
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

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

Quote:

Originally Posted by ThugTheLeet
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

Quote:

Originally Posted by ThugTheLeet
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

Quote:

Originally Posted by ThugTheLeet
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

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?


All times are GMT. The time now is 10:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01524 seconds
  • Memory Usage 1,871KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete