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.
Adds a 'report post' link to each post to allow users to report posts to a moderator for whatever reason.
V1: The ability to recieve post reports is based on a ROLE PERMISSION and a USER PREFERENCE. If you are not recieving reports please ensure the role you are in has permission to do so and you have chosen to recieve the reports on your forum preferences screen. V1.1: If the user who reports the post isnt logged in they are referred to as 'guest'. The ability to report posts is now granted using role permissions. You WILL need to give roles the permission to report posts if you wish them to be able to do so. By default users will not be allowed to report posts. If you wish guests to be able to report posts then you need to open up the default.php, and change the line starting $Configuration['PERMISSION_SEND_POST_REPORT'] to end = 1; instead of = 0;