Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!
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.
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.
/themes folder to install it.src="/themes/VanillaBootstrap/..." but if you have installed Vanilla in say a directory called "forum" you'd need to change the calls to: src="/forum/themes/VanillaBootstrap/..."./, otherwise the files won't load correctly on pages other than your home page.Remember that you don't need to include the actual url of your website in the path, just make the path relative to your root directory.
&lr;!-- LESS CSS and Prettify
================================================== -->
<link rel="stylesheet/less" type="text/css" href="/vanillaforum/themes/VanillaBootstrap/design/less/main.less">
<link rel="stylesheet" type="text/css" href="/vanillaforum/themes/VanillaBootstrap/design/prettify/prettify.css">
<!-- Javascript
================================================== -->
<script type="text/javascript" src="/vanillaforum/themes/VanillaBootstrap/js/bootstrap.less.js"></script>
<script type="text/javascript" src="/vanillaforum/themes/VanillaBootstrap/js/bootstrap.main.js"></script>
<script type="text/javascript" src="/vanillaforum/themes/VanillaBootstrap/js/plugin.autosize.js"></script>
<script type="text/javascript" src="/vanillaforum/themes/VanillaBootstrap/js/vanilla.main.js"></script>
<!-- Google Prettify
================================================== -->
<script type="text/javascript" src="/vanillaforum/themes/VanillaBootstrap/design/prettify/prettify.js"></script>
$Configuration['Garden']['InputFormatter'] = 'Markdown';