Our.Community.MediaInfo

Media Info

A content app for umbraco which displays the Exif Info from your media items such as the GPS and Camera details. Based on an Umbraco 8 package by Paul Seal.

Install

Umbraco v14

MediaWiz.Forums

Forum

Simple Forum add on for Umbraco ≥ 10.

Install

Umbraco v9 v10 v11 v12 v13 v14

Umbraco.Community.FullCalendar.Block

FullCalendar

Easy to use rich HTML backoffice preview for Events using the fullcalendar js component

Install

Umbraco v9 v10 v11 v12 v13

Umbraco.Community.RTEStyleFormatter

Jsonminify

Json

Easy to edit json file for RTE style_formats string in appsettings.json

Install

Umbraco v9 v10 v11 v12 v13

Our.Community.Polls

Poll

Simple Poll Property Editor for Umbraco

Install

Umbraco v9 v10 v11 v12 v13

Our.Community.RssView

RSS Feed

Simple RSS feed viewer Property Editor for Umbraco

Install

Umbraco v9 v10 v11 v12 v13

Our.Community.Configuration

Configi Dashboard

Store configuration data in the Umbraco database.

This plugin allows you to store configuration data in a custom table in the Umbraco database.

Install

Umbraco v9 v10 v11 v12 v13

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