Quote:
Originally Posted by n1ckn4me
Is there a way to adjust that path of an css selector ?
If this is a crapy question just slap me a few times
But, the problem is that I have an image set on the .alt1 background and it shows very well on my board pages but it doesn't show at pages that are outside my board...
any suggestions ?
thanks in advanced 
|
Use a str_replace call in the PHPINCLUDE_START template. By default it's set to look for the css at /clientscript/vbulletin_styles
PHP Code:
str_replace("/clientscript", "http://www.yoursite.org/forums/clienscript", $style['css']);
That's easier than hacking IMO