Simpily forums is probibly best described as beta at the moment, if you have any issues with the basic operation of it please report them and we will have a go at stamping them out.
Known issues.
I don't think the delete button works pre IE9 (because i remember thinking that when i wrote the javascript)
I've added a email notification manager for 0.2.1 -
The Notification class listens for the OnPostSaved event that the Forum controller fires, and then uses this to send an email to any author in the current thread.
the main thing is you can then see how you might extend the Forums using the OnNewPost and OnPostSaved events.
Simpily Forums 0.2 Issues
Simpily forums is probibly best described as beta at the moment, if you have any issues with the basic operation of it please report them and we will have a go at stamping them out.
Known issues.
I've added a email notification manager for 0.2.1 -
The Notification class listens for the OnPostSaved event that the Forum controller fires, and then uses this to send an email to any author in the current thread.
the main thing is you can then see how you might extend the Forums using the OnNewPost and OnPostSaved events.
https://github.com/KevinJump/Jumoo.Simpily/blob/master/Simpily.Site/App_Code/SimpilyForums/ForumNotificationMgr.cs
is working on a reply...