Replacement variables not being applied to CMS?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nforums
    Banned
    • Jun 2009
    • 619
    • 3.8.x

    [CMS] Replacement variables not being applied to CMS?

    I've optimized my images folders to be served from subdomains to have parallel downloads which has greatly increased my page speed, but the CMS has the domain name prefixed to forum paths which caused a minor snag. (<img src="{vb:raw vboptions.bburl}/)

    To get around this I want to use the replacement manager

    For "Search for text" I have entered
    Code:
    <img src="{vb:raw vboptions.bburl}/
    For replace with I have entered
    Code:
    <img src="
    Theoritically that should remove the {vb:raw vboptions.bburl}/ from the templates correct? But it doesn't seem to be affecting them at all, and the images remain broken. If I manually edit the templates to remove that then all is well.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...