Style Images Break with Absolute StyleVars
When I set the stylevars to absolute paths (e.g.
http://www.vaultwiki.org/images/ rather than
images/), the wiki's style images (bullets, background-images, etc) break. That's because the absolute path is hardcoded to the CSS template:
Code:
url({vb:raw vboptions.bburl}/{vb:stylevar imgdir_vault}
Rather than:
Code:
url({vb:stylevar imgdir_vault}
It was previously believed that this was necessary because external stylesheets seek URLs relative to themselves, but this was a problem already handled by vBulletin. The absolute path for stylevars needs to be available in case the admin sets up a CDN, for example.
Fixed for the next build. All paths in CSS have been reduced to the {vb:stylevar}