Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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!
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;
is working on a reply...
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.
Continue discussion
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!
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
is working on a reply...
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.