Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
autonotifications | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZ Publish legacy extension to add automatic notification settings when a user registers, including digest settings.
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.
GPL 2.0
Install and activate the extension in the usual way:
a. Copy the autonotifications folder to the extension 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
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:
[OperationSettings]
AvailableOperationList[]=content_move
*/ ?>
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