MediaWiz.Forums
13.1.1
See the version list below for details.
dotnet add package MediaWiz.Forums --version 13.1.1
NuGet\Install-Package MediaWiz.Forums -Version 13.1.1
<PackageReference Include="MediaWiz.Forums" Version="13.1.1" />
paket add MediaWiz.Forums --version 13.1.1
#r "nuget: MediaWiz.Forums, 13.1.1"
// Install MediaWiz.Forums as a Cake Addin #addin nuget:?package=MediaWiz.Forums&version=13.1.1 // Install MediaWiz.Forums as a Cake Tool #tool nuget:?package=MediaWiz.Forums&version=13.1.1
MediaWizForums
Simple Forum add on for Umbraco versions 10 to 13.
13.0.1
Update to support different MemberType. If you want to use a member type other than the created "forumMember", add the following setting in appsettings.json
"MediaWizOptions": {
"MemberTypeAlias": "myMemberType",
...
}
13.0.0
Updated to support Umbraco 13 and .net8.0
10.6.1
- Fixed issue with password reset
- Fixed issue with index and searching
- Updated static strings in viewcomponents to use dictionary strings
- Added viewcomponent for active topic filter
- FIxed issue with indexing of updated field
IMPORTANT! 10.6.0 update
Some code refactoring and a change to the way the migration works, A problem was discovered where the install would fail if your website already contained 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
New version 10 nuget package released
- Removed partial view files and replaced with Viewcomponents
- Removed dependency on platform specific System.Drawing for Captcha control
- Template views maintened in RCL rather than in package.zip
Tested in v10 and v11 of Umbraco
10.4.4
Umbraco Security Patch
10.4.3
Fixed issue with ForgotPassword code
10.4.2
Fixed issue with tinyMCE image uploads Fixed issue with sorting, stickiness values
Added 'My Files' section to members profile page Added Config section to 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
}
10.4.1
Added 'mark as answered' to posts Update to Custom ForumIndex fields + Rebuild on publish post Changed DisplayPost Razor function into ViewComponent Fixed issue with tinyMCE initialisation in modal popups
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
-
net6.0
- Microsoft.Maui.Graphics (>= 8.0.3)
- Microsoft.Maui.Graphics.Skia (>= 8.0.3)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.8)
- Umbraco.Cms.Web.BackOffice (>= 10.8.6 && < 10.999.0)
- Umbraco.Cms.Web.Common (>= 10.8.6 && < 10.999.0)
- Umbraco.Cms.Web.Website (>= 10.8.6 && < 10.999.0)
-
net7.0
- Microsoft.Maui.Graphics (>= 8.0.21)
- Microsoft.Maui.Graphics.Skia (>= 8.0.21)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.8)
- Umbraco.Cms.Web.BackOffice (>= 11.4.2 && < 12.999.0)
- Umbraco.Cms.Web.Common (>= 11.4.2 && < 12.999.0)
- Umbraco.Cms.Web.Website (>= 11.4.2 && < 12.999.0)
-
net8.0
- Microsoft.Maui.Graphics (>= 8.0.21)
- Microsoft.Maui.Graphics.Skia (>= 8.0.21)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.8)
- Umbraco.Cms.Web.BackOffice (>= 13.3.2 && < 13.999.0)
- Umbraco.Cms.Web.Common (>= 13.3.2 && < 13.999.0)
- Umbraco.Cms.Web.Website (>= 13.3.2 && < 13.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.
Version | Downloads | Last updated |
---|---|---|
14.0.0 | 138 | 6/13/2024 |
13.1.1 | 140 | 7/11/2024 |
13.1.0 | 136 | 5/30/2024 |
13.0.1 | 125 | 4/29/2024 |
13.0.0 | 235 | 12/19/2023 |
10.6.1 | 194 | 11/23/2023 |
10.6.1-rc1.6 | 96 | 8/22/2023 |
10.6.1-rc1.5 | 71 | 8/22/2023 |
10.6.1-rc1.4 | 79 | 8/20/2023 |
10.6.1-rc1.3 | 73 | 8/18/2023 |
10.6.1-rc1.2 | 122 | 8/16/2023 |
10.6.1-rc1.1 | 75 | 8/15/2023 |
10.6.1-rc1 | 121 | 8/15/2023 |
10.6.0 | 1,387 | 7/28/2023 |
10.4.5-rc2 | 124 | 7/20/2023 |
10.4.5-rc1 | 130 | 7/20/2023 |
10.4.4 | 150 | 7/18/2023 |
10.4.3 | 188 | 4/14/2023 |
10.4.2 | 219 | 3/31/2023 |
10.4.1 | 299 | 1/5/2023 |
10.4.0 | 293 | 12/15/2022 |
10.3.3 | 296 | 12/8/2022 |
10.3.2 | 290 | 12/7/2022 |
10.3.1 | 321 | 12/3/2022 |
10.3.0 | 313 | 11/25/2022 |
10.0.0 | 294 | 12/15/2022 |
9.0.1 | 486 | 7/13/2022 |
9.0.0 | 469 | 6/13/2022 |
Fixed main template content