I appended this a long time ago to the main post of the
VB integration thread where you just found how to do your cookies
IN
VB open global.php
find
PHP Code:
define('STYLEID', $style['styleid']);
add under
PHP Code:
if ($vboptions['storecssasfile'])
{
$style['css'] = str_replace('clientscript', "$vboptions[bburl]/clientscript", $style['css']);
}
save and close global.php