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.
This plugin converts <code class="LANG" /> to use Syntax Highlighting in JavaScript (SHJS). It doesn't affect returned code, it only adds some JavaScript code inside. If Comment already contains <pre> tag compatible with SHJS, Vanilla Syntaxizer will by-pass it.
This plugin inserts some JavaScript code into Discussion Controller to format <code> with Syntax Highlighting in JavaScript (SHJS) script. One precisely chosen color scheme and bunch of supported languages.
It already contains the newest (minified) version of SHJS.
Just add class="LANG" to code tag, e.g. php, python, sql.
Changelog: 1.1 (2011-01-12): - default language when no "class" attribute is set - option for disable js auto-update (usefull with ajax editing)