vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - DevNavbar (add navbars & links, display it anywhere) (https://vborg.vbsupport.ru/showthread.php?t=155687)

Developer 08-22-2007 02:47 PM

Quote:

Originally Posted by abdulla1 (Post 1321707)
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 (Post 1321773)
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 (Post 1322262)
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) (Post 1322985)
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 (Post 1323067)
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 ...

applyimage 08-22-2007 04:14 PM

*installed* :) just what I was looking for.

|Jordan| 08-22-2007 05:44 PM

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

Developer 08-22-2007 06:32 PM

Quote:

Originally Posted by |Jordan| (Post 1323353)
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

|Jordan| 08-22-2007 08:30 PM

I have all groups defined able to use it (except banned). It still wont display.

Developer 08-22-2007 09:04 PM

Quote:

Originally Posted by |Jordan| (Post 1323462)
I have all groups defined able to use it (except banned). It still wont display.

What did you put in the template edit??

|Jordan| 08-22-2007 09:08 PM

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

Developer 08-22-2007 09:23 PM

Quote:

Originally Posted by |Jordan| (Post 1323491)
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 ...

|Jordan| 08-23-2007 01:06 AM

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.

Developer 08-23-2007 10:44 AM

Quote:

Originally Posted by |Jordan| (Post 1323624)
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 ..


All times are GMT. The time now is 05:23 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.01278 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_code_printable
  • (10)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