View Full Version : Using css as files
Freezerator
01-20-2005, 11:10 AM
Hi,
when i use css as files, my css file doesn't load. I have searched, but i can't seem to find the option to put the right path to my css files?
Can someone please assist?
Hmm, also my links are wrong. I have my forum in /forum but they are pointing to my root dir.
I have editted cmps_index.php to my path, and when i am logged in, it works like a charm, but when i am logged out is doesn't work??
Tigga
01-22-2005, 05:35 PM
What do you have set for your 'Forum URL' setting in your main vB options?
Freezerator
01-23-2005, 06:47 AM
http://mysite.com/forum
I have double checked the help file :) Some said when you are logged out, vbulletin doesn't pass al the variables?? Like forum url?
Jenta
02-05-2005, 06:10 AM
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
<!-- 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
<!-- 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
Jenta
04-16-2005, 08:36 AM
any fix for this yet?
Zachery
04-16-2005, 03:20 PM
Not having this issue really...
Jenta
04-16-2005, 04:28 PM
Not having this issue really...
they just now fixed it...as of a couple or hours ago
how can u not be having this issue?
grab the updated zip at vbadvanced.com
the zip file there contains the fix
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.