vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Additional navbar with dropdowns (https://vborg.vbsupport.ru/showthread.php?t=166136)

odln018 02-25-2008 05:22 PM

Quote:

Originally Posted by odln018 (Post 1448754)
Unfortunately, this doesn't seem to be working for me. I've got a second navbar, that I created in my header. I installed this to see what it looks like, and to test how I can modify it for my needs. But I'm not sure if it's conflicting or not, as I can't see this mod at all.

I am running 3.7 b4


Still need some guidance on this.

Thanks!

Skitty 02-26-2008 10:05 PM

Great hack, thank you ! Much more elbow room now :)

attroll 02-28-2008 05:13 AM

Quote:

Originally Posted by odln018 (Post 1448754)
Unfortunately, this doesn't seem to be working for me. I've got a second navbar, that I created in my header. I installed this to see what it looks like, and to test how I can modify it for my needs. But I'm not sure if it's conflicting or not, as I can't see this mod at all.

I am running 3.7 b4

You say you have a second navbar in your header now. Then it is obviously working if it is displaying a second navbar.

Is this working or could you explain a little more?

ArnyVee 03-19-2008 11:43 PM

Great hack. Installed and working nicely. :)

Can this be added to my vBadvanced 'homepage' too?

www.WaltDisneyBoards.com

Also, I'm new to this stuff....how do I edit the names of the links and where they point to?

attroll 03-20-2008 04:03 AM

Quote:

Originally Posted by ArnyVee (Post 1469217)
Great hack. Installed and working nicely. :)

Can this be added to my vBadvanced 'homepage' too?

www.WaltDisneyBoards.com

Also, I'm new to this stuff....how do I edit the names of the links and where they point to?

Yes it should display on you CMPS page. You will have to go into your ADMINCP--> vBa CMPS--> Default Settings and find you Portal Output Global Variablesand add this in the block navbar2.

Then double check and make sure it got added ot the home page with the page identifer of "home" and make sure that it got placed in the Portal Output Global Variables there also.

joeycano 03-20-2008 10:48 AM

How do I move "Log Out" to the top navbar???

:)

Leo Brazil 03-20-2008 01:04 PM

Quote:

Originally Posted by ArnyVee (Post 1469217)
Can this be added to my vBadvanced 'homepage' too?

I used another mod Atroll gave me to be used as navbar3 but I've changed to be used in VbA instead of the Nagigation block that's not so good as it comes.
It did work pretty good to me.

Atroll, if you want to publish it here as an option for a VbA module I can give you all I did. 100% of credits goes to you obviously.

attroll 03-20-2008 04:02 PM

Quote:

Originally Posted by Leo Brazil (Post 1469610)
I used another mod Atroll gave me to be used as navbar3 but I've changed to be used in VbA instead of the Nagigation block that's not so good as it comes.
It did work pretty good to me.

Atroll, if you want to publish it here as an option for a VbA module I can give you all I did. 100% of credits goes to you obviously.

I would be more then happy to post it. I just sent you a PM.

Sworm 03-20-2008 04:19 PM

Hi,
i've a photoplog installed on my vB forum 3.7 RC1 ,
how can i do for showing this nav bar in the index of my photoplog?

My photoplog folder is in the same directory of the "forums" (vB folder) folder....

anybody can help me?

Leo Brazil 03-20-2008 08:06 PM

Atroll,

I've just sent you an e-mail with the VbA module. Take a look on it and try it.

attroll 03-21-2008 04:10 AM

Quote:

Originally Posted by Leo Brazil (Post 1470034)
Atroll,

I've just sent you an e-mail with the VbA module. Take a look on it and try it.

Thank you. I am working up the hack right now getting it ready to post.

attroll 03-21-2008 04:23 AM

For those interested in using this as a side navbar then you can look at the Additional side navbar hack to see if it interest you.

madotds 03-25-2008 02:02 AM

