Download the PHP package se7enxweb/autonotifications without Composer
On this page you can find all versions of the php package se7enxweb/autonotifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download se7enxweb/autonotifications
More information about se7enxweb/autonotifications
Files in se7enxweb/autonotifications
Package autonotifications
Short Description Add automatic notification settings when a user registers, including digest settings
License GPL-2.0
Informations about the package autonotifications
autonotifications
eZ Publish legacy extension to add automatic notification settings when a user registers, including digest settings.
SUMMARY
- Add automatic notification settings when a user registers, including digest settings.
- Command line script to add notifications and digest settings to existing users.
Based on work by Pierre Martel http://projects.ez.no/autonotifications
You can choose the user group and subtrees, it will add the notification on the subtrees only if the user is in the group.
LICENSE
GPL 2.0
TO INSTALL
-
Install and activate the extension in the usual way:
a. Copy the
autonotifications
folder to theextension
folder.b. Edit
settings/override/site.ini.append.php
c. Under
[ExtensionSettings]
add:ActiveExtensions[]=autonotifications
d. Reload the autoload arrays
bin/php/ezpgenerateautoloads.php
e. Clear the cache:
bin/php/ezcache.php --clear-all
- In the admin interface, create a workflow that contains this event:
-
Choose which object versions should cause the notifications to be set. Typically you will want only publishing a new user object to add notifications. Otherwise notifications will be added every time the user's profile is updated.
-
Select the user groups that will be affected
- Select the subtree notifications that will be added to the users.
-
Save the workflow.
-
Typically you will want to bind the post-publish trigger to the workflow you've created. However, sometimes you want to add notifications when a user object is moved from one user group to another. If so, you should bind the workflow to the post-move trigger instead. You will need to activate this trigger in
settings/override/workflow.ini.append.php
: - Override the digest settings with your own settings in
settings/override/autonotifications.ini.append.php
USAGE
If you want to add notifications to existing users (as if they had just registered) then after setting up the workflow run:
php extension/autonotifications/bin/php/update_existing_users.php