Version: 1.0.0, by Developer
Developer Last Online: Nov 2010
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
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
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
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)
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
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%.
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.
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 ..