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

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

Category: Major Additions - Version: 3.6.8 Rating:
Released: 08-19-2007 Last Update: 08-19-2007 Installs: 90
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

DevNavbar
v.1.0.0
Description::.
This hack will give you an ability to add unlimited number of navbars & links and make them easy to be controlable by you ..
[Hack Features::.
1-Easy yo install
2-Unlimited number of navbars
3-Unlimited number of links in the navbar
4-Select link's target
5-Select link's alternate text
6-Group permissions
7-Ordered links
8-Option to open links in same/new page
9-Option to active/inactive links/bars
many other things just test the hack or see sreenshots]

Planned Features::.
1-Changing the navbars place will be more easier
2-Able to change display order of the navbar
3-Drop down menus
Installation::.
1-Import The Product.
2-upload files to thier destination directory
3-Read post number 2
History::.
1.0.0 On 20. Aug 2007 Initial Version.

Hack Languages::.
English Only For Now
Details::.
1 plugin, 38 phrases, 0 option, 1 query per page, 2 files

Show Your Support

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

Comments
  #32  
Old 08-22-2007, 02:47 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abdulla1 View Post
can custom buttons be added in navbar through the hack, and how?

thanks very great hack
custom buttons like what??
Quote:
Originally Posted by JD45 View Post
I'm getting a SQL Error when trying to work with a second navbar. The navbar was created ok, but I can't add links to it.


Code:
Database error in vBulletin 3.6.8:

Invalid SQL:

                SELECT *
                FROM vb_devnavbar_links
                
                WHERE devnavbar_links.linkbar = 2
                ORDER BY vb_devnavbar_links.linkorder DESC
                LIMIT 0, 10;

MySQL Error  : Unknown table 'devnavbar_links' in where clause
Error Number : 1109
Date         : Monday, August 20th 2007 @ 01:37:23 PM
Script       : http://xxxxxxxxxxxxxxxxx/dev_navbar.php?do=viewlinks
Referrer     : http://wxxxxxxxxxxxxx/dev_navbar.php?do=viewlinks
IP Address   :xxxx
Username     : xxx
Classname    : vb_database
i cant fine a reason for that
run this sql from you admincp (change the table prefix)
[sql]CREATE TABLE `PREFIX_devnavbar_links` (
`linkid` mediumint(10) unsigned NOT NULL auto_increment,
`link` varchar(255) NOT NULL default '',
`linkname` varchar(255) NOT NULL default '',
`linktarget` tinyint(1) unsigned NOT NULL default '0',
`linkalt` varchar(60) NOT NULL default '0',
`linkorder` int(5) NOT NULL default '0',
`linkstatus` tinyint(3) NOT NULL default '0',
`linkbar` int(5) NOT NULL default '0',
`linkgroups` varchar(80) NOT NULL,
PRIMARY KEY (`linkid`)
);[/sql]
Quote:
Originally Posted by eurofunny View Post
Can i use the Navbar with arcade?? I have made this"$developer_navbar[eins]" at the arcadetemplate, but the Navbar is not coming.
Nice Work, thx.
ask the arcade developer about how to put variables in the arcade --> reffer him to this mod if he need this
Quote:
Originally Posted by Feckie (Roger) View Post
The new page or self page setting
does not work
i was sure that it's working well, i'll look at this ..
Quote:
Originally Posted by HarryBO View Post
Nice Hack, but I?ve some Questions!

1. How does it work with VBA. I use different styles and on the smaller Ones the Linklist will enlarge the style to 100%.

Nice Greetings from Germany
Bo
i see this as a bug in my mod i'll fix it ...
Reply With Quote
  #33  
Old 08-22-2007, 04:14 PM
applyimage applyimage is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*installed* just what I was looking for.
Reply With Quote
  #34  
Old 08-22-2007, 05:44 PM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed the plugin, added the code to the template, added a navbar and added a menu item and nothing displays.

I'm using vb 3.6.8
Reply With Quote
  #35  
Old 08-22-2007, 06:32 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |Jordan| View Post
I installed the plugin, added the code to the template, added a navbar and added a menu item and nothing displays.

I'm using vb 3.6.8
Make sure that you give the right group permissions
Reply With Quote
  #36  
Old 08-22-2007, 08:30 PM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have all groups defined able to use it (except banned). It still wont display.
Reply With Quote
  #37  
Old 08-22-2007, 09:04 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |Jordan| View Post
I have all groups defined able to use it (except banned). It still wont display.
What did you put in the template edit??
Reply With Quote
  #38  
Old 08-22-2007, 09:08 PM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I followed your instructions in your second post:

Quote:
To Display all navbars under each other

open your template let's say navbar
we want to display navbars under breadcrumb
so we find
Code:

<!-- nav buttons bar -->

add below it
Code:

$dev_navbars
Reply With Quote
  #39  
Old 08-22-2007, 09:23 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |Jordan| View Post
I followed your instructions in your second post:
This as i did in my test forum, i don't see any mistake in this !! ...
check every link's group permissions ...
Reply With Quote
  #40  
Old 08-23-2007, 01:06 AM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The navbar itself doesnt even display, let alone any links on it. When i save the navbar (and check the usergroups), and go back to edit the navbar - none of the usergroups have checkmarks on them.
Reply With Quote
  #41  
Old 08-23-2007, 10:44 AM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |Jordan| View Post
The navbar itself doesnt even display, let alone any links on it. When i save the navbar (and check the usergroups), and go back to edit the navbar - none of the usergroups have checkmarks on them.
What's your vb. version number??
Edit:
try to run this queries:
[sql]UPDATE `devnavbar_navbar` SET `bargroups` = 'a:1:{s:14:"membergroupids";s:13:"4,6,7,2,5,1,3";} '
UPDATE `devnavbar_links` SET `linkgroups` = 'a:1:{s:14:"membergroupids";s:13:"4,6,7,2,5,1,3";} '[/sql]
this will enable all links and navbars to many groups, i am testing something with that ..
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:08 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.09470 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (10)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
  • (4)pagenav_pagelink
  • (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