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.
| Version | Released |
|---|---|
| 0.2beta | December 2007 |
/plugins folder to install it.In order for Vanilla to recognize an extension, it must be contained within it's own directory within the extensions directory. So, once you have downloaded and unzipped the extension files, you can then place the folder containing the default.php file into your installation of Vanilla. The path to your extension's default.php file should look like this:
/path/to/vanilla/extensions/VanillaVoting/default.php
This extension requires Jquery extension to be installed and enabled before this extension.
There are some changes required in the core for this to work. You will have to download some files from vanilla SVN. These are the files that you need
overwrite your files with these ones . Look for this code in Vanilla.Class.Comments.php$this->DelegateParameters['DataSet'] = $DataSet;
and replace it with $this->DelegateParameters['DataSet'] = &$DataSet;Once this is complete, you can then enable the extension through the "Manage Extensions" form on the settings tab in Vanilla.
Vanilla voting has category specific and role specific voting configuration.
Screenshot of vanilla voting for discussions. click the up or down arrows to cast your vote, once you have done so the buttons will be disabled and their state will reflect your vote. So for eg, if you voted with an up arrow, the up arrow will appear pressed.
Screenshot of vanilla voting for Comments. Comments that you voted negative will appear collapsed, You can expand them by clicking on "Show/Hide comment"