eab / novennotification
eZ Publish 4 extension to display or delete notifications for users
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Language:Smarty
Type:ezpublish-legacy-extension
Requires
This package is not auto-updated.
Last update: 2024-10-26 18:22:53 UTC
README
eZ Publish 4 / 5LE extension to display or delete notifications for users. Forked from projects.ez.no.
Summary
This extension allows an administrator to display or delete notifications for users on the back-office interface or on the front-end.
Disclaimer
This extension is provided as is, completely free of use and charge.
Copyright
Originally by 2009 Jean-Luc Nguyen, Noven Modifications 2012-2016 by Andy Caiger
License
GNU General Public License v2.0
Installation
The quickest way is to use composer:
composer --update-no-dev --prefer-dist eab/novennotification
Or using git:
cd extension
git clone https://github.com/eab-dev/novennotification.git extension/novennotification
If you install using git you'll need to manually activate the extension by
editing settings/override/site.ini.append.php
. Under [ExtensionSettings]
add:
ActiveExtensions[]=novennotification
Clear the cache:
bin/php/ezcache.php --clear-all
Configuration
Edit the configuration file extension/novennotification/setting/novennotification.ini
.
UserGroupNodeIDs
is the node array for the groups users to displayLimit
is the number of users to display on the list
Usage
- You should have a new menu entry under the 'User accounts' tab in the admin interface.
- Select the user group you would like to display.
- You may display or delete an individual user's details by clicking on the details link.