vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Advanced Navbar (add navbars & links, display it anywhere) (https://vborg.vbsupport.ru/showthread.php?t=115806)

blind-eddie 08-20-2006 01:29 PM

Thank You, NiTRoN......Im still learning....

UncoderMom 10-15-2006 02:40 AM

Thanks!

I agree, this should be stock! There is NO way you can do without soemthing like move navbar space!!

Neutral Singh 10-15-2006 10:35 AM

Isnt working on 3.6.2 though plugin installed without any trouble. any clues?

UncoderMom 10-15-2006 09:05 PM

Its working in 3.6.2 with FireFox But NOT IE....

In IE it breaks the layout and the header and navbar disapear all but the dropdown for user cp and its posted as a block, not a dropdown, if that makes sence.

Just when everything ws looking so good lol. Hope we get a fix soon!

UncoderMom 10-15-2006 09:09 PM

Also, maybe a future feature, add the ability to add http:/ links instaed of relative only. :)

Spongeh 10-24-2006 06:07 PM

Check out the fixed version. Which is stated earlier in this thread.

https://vborg.vbsupport.ru/showpost....6&postcount=85

johnrizz 11-24-2006 04:22 AM

Quote:

Originally Posted by UncoderMom (Post 1097778)
Its working in 3.6.2 with FireFox But NOT IE....

In IE it breaks the layout and the header and navbar disapear all but the dropdown for user cp and its posted as a block, not a dropdown, if that makes sence.

Just when everything ws looking so good lol. Hope we get a fix soon!


Ok, this is what I did to fix this problem, In the add link I added my URL to the ( ALT ) then save. The problem went bye bye, It now works in IE, does this sound right?
john...

yoyoyoyo 11-24-2006 06:22 PM

the links on the navbar appear unevenly spaced - any idea how to fix that?

yoyoyoyo 12-06-2006 02:15 AM

not working in 3.6.4 - I would sure like to see an update

NiTRoN 12-06-2006 02:25 PM

works here just fine in 3.6.4

wes_517 12-08-2006 01:33 PM

any idea when the permissions will be put in?

that's something that I really think is useful...

blind-eddie 12-08-2006 02:32 PM

works great for me in 3.6.4

aerogear2002 12-29-2006 06:30 AM

will this work on 3.6.4

aerogear2002 12-29-2006 06:41 AM

installed how you make it so it will show up in the forum

aerogear2002 12-29-2006 07:07 AM

installed not working in 3.6.4, do I have to add something somewhere or change something in my templates

Big Jeff 12-30-2006 04:12 AM

The product is great.. I loved it and clicked install for ya!

I do have a slight problem. It appears I have a dropdown called "Extras" with one dropdown in it also called "Extras". It was there when I first installed. It doesn't show up in the modify/delete menu. How in the world do I get rid of that menu??

Thanks,
Jeff

NiTRoN 12-30-2006 06:23 AM

Quote:

Originally Posted by aerogear2002 (Post 1146816)
installed not working in 3.6.4, do I have to add something somewhere or change something in my templates

read 1st post by developer in this thread

blind-eddie 12-30-2006 12:45 PM

re-read read me, you missed something

h_andi 01-06-2007 02:28 PM

Hello guys

I have a problem with this Plugin . This Plugin works fine but in the have installed the Portal, they can i not view this Navbar.

I hope that any guy here can help me, what template i must be change that this Navbar works in the Portal.

Sorry for my bad english.

See you
andi

Amiga Harrison 01-10-2007 11:39 PM

I am using the same portal as h_andi and am having the same problem. The navbars show properly for the rest of the forum, but not on the portal page. I've added the variable to the Advanced Navbar settings but it didn't have any effect.

Anyone have ideas on how to fix this?

h_andi 01-11-2007 03:25 PM

Hey Amiga Harrison

I fixed this problem with the following code.

Find in the navbar-Template:

Code:

<!-- breadcrumb, login, pm info -->
Before, add this code.

Code:

<!-- additionalnavbar -->
<div align="center">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
    <tr align="center">
        <td class="vbmenu_control"><a href="/link/your/url">Description</a></td>
        <td class="vbmenu_control"><a href="/link/your/url">Description</a></td>
        <td class="vbmenu_control"><a href="/link/your/url">Description</a></td>
        <td class="vbmenu_control"><a href="/link/your/url">Description</a></td>
        <td class="vbmenu_control"><a href="/link/your/url">Description</a></td>
        <td class="vbmenu_control"><a href="/link/your/url">Description</a></td>
    </tr>
    </table>
