My Umbraco Packages

MediaWiz.Forums

forum.webp
MediaWIz Forums
Read more ...
Umbraco v17 v14 v13 v12 v11 v10 v9

Simple Forum add on for Umbraco ≥ 10.

Install

Our.Community.Configuration

dashboard.png
Configuration
Umbraco v17 v13 v12 v11 v10 v9

Store configuration data in the Umbraco database.

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

Install

Our.Community.MediaInfo

Media Info
Media Info Dialog
Read more ...
Umbraco v17 v14

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

poll.png
Polls
Umbraco v17 v13 v12 v11 v10 v9

Simple Poll Property Editor for Umbraco

Install

Our.Community.RssView

RSS Feed
RSS Feed viewer
Umbraco v17 v13 v12 v11 v10 v9

Simple RSS feed viewer Property Editor for Umbraco

Install

Umbraco.Community.FullCalendar.Block

Fullcalendar
Full Calendar
Umbraco v13 v12 v11 v10 v9

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

Install

Umbraco.Community.RTEStyleFormatter

Jsonminify

Json

Umbraco v13 v12 v11 v10 v9

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