vBulletin CDN Integration
Updated on October 4, 2018
This tutorial shows how to complete a vBulletin CDN integration with KeyCDN.
- Create a Pull Zone before you start the vBulletin CDN integration.
- Log in to your vBulletin control panel.
- Go to Styles & Templates > Replacement Variable Manager.
- Choose Add New Replacement Variable.
- You now need your Zone URL (e.g.
example-hexid.kxcdn.com
) or Zone Alias (e.g.cdn.example.com
). Create a new replacement variable for each item in following table:Search for text Replace with src="customavatars/
src="http://example-hexid.kxcdn.com/customavatars/
src="customprofilepics/
src="http://example-hexid.kxcdn.com/customprofilepics/
src="images/
src="http://example-hexid.kxcdn.com/images/
url("clientscript
url("http://example-hexid.kxcdn.com
src="clientscript/
src="http://example-hexid.kxcdn.com/
src="{vb:raw vboptions.bburl}/clientscript/
src="http://example-hexid.kxcdn.com/
href="clientscript/
href="http://example-hexid.kxcdn.com/
url(./images/
url(http://example-hexid.kxcdn.com/images/
url(images/
url(http://example-hexid.kxcdn.com/images/
var IMGDIR_MISC="images/misc";var IMGDIR_BUTTON="images/buttons";
var IMGDIR_MISC="http://example-hexid.kxcdn.com/images/misc";var IMGDIR_BUTTON="http://example-hexid.kxcdn.com/images/buttons";
If you have more directories for your images, repeat the process for all of them. You just completed the vBulletin CDN integration. Please confirm this by examining the source code of your website and searching for the CDN URL you use.