Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > notify author when his post updated View modes: 
User avatar
Member
Member
mail.yogasukma-gmail - 10/10/2013 1:20:23 AM
   
notify author when his post updated
hi guys,

i am have multiple account user in my kentico website.

i want to get the author get notify when someone updated their post.

so the origin author know what they change in their post.

is it possible in kentico?

thx

User avatar
Kentico Support
Kentico Support
kentico_radekm - 10/10/2013 1:25:21 AM
   
RE:notify author when his post updated
Hello.

You can notify any user about create, delete and update content changes using our Notifications module. See an example here. Would it work for you?

Best Regards,
Radek Macalik

User avatar
Member
Member
mail.yogasukma-gmail - 10/10/2013 1:35:00 AM
   
RE:notify author when his post updated
thx, i was checked

but that subscription just for user who want subscribe.

i mean, it must be automatic for author, everytime other author update his post, he got notification.

just to let the author know someone was edited his post

User avatar
Kentico Support
Kentico Support
kentico_radekm - 10/22/2013 2:50:27 AM
   
RE:notify author when his post updated
Hello.

You can subscribe given author to UPDATE content event, so gets a notification every time his post is updated. This subscription is only single step you need to do.

Or, you can take an advantage of global events and use DocumentEvents.Update.After method, as described at http://devnet.kentico.com/docs/devguide/event_handlers_overview.htm

Within the method, you can check name of modified document and send an e-mail via API in case its name matches given post. You can send e-mails via API as per http://devnet.kentico.com/Knowledge-Base/E-mail-Engine/Sending-E-mails-using-API.aspx

Best Regards,
Radek Macalik