Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Jun 01, 2022 @ 12:49
    Huw Reddick
    0

    Umbraco 9 version released

    I have almost finished migrating this to Umbraco 9. You can view/test it here https://umbraco.themediawizards.co.uk/

    Still ironing out a few issues and then I need to figure out how to package it up :)

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Jun 14, 2022 @ 07:43
    Huw Reddick
    0

    Nuget package now available for Umbraco 9.5

    https://our.umbraco.com/packages/collaboration/mediawizards-forum-for-umbraco/

    Umbraco 10 version coming soon

  • sattapaal 9 posts 29 karma points
    Nov 24, 2022 @ 16:13
    sattapaal
    0

    This looks great Huw, I'll install it on 10.2, and see if i have any feedback.

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Nov 24, 2022 @ 16:18
    Huw Reddick
    0

    That would be great thanks.

  • sattapaal 9 posts 29 karma points
    Nov 24, 2022 @ 17:51
    sattapaal
    0

    so this is the error that occurs on 10.3.2, i suppose the one youre using on https://umbraco.themediawizards.co.uk/ is a more recent build?

    Method not found: 'Void Umbraco.Cms.Infrastructure.Migrations.MigrationPlanExecutor..ctor(Umbraco.Cms.Core.Scoping.IScopeProvider, Microsoft.Extensions.Logging.ILoggerFactory, Umbraco.Cms.Infrastructure.Migrations.IMigrationBuilder)'.
    
       at MediaWiz.Core.Composers.PostViewsComponent.Initialize()
       at Umbraco.Cms.Core.Composing.ComponentCollection.Initialize()
       at Umbraco.Cms.Infrastructure.Runtime.CoreRuntime.<StartAsync>d__22.MoveNext()
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Cms.Infrastructure.Runtime.CoreRuntime.<StartAsync>d__19.MoveNext()
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
       at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>d__12.MoveNext()
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
       at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.<RunAsync>d__4.MoveNext()
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.<RunAsync>d__4.MoveNext()
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
       at ForumUmbraco.Program.Main(String[] args) in C:\Users\Satpal\source\repos\ForumUmbraco\Program.cs:line 6
    
  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Nov 24, 2022 @ 18:00
    Huw Reddick
    0

    Hi sattapaal,

    I will take a look over the weekend, possibly because when originally installed on the test site it was v9, so I will test an install on a clean 10.3.2

    Thanks for the feedback

  • sattapaal 9 posts 29 karma points
    Nov 24, 2022 @ 18:03
    sattapaal
    0

    no probs, let me know if you need anything.

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Nov 25, 2022 @ 10:57
    Huw Reddick
    0

    I have uploaded a new version to nuget 10.3.0

    Could you let me know if that fixes the issue. I installed into a clean Umbraco 10.3.2 and all went OK.

  • sattapaal 9 posts 29 karma points
    Nov 29, 2022 @ 15:57
    sattapaal
    0

    Yes it worked!

    Some feedback:

    I created a simple cmsMaster.cshtml just to keep it vanilla, and added a reference to bootstrap css cdn. might be worth putting those into the release, cos its nice to not have any errors when you run it.

    There is a reference to the email From field in configuration. If it is not set, it will return an error after creating the member via register function. But the member does get created fine.

    For me, I dont know if this is by design, if you manually approve member via the back office, the password isnt saved into the user. So i manually set a password.

    I like the back office interface, and its super changeable. lockable and the permissions are good. Good member features.

    It could be worth creating its own index, and putting the posts in that rather than as content? just an idea.

    Are you working on Quoting parts of text? I think people like to do that a lot on forums.

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Nov 29, 2022 @ 16:34
    Huw Reddick
    0

    Hi sattapaal,

    Many thanks for the feedback it is much appreciated, I will certainly look into some of the points you have raised.

    I had initially considered including the cmsMaster template, but didn't want to cause any probems if anyone already had a master template called cmsMaster, but may be worth doing so and just giving it a name that is unlikely to already exist, maybe mediawizMaster or something like that :)

    There is a reference to the email From field in configuration

    I will add some code to the emailservice so that if there is no from address in the mail config it doesn't error, hadn't thought about that.

    if you manually approve member via the back office, the password isnt saved into the user

    I will look into that as not something I had checked, I just assumed that it would have kept the password so will do some checking.

    It could be worth creating its own index, and putting the posts in that rather than as content? just an idea.

    Yes, it is really only designed as a small forum rather than a full blown collaboration forum, which TBH should really use it's own data structure/tables rather than using umbraco content nodes.

    Are you working on Quoting parts of text?

    Good idea, I will consider that, as yes you are correct, people do like to quote :)

    I am one of the co-authors of Snitz Forums 2000 so have been working with forum related code for a very long time, but their popularity has declined massively since the advent of social media platforms unfortunately :D

    The code for this package was taken from an old Umbraco package called Simply Forums, as someone asked for a version that was compatible with Umbraco 8, so decided to give it a go when I first started working with Umbraco.

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Dec 02, 2022 @ 16:55
    Huw Reddick
    0

    if you manually approve member via the back office, the password isnt saved into the user

    I have no idea why this happens, it must be something to do with Umbraco itself as they are just standard Umbraco members, will do some digging to see if I can come up with an answer

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Dec 03, 2022 @ 11:26
    Huw Reddick
    0

    I have discovered the root of the password issue, I will update the nuget package later today

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Dec 03, 2022 @ 13:35
    Huw Reddick
    0

    NuGet package updated to 10.3.1 - fix for registration password issue

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Dec 08, 2022 @ 15:21
    Huw Reddick
    0

    New version posted, it will install for Umbraco 10 & 11

Please Sign in or register to post replies

Write your reply to:

Draft