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)

JD45 05-17-2006 04:15 PM

Quote:

Originally Posted by Atakan KOC
Find advanced_navbar.php

Thanks for the fix, that took care of the sql error.

One last question. I know this isn't your hack and I do appreciate the fixes, but any idea why the usergroup permissions aren't working right still?

bashy 05-17-2006 04:23 PM

Hi peeps

The navbars are not showing in IE7 but they show ok in Firefox
Please see www.bashys-place.com/forums you can see where the bar
is trying to show itself just below the original navbar...

Any advice please?

JD45 05-17-2006 04:26 PM

I don't see them in FF or IE, I do see the space though. Did you upload all the files and do the template edit?

bashy 05-17-2006 04:31 PM

Hi yeah did the edits and uploaded all files and imported the product,

Like i say, it works fine in Firefox, well for me anyway lol :)

Atakan KOC 05-17-2006 05:44 PM

Other 2 mini bug fixed

if you install, 2. step go

1. Bug

find product_advanced_navbar.xml

PHP Code:

            <installcode><![CDATA[
$db->hide_errors();

$db->query_write("CREATE TABLE `" TABLE_PREFIX "advnavbar_navbar` (
  `barid` int(5) unsigned NOT NULL auto_increment,
  `barname` varchar(50) NOT NULL default '',
  `barstatus` tinyint(1) NOT NULL default '0',
  `barlinks` int(10) unsigned NOT NULL default '0'
  PRIMARY KEY  (`barid`)
);"
); 

inline find

PHP Code:

`barlinksint(10unsigned NOT NULL default '0' 

replace

PHP Code:

`barlinksint(10unsigned NOT NULL default '0'

2. Bug

PHP Code:

        $db->query_write("
            INSERT INTO " 
TABLE_PREFIX "advnavbar_links
            (linkname,link,linktarget,linkalt,linkorder,linkstatus,linkbar)
            VALUES
            ('" 
$db->escape_string($vbulletin->GPC['linkname']) . "', '" $db->escape_string($vbulletin->GPC['link']) . "', '" $db->escape_string($vbulletin->GPC['linktarget']) . "', '" $db->escape_string($vbulletin->GPC['linkalt']) . "', '" $db->escape_string($vbulletin->GPC['linkorder']) . "', '" $db->escape_string($vbulletin->GPC['linkstatus']) . "', '" $db->escape_string($vbulletin->GPC['linkbar']) . "'
            "
); 

replace

PHP Code:

        $db->query_write("
            INSERT INTO " 
TABLE_PREFIX "advnavbar_links
            (linkname,link,linktarget,linkalt,linkorder,linkstatus,linkbar)
            VALUES
            ('" 
$db->escape_string($vbulletin->GPC['linkname']) . "', '" $db->escape_string($vbulletin->GPC['link']) . "', '" $db->escape_string($vbulletin->GPC['linktarget']) . "', '" $db->escape_string($vbulletin->GPC['linkalt']) . "', '" $db->escape_string($vbulletin->GPC['linkorder']) . "', '" $db->escape_string($vbulletin->GPC['linkstatus']) . "', '" $db->escape_string($vbulletin->GPC['linkbar']) . "')
            "
); 


JD45 05-17-2006 06:00 PM

^^^does this fix the usergroup permission thing with links?

I downloaded your updated installer, ran it, with overwrite perms and it still didn't fix that paticular bug. Do the files included in your .zip need to be uploaded as well?

Developer 05-17-2006 06:24 PM

You have to upload them
and groups function REMOVED

bashy 05-17-2006 06:45 PM

Hi

I have just done this update and in IE i get
Mark Read
Buddies
User Control Panel
Edit Signature
Edit Profile
Edit Options
Miscellaneous
Private Messages
Subscribed Threads
My Profile
Who's Online
Apply To Be A Mod

In firefox the bar has dissapeared now!!

please see here www.bashys-place.com/forums/

bashy 05-17-2006 06:59 PM

The quick link menu, the get new post menu and the search menu no longer works in ie....

Developer 05-17-2006 07:03 PM

Are u using class "vbmenu_control" in your style?


All times are GMT. The time now is 05:50 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01987 seconds
  • Memory Usage 1,761KB
  • 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
  • (5)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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