MediaWiz.Forums.14 16.0.2

dotnet add package MediaWiz.Forums.14 --version 16.0.2
                    
NuGet\Install-Package MediaWiz.Forums.14 -Version 16.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MediaWiz.Forums.14" Version="16.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MediaWiz.Forums.14" Version="16.0.2" />
                    
Directory.Packages.props
<PackageReference Include="MediaWiz.Forums.14" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MediaWiz.Forums.14 --version 16.0.2
                    
#r "nuget: MediaWiz.Forums.14, 16.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MediaWiz.Forums.14@16.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MediaWiz.Forums.14&version=16.0.2
                    
Install as a Cake Addin
#tool nuget:?package=MediaWiz.Forums.14&version=16.0.2
                    
Install as a Cake Tool

MediaWizForums 14

Simple Forum add on for Umbraco 14+.

16.0.2

Fixes and refactoring for Umbraco 16 migration scripts.

16.0.1

Included local version of tinyMCE for the forum posts editor, this is to avoid issues with the Umbraco 16.0.1 update that removed the tinyMCE package from Umbraco. This version of MediaWizForums is compatible with Umbraco 16.0.0 and later. Minor changes to the package.xml to improve css look and feel of the forum.

16.0.0

Minor changes to enable installation on Umbraco 16

14.1.0

Added support for Umbraco15 + .net 9

14.0.2

Fixed issues with entrypoints in the backoffice

14.0.0

If you want to use a member type other than the created "forumMember", add the following setting in appsettings.json

  "MediaWizOptions": {
    "MemberTypeAlias": "myMemberType",
    ...
  }

If your website already contains any document types using the same aliases as the forum package.

doctypes created that may cause conflicts "login", "members", "profile", "register", "reset", "verify"

If you encounter this issue it is possible to add a setting to the "MediaWizOptions"

  "MediaWizOptions": {
    "ForumDoctypes": "prefix",
    ...
  }

Adding this value will force the install to load a different package.xml in the migration and create the document types using the prefix "forum" instead, this should avoid any conflicts

Tested in v14 of Umbraco

Config section in appsettings.json

  "MediaWizOptions": {
    "MaxFileSize": 8,  - Maximum file size in MB
    "AllowedFiles": [ ".gif", ".jpg", ".png", ".svg", ".webp" ], - Allowed image file extensions
    "UniqueFilenames": true - if true uses random guid for filename, if false uses name of uploaded file
  }
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
16.0.2 50 8/16/2025
16.0.1 62 6/21/2025
16.0.0 117 6/20/2025
14.1.0 131 11/19/2024
14.0.2 79 8/5/2024

Latest version targetting Umbraco 16