Quote:
Originally Posted by TheEnd
Well, I did clear cache and nothing happended 
? Lightbox <http://
? Control Panel <www.
? Log Out <www.
Lots of others are www. still, while some are http://. Wtf.
|
are they the links to forum?
make sure you have the URL right.
$url_app = "
http://www.yoursite.com/forums/";
PHP Code:
// Set here the URL to your vBulletin forum. WITH trailing slash!
$url_app = "http://www.yoursite.com/forums/";
// Set here different URL's to your vBulletin forum.
// Normally no need to change.
$url_register = $url_app."register.php?do=signup";
$url_lost_password = $url_app."login.php?do=lostpw";
$url_control_panel = $url_app."usercp.php";
$url_mailform = $url_app."sendmessage.php?do=mailmember&u={user_id}";
$url_show_profile = $url_app."member.php?u={user_id}";
$url_login = $url_app."login.php";
$url_logout = $url_app."login.php?do=logout&u={myuserid}";
$clientscript_md5 = $url_app."clientscript/vbulletin_md5.js";