View Full Version : navbar
sabret00the
05-25-2004, 10:43 AM
how do you get locations onto the navbar?
NTLDR
05-25-2004, 06:19 PM
$navbits['usercp.php'] = $vbphrase['user_cp'];
$navbits[''] = $vbphrase['edit_profile'];
$navbits = construct_navbits($navbits);
Its similar to that, take a look in almost any of the forum php files if that doesn't work, they nearly all have code to do it.
sabret00the
05-26-2004, 07:58 AM
thanks i'll check out the files :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.