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
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