PDA

View Full Version : How change javascript's path?


doraj
07-13-2010, 04:34 PM
Hello,

I am trying to change the javascript path of my vBulletin Community, CMS + Forum. I prefer upload them from external resource, as Amazon S3, Akamai, etc, to reduce size page and improve performance.

To make this I done these modifications, but it doesn't works well:

ACP vBulletin - Styles & Templates > Replacement Variable Manager > [Add New Replacement Variable]

* Set Search for Text to href="clientscript
* Set Replace with Text to href="http://cdn.mysite.com/clientscript

* Set Search for Text to url("clientscript
* Set Replace with Text to url("http://cdn.mysite.com/clientscript

* Set Search for Text to src="clientscript/
* Set Replace with Text to src="http://cdn.mysite.com/clientscript/

After these modifications, I see my forum completely distorted.

Screenshot

How can I resolve this problem? Can you help me please?

Thank you