Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Advanced Navbar (add navbars & links, display it anywhere) Details »»
Advanced Navbar (add navbars & links, display it anywhere)
Version: 1.0.2, by Developer Developer is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 05-15-2006 Last Update: 05-17-2006 Installs: 150
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

DevNavbar
v.1.0.2
Description::.
This hack will give you an ability to add infinite number of navbars & links
HUGE thnx to Hambil
And another big thnx to beebi
[Hack Features::.
1-easy yo install
2-infinite number of navbars
3-infinite number of links in the navbar
4-select link's target
5-select link's alternate text
many other things just test the hack or see sreenshots

[Planned Features::.
Many planned features to improve the hack
Installation::.
1-Import The Product.
2-upload files to thier destination directory
3-Read post number 2
History::.
1.0.0 On 17. May 2006 Initial Version.
1.0.1 On 17. May 2006 Fix Table prefix problem & remove some non working functions
1.0.2 On 18. May 2006 Now you can display each navbar any where

Hack Languages::.
English Only For Now
Details::.
1 plugin, 35 phrases, 0 option, 1 query per page, 2 files
Donation::.
Feel Free To
aT lAsT::.
If you've installed the hack click
vbulletin.org
if you realy like the hack nominate it for HOTM

Support Given For Who Clicked Install {ONLY}

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #142  
Old 01-11-2007, 03:25 PM
h_andi h_andi is offline
 
Join Date: Dec 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #143  
Old 01-20-2007, 10:32 PM
Zowners Zowners is offline
 
Join Date: Dec 2005
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

i installed the fixed version
iam using 3.6 at the moment
Reply With Quote
  #144  
Old 01-20-2007, 10:57 PM
Zowners Zowners is offline
 
Join Date: Dec 2005
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 
Reply With Quote
  #145  
Old 01-21-2007, 10:14 PM
afmarko99's Avatar
afmarko99 afmarko99 is offline
 
Join Date: Jan 2007
Location: Louisiana
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by h_andi View Post
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
Reply With Quote
  #146  
Old 03-01-2007, 06:29 AM
Tri@de's Avatar
Tri@de Tri@de is offline
 
Join Date: Sep 2003
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's a way to add a field that enable the link view only for some groups?
Reply With Quote
  #147  
Old 04-22-2007, 02:23 PM
Sir_Yaro's Avatar
Sir_Yaro Sir_Yaro is offline
 
Join Date: Jun 2004
Location: Ireland
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Amiga Harrison View Post
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
Reply With Quote
  #148  
Old 06-16-2007, 01:18 PM
RTFA RTFA is offline
 
Join Date: Feb 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #149  
Old 07-11-2007, 05:58 PM
BabyNameAddict BabyNameAddict is offline
 
Join Date: Feb 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Great job!!
Reply With Quote
  #150  
Old 07-15-2007, 01:39 AM
rnmcd rnmcd is offline
 
Join Date: Aug 2004
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone made something like this for 3.6.x?
Reply With Quote
  #151  
Old 07-15-2007, 02:00 PM
silence88 silence88 is offline
 
Join Date: May 2007
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

simply awesome many thanks !
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04496 seconds
  • Memory Usage 2,321KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete