comments plugin email author
4 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: January 19, 2012 (RSS)
By 4cdg - January 18, 2012
Is there any way to email the author of the record when someone posts a comment
Re: [4cdg] comments plugin email author
By Jason - January 19, 2012
Hi,
The comments plugin is set up to already send an email to the admin when a record is added. The code is in the function wsc_comments_sendEmails which is called after a record is created.
Hope this helps
The comments plugin is set up to already send an email to the admin when a record is added. The code is in the function wsc_comments_sendEmails which is called after a record is created.
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] comments plugin email author
By 4cdg - January 19, 2012
I get the plugin to send email to admin, to the user that posted the comment and to all subscribed users, but not the author of the record the comment is associated with. I guess we can just train the author to subscribe to the comment thread but it would be nice if they could get the email of any comment posted on a record they created.
Re: [4cdg] comments plugin email author
By Jason - January 19, 2012
Hi,
You could add this is with some custom code in the sendEmails function. You would just need to retrieve the account record for the user that create the record and then send out the email.
Hope this helps
You could add this is with some custom code in the sendEmails function. You would just need to retrieve the account record for the user that create the record and then send out the email.
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/