Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!
Will it work on my Vanilla Forum?
These addons are for people who downloaded and set up their own Vanilla forum. Compare your downloaded version with the version requirements on the right.
If your Vanilla forum is hosted at VanillaForums.com, this addon may already be installed there.
Vanilla Approved?
We review addons to make sure they are safe and don't cause bugs. An addon is considered to be "Vanilla Approved" once our review process is complete.
This addon is a plugin. You need to extract it to your /plugins folder to install it.
Patch for Vanilla 1.1 that automatically merge and minify CSS and JavaScript files.
Vanilla is a plain forum engine. Each functionality is added by a plug-in, and each plug-in can add his own JavaScript and CSS files.
All these files should be merged to reduce the number of http requests and make the page load faster.
Inspired by the CSS/JS merging script of Ed Eliot, this patch allows Vanilla to do it automatically. It also can use JSMin, by Douglas Crockford (and David Holmes for the php version), and the zlib library (when available) to reduce the size of the file(s).
Also, if any changes are made to your CSS and JS file, the browser will download the new version instead of waiting for the expiration date to update its cache. No more, broken functionalities because of an outdated js file :-)
TODO:
Allow admin to reset the server cache
Force browser cache to refresh when the patch is updated or when the server cache is reseted
Allow extension author to create a css file alternative for the packer(e.g.: with $Head->AddStyleSheet('extensions/myExtension/style.css'), the packer would try to packer extensions/myExtension/style.css.packer if it exist)