</div>
<!-- / additionalnavbar -->

You can see a second Navigation-Bar.

I hope i can help you with this.

so long andi

Zowners 01-20-2007 10:32 PM

i still cant see the navbar on my forum = /
any ideas why?

i installed the fixed version
iam using 3.6 at the moment

Zowners 01-20-2007 10:57 PM

sorry for double psoting, at 1st i thought hey just did show but now iam not even able to make new navbars i get this error

PHP Code:

Database error in vBulletin 3.6.0:

Invalid SQL:

            
INSERT INTO advnavbar_navbar
            
(barname,barstatus,bargroups)
            
VALUES
            
('first''1'''
       
);

MySQL Error  Unknown column 'bargroups' in 'field list'
Error Number 1054
Date         
SaturdayJanuary 20th 2007 04:49:50 PM
Script       
http://www.paramorefans.com/boards/admincp/advanced_navbar.php?do=savebar
Referrer     http://www.paramorefans.com/boards/admincp/advanced_navbar.php?do=addbar
IP Address   201.247.181.226
Username     
Locomotion
Classname    
vb_database 


afmarko99 01-21-2007 10:14 PM

Quote:

Originally Posted by h_andi (Post 1156299)
Hey Amiga Harrison

I fixed this problem with the following code.

You can see a second Navigation-Bar.

I hope i can help you with this.

so long andi


andi thanks for the help. This worked great for me. I have only one problem now. I am trying to put this right under my original navbar. Currently it is attached to the welcome box.

See website www.thepublicenemy.net

Tri@de 03-01-2007 06:29 AM

There's a way to add a field that enable the link view only for some groups?

Sir_Yaro 04-22-2007 02:23 PM

Quote:

Originally Posted by Amiga Harrison (Post 1155881)
I am using the same portal as h_andi and am having the same problem. The navbars show properly for the rest of the forum, but not on the portal page. I've added the variable to the Advanced Navbar settings but it didn't have any effect.

Anyone have ideas on how to fix this?

[/quote] it depend what variable you use in a navbar to show advnavbar in my case it was:
Code:

$developer_navbar[first]
so I had to add
Code:

developer_navbar
into Portal Output Global Variables

RTFA 06-16-2007 01:18 PM

GEtting database errors:

Database error in vBulletin 3.6.7:

Invalid SQL:

SELECT *
FROM VBadvnavbar_links

WHERE advnavbar_links.linkbar = 1
ORDER BY VBadvnavbar_links.linkorder DESC
LIMIT 0, 10;

MySQL Error : Unknown table 'advnavbar_links' in where clause
Error Number : 1109

BabyNameAddict 07-11-2007 05:58 PM

Installed. Great job!!

rnmcd 07-15-2007 01:39 AM

Has anyone made something like this for 3.6.x?

silence88 07-15-2007 02:00 PM

simply awesome many thanks !

Raptor 01-06-2008 07:30 PM

Quote:

Originally Posted by rnmcd (Post 1291464)
Has anyone made something like this for 3.6.x?

it works fine on my vb3.6.4

viper357 05-13-2008 10:27 AM

Is this working on 3.7 gold?

johnrizz 05-15-2008 10:06 PM

Well if it was previously installed before upgrading to 3.7 it seems too work fine but for new installs it doesn't work... will there be some sort of fix for this, anyone know?

Raptor 06-13-2008 03:41 PM

works fine on my vb 3.7.1 PL1

However im finding links open a new window even when set to open in same window

z0diac 06-19-2008 01:16 PM

Please update when this works on 3.7.1 as I'd LOVE to install it!

Nadeemjp 10-08-2008 06:13 AM

does this work for 3.7.3?

Speedy1505 10-26-2009 06:28 AM

ich have modivied this hack :)

Change:
- 2 Themplates
- Grouped Themplates
- Cached Themplates

todo:
- Auto-Install per Option (no Template-Modification) <== i have no Idee :(

Install:
- Backup your NavBars
- uninstall the product
- install the new XML
- insert your NavBars
- modified your Style-Templates

have Fun


All times are GMT. The time now is 06:36 AM.

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.01443 seconds
  • Memory Usage 1,801KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)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
  • (37)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