Quote:
Originally Posted by Tanya123
I'm sorry.
It's better to show you rather than try to tell you.
Here is my website: http://www.brides2wives.com
And here is what the Groups Commune page looks like: http://www.brides2wives.com/groups
I can't get the style on it and I have written out my full paths in the stylevars and in my Main/Additional CSS long ago for other reasons. I rechecked all of them and they are all written out fully. I reinstalled the .XML and it still won't add the style. My style is custom and I don't have the default vBulletin style anymore (not for a long time). Does that have something to do with it. I searched this entire thread, tried some suggestions and I still can't get it to work.
Thanks.
|
in this thread are 2 links for this problem:P
make a plugin with this code
PHP Code:
if ($vbulletin->options['storecssasfile'])
{
$style['css'] = str_replace('clientscript', "{$vbulletin->options['bburl']}/clientscript", $style['css']);
}
and hook global_start