MediaWiz.Forums.14
14.0.2
See the version list below for details.
dotnet add package MediaWiz.Forums.14 --version 14.0.2
NuGet\Install-Package MediaWiz.Forums.14 -Version 14.0.2
<PackageReference Include="MediaWiz.Forums.14" Version="14.0.2" />
paket add MediaWiz.Forums.14 --version 14.0.2
#r "nuget: MediaWiz.Forums.14, 14.0.2"
// Install MediaWiz.Forums.14 as a Cake Addin #addin nuget:?package=MediaWiz.Forums.14&version=14.0.2 // Install MediaWiz.Forums.14 as a Cake Tool #tool nuget:?package=MediaWiz.Forums.14&version=14.0.2
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 | Versions 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. |
-
net8.0
- Microsoft.Maui.Graphics (>= 8.0.21)
- Microsoft.Maui.Graphics.Skia (>= 8.0.21)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.8)
- Umbraco.Cms.Core (>= 14.0.0 && < 14.999.0)
- Umbraco.Cms.Examine.Lucene (>= 14.0.0 && < 14.999.0)
- Umbraco.Cms.Infrastructure (>= 14.0.0 && < 14.999.0)
- Umbraco.Cms.Web.Common (>= 14.0.0 && < 14.999.0)
- Umbraco.Cms.Web.Website (>= 14.0.0 && < 14.999.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated to support Umbraco 14