|
Check your forum url
This is what I see in the source of your page
<link rel="stylesheet" href="/style_images/css_33.css" type="text/css" />
We have this in the pp-inc.php to load the style
elseif ( $Globals['vbversion'] == "ib2" && $Globals['forumstyle'] == "yes" ) {
$stylesheet = "<link rel=\"stylesheet\" href=\"{$Globals['vbulletin']}/style_images/css_{$User['stylesheet']}.css\" type=\"text/css\" />";
}
therefore your issue seems that your url to your forum is empty. In forum options make sure to save the url to your forum
|