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.


All times are GMT. The time now is 07:17 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.01149 seconds
  • Memory Usage 1,725KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)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