If you comment on a Wordpress blog, you can typically check if you want to be notified when new comments are posted. This promotes interactivity on the blog - which must be the basics in every blog.
I can't see this feature in Blog 4 Umbraco or am I missing something?
Can anyone help or guide me to a solution, so users get an e-mail whenever new is posted on a commented blog.
Don't think it's included in blog4umbraco, and you'll need to do some custom coding to get notifications working...
Have to have a relation between a node (post) and a user so user can get notified for each new comment. Can use event model and the umbraco relation api for that.
Need event handlers that check for new comment nodes and sents out emails to people registered to be notified of new comments (Start here for more info)
To re-start your forum post - I too am wanting this functionality for my blog.
As a quick fix it would be easy enough to write a new method that sends you an email upon a successful comment being added. I would envisage adding another AJAX call to usercontrols/Blog4Umbraco/AJAXCommentForm.ascx as follows:
I did read on the codeplex site for the blog package that this is being developed so the above could be seen as a temporary solution pending an updated release of the blog package.
If you are interested drop me a note - [email protected] - I will be looking to add this to my site over the next week or two so would happily provide the code and instructions on adding to your site.
Comments and user notifications
Hello
If you comment on a Wordpress blog, you can typically check if you want to be notified when new comments are posted. This promotes interactivity on the blog - which must be the basics in every blog.
I can't see this feature in Blog 4 Umbraco or am I missing something?
Can anyone help or guide me to a solution, so users get an e-mail whenever new is posted on a commented blog.
Best regards
Lars Skjoldby
www.skjoldby.com
Don't think it's included in blog4umbraco, and you'll need to do some custom coding to get notifications working...
Hope this helps.
Regards,
/Dirk
Hello Dirk
Thank you for a quick respond. It would be beyond my knowledge to code such an extension.
I'm surprised that it isn't already available, since the dialog is such an esential element of blogging.
Best regards,
Lars
Hi Lars
To re-start your forum post - I too am wanting this functionality for my blog.
As a quick fix it would be easy enough to write a new method that sends you an email upon a successful comment being added. I would envisage adding another AJAX call to usercontrols/Blog4Umbraco/AJAXCommentForm.ascx as follows:
I did read on the codeplex site for the blog package that this is being developed so the above could be seen as a temporary solution pending an updated release of the blog package.
If you are interested drop me a note - [email protected] - I will be looking to add this to my site over the next week or two so would happily provide the code and instructions on adding to your site.
Regards
Nigel
Hi
I needed the same functionality. I succesfuly implemeted this. Here's how I did it
I hope this helps people in the future
Thijs
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.