Same problem here. I store css as files.
I've installed dozens of hacks during the years and never ran into a problem before as I'm very carefull in following the instructions. With vBadvanced I get this...
Logged in..
Html output has proper path
Code:
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="http://www.mysite.com/forum/clientscript/vbulletin_css/style-fed761c9-00001.css" />
<!-- / CSS Stylesheet -->
<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "http://www.mysite.com/forum/images/misc";
// -->
</script>
<script type="text/javascript" src="http://www.mysite.com/forum/clientscript/vbulletin_global.js"></script>
<script type="text/javascript" src="http://www.mysite.com/forum/clientscript/vbulletin_menu.js"></script>
Logged out...
Html output has inproper path
Code:
<!-- CSS Stylesheet -->
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-fed761c9-00001.css" />
<!-- / CSS Stylesheet -->
<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "http://www.mysite.com/forum/images/misc";
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js"></script>
Update - as a temp solution i edited my headinclude template with the full paths to the css and js files