PDA

View Full Version : Css stored as file problem!


EvilHawk
10-11-2005, 01:04 PM
Hello

I have some custom scripts outside the forum directory and I encounterd some problems when i have activated the option "Save css as file", it looses all my css settings !

As of version 3.0.x i was adding in global.php under:
define('STYLEID', $style['styleid']);
this
if ($vbulletin->options['storecssasfile'])
{
$style['css'] = str_replace('clientscript', "$vboptions[bburl]/clientscript", $style['css']);
}
but now i cant find a way to make it work! :disappointed:

i will appreciate any help!
TIA

Andreas
10-11-2005, 01:07 PM
Did you know that vBulletin has a nice search function? ;)
https://vborg.vbsupport.ru/showthread.php?t=97298
https://vborg.vbsupport.ru/showthread.php?t=97273

EvilHawk
10-11-2005, 01:16 PM
I thought i searched everything! My mistake! :o
Thank you! ;)