Forums / General / Users notifications

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Users notifications

Author Message

Carlos Revillo

Wednesday 06 June 2007 3:17:27 am

Hi. i've developed an extension to let new users register at my site. In the last step of the proccess, system show the users some zones of my site so the user can "subscribe" to it and so, receive notifications about any changes of the contents inside the zones they want.

I have used eZSubtreeNotificationRule::create() for this, and worked as expected, but i want something more. I want all users be subscribed by default to all approve events, so when he add new content, he can receive notificatios about aprrovde or denied objects...

How can be a new user be "subscribed" by default to these type of notifications?

Thank you.