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:
PHP Code:
define('STYLEID', $style['styleid']);
this
PHP Code:
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