Copied to clipboard

Flag this post as spam?

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


  • Eran 292 posts 436 karma points
    Aug 15, 2011 @ 12:35
    Eran
    0

    best way to get notified about new forum posts?

    hi,

    i know that the forum development is dead untill version 5, but i just wonder if you have some advice about the best way to implement this:

    as the forum admin i want to get email when a new thread is opened in one of my forum or sub-forums.

    today, i have only the option to explicitly subscribe to forum thread, but its not enough.

    Thanks!

  • Lee 1130 posts 3088 karma points
    Sep 10, 2011 @ 09:41
    Lee
    0

    the only way to do this would be to add a line in the create topic base extension, when successfully created just email you

    Go to nForumBaseExtensions.cs (Around line 375) this is where the createtopic method starts, I would add the send mail method above this block of code

    // Finally redirect and add message
    page = umbraco.library.NiceUrl(t.Id) + "?";
    usermessage = "Topic Created Added";
    returnurl = string.Concat(page, "m=", usermessage.UrlEncode());
    return returnurl;
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies