vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   quick links (https://vborg.vbsupport.ru/showthread.php?t=75109)

skinwalker 01-25-2005 08:03 PM

quick links
 
ok i have somehow lost the quick link in my nav bar
can someone tell me how to put it back in
thanks

Andreas 01-25-2005 08:04 PM

Revert the navbar template.

skinwalker 01-25-2005 08:06 PM

kirby i tryed that
it didnt work

Andreas 01-25-2005 08:09 PM

Are you sure?

Because in my navbar template there is code for the Quick Links menu.
The only other reason I could think of is that $show['member'] isn't set (this is being set in global.php).

skinwalker 01-25-2005 08:11 PM

yep i am sure
i even went to fefault skin and copyed it
and replaced it in the skin it was lost in
and same thing
like something is missing

Andreas 01-25-2005 08:13 PM

Then check global.php for $show['member'] =

skinwalker 01-25-2005 08:21 PM

nope it isnt in it

Andreas 01-25-2005 08:25 PM

The you must have accidently removed it ...
PHP Code:

if ($bbuserinfo['userid'])
{
        
$show['guest'] = false;
        
$show['member'] = true;
}
else
{
        
$show['guest'] = true;
        
$show['member'] = false;



skinwalker 01-25-2005 08:30 PM

ok kirby i am sry was looking in wrong one it is in there
i was looking in the admin folder at the global.php
but it is in the forums global.php file
i did find it there

Andreas 01-25-2005 08:33 PM

Then it must work.

skinwalker 01-25-2005 08:38 PM

it is weard but it wont even show up on the nav bar
i have tryed every thing to get it to work

AN-net 01-25-2005 10:00 PM

is the code for it in the template? if it isnt revert it, if that doesnt work try putting the default style xml file in the install directory and rebuild the style;)

skinwalker 01-25-2005 10:34 PM

an-net tryed that also no go
nothing i done added it back


All times are GMT. The time now is 10:13 PM.

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.01101 seconds
  • Memory Usage 1,729KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete