Forums / Developer / New contrib: Information (workflow event)
Łukasz Serwatka
Thursday 08 September 2005 12:20:03 am
This is simple notification. Administrator or other person can receive e-mail after content publish. Useful if you don't have access to cron (notification system needs it), but you still want to control content created in front-end, for example article comments.
http://ez.no/community/contribs/workflow/information_workflow_event
Enjoy!
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Felix Laate
Thursday 08 September 2005 12:55:34 am
Hi Luke!
Very good!
As I'm trying these days to figure out how to make an workflow extension, and the docs on this seems to be limited, it's great to get some real-life examples. So thank you!
Felix
Publlic Relations Manager Greater Stavanger www.greaterstavanger.com
Lex 007
Thursday 08 September 2005 1:44:15 am
Nice and useful extension, I'll test it soon.
@Felix > I have developped a new workflow event too, see here : http://ez.no/community/forum/developer/contrib_personal_folder
Thursday 08 September 2005 2:44:12 am
@Lex 007
I saw it. Nice one. Thank you as well!
:) Felix
Xavier Dutoit
Wednesday 21 February 2007 12:44:09 pm
Trying to use it, with a custom template.
I have a custom design
it is in design/custom/templates/ezinformation/ezinformationmail.tpl
but it keeps using extension/ezinformation/design/standard/templates/ezinformation/ezinformationmail.tpl
Is is "normal" or am I missing something obvious ??
http://www.sydesy.com
Kristof Coomans
Wednesday 21 February 2007 11:03:10 pm
Hi Xavier
Explanation of this at: http://lists.ez.no/pipermail/sdk-public/2006-November/002487.htmlBug report: http://issues.ez.no/9595 (patch attached)
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
James Ward
Friday 25 April 2008 2:30:25 pm
Thanks for the simple but highly useful contrib.
Still works with ez3.10.
I'm using this to provide immediate notification of important items to users who already receive a notification digest once a week.
I made some minor modifications to have it pull a class name list from the ini and to make the receiver an array in the ini so you can send to multiple receivers. If anyone has any use for that just let me know.
working at www.wardnet.com blogging at www.jamesward.ca
Sunday 27 April 2008 11:11:21 pm
Hi James,
I'm sure that your changes are useful. I will port this extension to PHP5 and put on projects.ez.no, then you can get access to SVN repository and add your enhancements.
huynh kim xuyen
Wednesday 05 January 2011 10:31:34 pm
Hi all!
I added Extension Information (workflow event) into my project.
After I did along under guide, have not error but I didn't receive any email. Can't u help me?
1.Put ezinformation extension in to your eZ publish extension directory. 2.Enable extension in Admin interface. Setup->Extensions 3.Create new workflow with Information event. Setup->Workflow 4.Connect/assign your new workflow to a trigger function. Locate "Content - Publish - After" and set the corresponding dropdown box to your workflow name. Setup->Triggers
5.Set ContenClassID[] = MyClassID
Thanks a lot!