View Full Version : quick links
skinwalker
01-25-2005, 08:03 PM
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 ...
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.