Sending notifications on new content publish only

Author Message

Igor Vrdoljak

Monday 30 April 2007 5:05:38 pm

Hi

I need to tweak subtree notifications to send emails only when new content is published. I have lots of edits on my web site, and it generates too many notification events, so I need to discard edit notifications.

Is there any documentation on this issue (I haven't found any)?

Is the only way of doing this creating my own notification handler? If yes, is there any documentation how to do it?

Thnx

http://www.netgen.hr/eng
http://twitter.com/ivrdoljak

Damien Pobel

Tuesday 01 May 2007 7:32:09 am

Hi Igor,

You can also define a CustomEditHandler that sends a mail only when a content is created : http://serwatka.net/en/blog/ez_publish_3_8_new_custom_edit_handler

Damien
Planet eZ Publish.fr : http://www.planet-ezpublish.fr
Certification : http://auth.ez.no/certification/verify/372448
Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish

Igor Vrdoljak

Tuesday 01 May 2007 11:56:53 am

Yes, I found that solution also, but then I would lose all the stuff notification brings with it. (delayed sending of emails, digest messages...).

All I want to do is to filter out edits of existing objects.

Thnx

http://www.netgen.hr/eng
http://twitter.com/ivrdoljak

Brendan Pike

Tuesday 01 May 2007 6:25:33 pm

It would be good to see that as a default option in the ini files I think as it is something many sites would find useful. Perhaps even with the ability to limit this behavior to certain subtrees or site sections.

Another badly needed setting is the ability to receive notifications about added locations which currently requires a hack.

I suggest you put in a feature request and post the link back here so people can support it.

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

Igor Vrdoljak

Tuesday 08 May 2007 6:01:24 am

I made a quick fix by adding

        if ($versionObject->attribute( 'version' ) != 1)
        {
             return EZ_NOTIFICATIONEVENTHANDLER_EVENT_SKIPPED;
        }

to kernel/classes/notification/handler/ezsubtree/ezsubtreehandler.php , handlePublishEvent function.

This could be done more elegant by custom notification handler, but the change is so small (the line is already there in the file, but commented), and we are currently in a tight time schedule.

I would add it as a feature request, but don't know where. :-)

http://www.netgen.hr/eng
http://twitter.com/ivrdoljak

Xavier Dutoit

Tuesday 08 May 2007 1:58:45 pm

The bug database is waiting for your suggestion !
X+

http://www.sydesy.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.