Hi
Thanks for the hack :)

Could someone please help me with this? I am tring to get it so that this navbar only shows to usergroup Id 12 but can't seem to get the right code I have tried things like

<if condition="!$show['userid']=12">

But cant get it to work. Can someone tell me the right way?

Regards
Madotds

Preech 03-25-2008 02:12 AM

I'm not great at the coding and all. But shouldn't it be usergroupid and not userid.

madotds 03-25-2008 02:59 AM

Quote:

Originally Posted by Preech (Post 1473802)
I'm not great at the coding and all. But shouldn't it be usergroupid and not userid.

Yes you are right cheers but still not working using <if condition="!$show['usergroupid']=12">

!!!!! :) thankyou Preech for making me look at my code again. As you can see above for some reason I managed to put a ! before $show and this was messing it up. Now sorted using <if condition="$show['usergroupid']=12">

Regards
Madotds

attroll 03-25-2008 03:33 AM

Madotds

I believe the code you are looking for is this:

<if condition="is_member_of($bbuserinfo, 12)">

madotds 03-25-2008 04:13 AM

Quote:

Originally Posted by attroll (Post 1473857)
Madotds

I believe the code you are looking for is this:

<if condition="is_member_of($bbuserinfo, 12)">

Thank you :)

powerful_rogue 04-07-2008 11:15 PM

Hi,

Im really hoping someone can help as im really stuck!

The 2nd navbar works fine, until you log out and then is vanishes!

I have no idea whats causing this! It was fine on the forum, arcade and portal when logged in, but its no-where to be seen once you log out.

It worked fine on my test site, so im at a loss as to whats casuing this!

attroll 04-08-2008 03:10 AM

Quote:

Originally Posted by powerful_rogue (Post 1485573)
Hi,

Im really hoping someone can help as im really stuck!

The 2nd navbar works fine, until you log out and then is vanishes!

I have no idea whats causing this! It was fine on the forum, arcade and portal when logged in, but its no-where to be seen once you log out.

It worked fine on my test site, so im at a loss as to whats casuing this!

My guess is that if it worked fine on you test site that it must be a mod or hack you have installed in your live site. The first thing i would do is try disabling all your plugins and see if you still have the problem.

powerful_rogue 04-08-2008 01:13 PM

I worked out what it was.

If you have your forum closed and then log out, navbar2 vanishes.

Looks like its only a bug when you have your forum closed - took me a couple of hours to find it out!

Poppet 04-13-2008 09:46 AM

Just installed it on 3.7 RC3 and it works great.

myown 05-04-2008 05:53 PM

what about 3.7 Gold did it worked?

attroll 05-04-2008 07:47 PM

I installed this in 3.7 Gold and it works fine.

odln018 05-07-2008 03:14 PM

Quote:

Originally Posted by attroll (Post 1452669)
You say you have a second navbar in your header now. Then it is obviously working if it is displaying a second navbar.

Is this working or could you explain a little more?

I can't believe I overlooked this.

I've got a custom skin, that uses images as buttons, I can't seem to get the second navbar to incorporate these images. I can provide a link to the site via PM if you like.,

attroll 05-07-2008 04:16 PM

Quote:

Originally Posted by odln018 (Post 1511710)
I can't believe I overlooked this.

I've got a custom skin, that uses images as buttons, I can't seem to get the second navbar to incorporate these images. I can provide a link to the site via PM if you like.,

If you want to PM me and send me the navbar2 that your trying to use, I will see if I can figure it out.

Jason Buchanan 05-17-2008 05:06 AM

I am using the default style and when I try to get the 5A results it looks more like 5C? Any ideas?

Trickle 05-17-2008 05:30 PM

For 5D it took me some time but its not located in the header as suggested. I had to add $navbar2 in my navbar template. Using VB 3.7.0 Gold.

Trickle 05-17-2008 06:29 PM

Quote:

