Quote:
Originally Posted by abdulla1
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%.
Nice Greetings from Germany
Bo
|
i see this as a bug in my mod i'll fix it ...