Simple Forum add on for Umbraco ≥ 10.
Install
Our.Community.Configuration
Store configuration data in the Umbraco database.
This plugin allows you to store configuration data in a custom table in the Umbraco database.
Install
A content app for umbraco which displays the Exif data from your media files such as the GPS location and Camera details. Based on an Umbraco 8 package originally written by Paul Seal.
Install
Our.Community.Polls
Simple Poll Property Editor for Umbraco
Install
Our.Community.RssView
Simple RSS feed viewer Property Editor for Umbraco
Install
Umbraco.Community.FullCalendar.Block
Easy to use rich HTML backoffice preview for Events using the fullcalendar js component
Install
Umbraco.Community.RTEStyleFormatter
![]()

Easy to edit json file for RTE style_formats string in appsettings.json
Install
Our.Community.Configuration.OptionsProvider
public class OurConfigOptions
{
//Add your Configuration properties added in the back office here
//The name should match the name in the config setting (minus spaces)
public string? TestEncryptedString { get; set; }
public string? TestBool{ get; set; }
}IOptions provider add-on for Our.Community.Configuration
Install
requires Our.Community.Configuration