Originally Posted by powerful_rogue (Post 1420254)
Just wanted to say that its working great apart from in a few sections of my forum.

Im running ibProArcade and when you enter the arcade the navbar does not show.
Im also using VbAdvance CMPS - Ive added the navbar2 into the global variables, however the drop down links dont show.

Apart from that it works nicely :)


Getting the same problems as mentioned above.
Tried the arcade functions.php idea and no go still
Checked the vba CMPS and the Process PHP File Modules Within A Function was already checked yes.

You mentioned about reverting vbulletin templates....which one?

Thanks


Edit:Well I'm confused as all hell. I know its got to be something simple. On my CMPS page its missing the second nav bar but I did notice that the arcade link is wrong. I can't figure out how to edit it correctly to have forums/arcade.php

Edit: Ok so now I uninstalled CMPS and reinstalled it and that fixed my missing double navbar issue. I also added arcade.php to my 'Navbar Replacements' under 'Global vBadvanced Settings' in the 'vBadvanced CMPS Options' in your Admin Cpanel BUT I am still having issues with the ibproarcade not showing a double nav bar.

Trickle 05-20-2008 02:54 AM

Must have been a space in there some where from letting it work properly. I copied and pasted this time instead of manually adding it and it worked? Go figure.

How about a hint to get it to show up when I click on the new post link when there isn't any new posts?

Thanks

redlabour 05-20-2008 10:32 AM

Useless if the Links are not editable from a real AdminCP Menu.

Alex@Mk3OC 05-23-2008 12:47 AM

I want to get this to display right at the top of my forums above my header, but can't figure out where i need to put it? Any help greatly appreciated

attroll 05-29-2008 05:09 AM

Quote:

Originally Posted by Alex@Mk3OC (Post 1528498)
I want to get this to display right at the top of my forums above my header, but can't figure out where i need to put it? Any help greatly appreciated

What are you calling you forums header? If I understand correctly I think you mean 5B as shown in the attachments that I have included in the first post of this thread.

attroll 05-29-2008 05:11 AM

Quote:

Originally Posted by Trickle (Post 1525396)
How about a hint to get it to show up when I click on the new post link when there isn't any new posts?

Thanks

I have to admint that I have tried to figure out how to do this and I am stumped. If anyone can figure this out please let me know and I will include it in an update.

Alex@Mk3OC 05-30-2008 12:16 PM

Quote:

Originally Posted by attroll (Post 1534743)
What are you calling you forums header? If I understand correctly I think you mean 5B as shown in the attachments that I have included in the first post of this thread.

I'm calling the logo at the top left of the forums my header. I want the navbar right at the very top of the page

attroll 05-30-2008 03:17 PM

Quote:

Originally Posted by Alex@Mk3OC (Post 1536166)
I'm calling the logo at the top left of the forums my header. I want the navbar right at the very top of the page

If you want it at the very top of your page.

Go to your header template and find:
<a name="top"></a>

After that put:
$navbar2

dt_truck11 05-31-2008 12:39 AM

*installed*

DawnsWebDesigns 06-01-2008 01:03 AM

Quote:

Originally Posted by attroll (Post 1420512)
Did you try doing this?

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.

I had the same problem with both my arcade & my CMPS home page. Thanks for the help you all. These things worked perfectly. :)

AnjX 06-01-2008 12:48 PM

Erm i get this on new thread....
Any fixes? please
Thanks =]
Btw, works perfectly for everything else, wonderful modification

UK-Biker 06-07-2008 02:00 PM

attroll

Is there a way to switch the navbar and your navbar2 so the default navbar is above and navabr2 is below.

Ie; so they are the reverse of what is shown is screenshot 'D'.

Thanks

badblu01 06-07-2008 10:22 PM

is it possible to creat a navbar with just the login / logout link and register link


All times are GMT. The time now is 01: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.02893 seconds
  • Memory Usage 1,829KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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