Quote:
Originally Posted by Wulfnoth
A very cool hack.
But I have a little problem. If I choose to save the css-stylesheet in vbulletin_css the vbnews.php dosn't works correct. Is their any soluccion for this problem?
Sorry for my bad english, but I had slept in school for the last 10 years... 
|
I know how to solve this problem but I'm still trying to find where the variable $style[css] is hidden

This variable when css is in filesystem adds this line of code at header:
Code:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style-2097d366-00001.css" id="vbulletin_css" />
This link must be change to:
Code:
<link rel="stylesheet" type="text/css" href="http//www,domain.com/forums/clientscript/vbulletin_css/style-2097d366-00001.css" id="vbulletin_css" />
When I'll find it, I'll be back

Please note that this applies only to those installations where vbnews.php is not on your forum directory.