MediaWiz.Forums 14.0.0

dotnet add package MediaWiz.Forums --version 14.0.0
                    
NuGet\Install-Package MediaWiz.Forums -Version 14.0.0
                    
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" Version="14.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MediaWiz.Forums" Version="14.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MediaWiz.Forums" />
                    
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 --version 14.0.0
                    
#r "nuget: MediaWiz.Forums, 14.0.0"
                    
#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.0.0
                    
#: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&version=14.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MediaWiz.Forums&version=14.0.0
                    
Install as a Cake Tool

MediaWizForums 14

Simple Forum add on for Umbraco 14.

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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
14.0.0 331 6/13/2024 14.0.0 is deprecated because it is no longer maintained.
13.1.1 359 7/11/2024
13.1.0 2,549 5/30/2024
13.0.1 243 4/29/2024
13.0.0 337 12/19/2023
10.6.1 264 11/23/2023
10.6.1-rc1.6 161 8/22/2023
10.6.1-rc1.5 134 8/22/2023
10.6.1-rc1.4 191 8/20/2023
10.6.1-rc1.3 139 8/18/2023
10.6.1-rc1.2 188 8/16/2023
10.6.1-rc1.1 172 8/15/2023
10.6.1-rc1 193 8/15/2023
10.6.0 1,474 7/28/2023
10.4.5-rc2 222 7/20/2023
10.4.5-rc1 208 7/20/2023
10.4.4 266 7/18/2023
10.4.3 304 4/14/2023
10.4.2 333 3/31/2023
10.4.1 412 1/5/2023
10.4.0 404 12/15/2022
10.3.3 410 12/8/2022
10.3.2 425 12/7/2022
10.3.1 438 12/3/2022
10.3.0 498 11/25/2022
10.0.0 451 12/15/2022
9.0.1 641 7/13/2022
9.0.0 606 6/13/2022

Updated to support Umbraco 14