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.
Add a way to define distinct roles level for adding comment and opening a new discussion in a given category.
This extension adds two more, role based, category "level"; where Vanilla has 2:
• invisible/blocked : in Vanilla • read-only • read and add comment but no "open a new discussion" • full access: in Vanilla
****NEEDS TWO MODIFIED THEME FILES**** A pseudo-theme is packed with the extension.
Version 0.1 initial release Version 0.2 add the code to check and add the necessary column to the Category table Version 0.3 corrected error on new category --------- corrected bug on index when removing categories from select. Version 0.4 Corrected a misuse of DicussionID rather than CategoryID 0.5 set Cat_filter column to NULL for better MySQL compat added $Context->Database->GetConnection() in case an implementation use several connections 0.6 Added a check on setting values for unitialized categories. 0.7 Readme reflects addition of delegate to the core. Replaced "LUM_" with $Configuration['DATABASE_TABLE_PREFIX']