novennotification
eZ Publish 4 / 5LE extension to display or delete notifications for users.
Forked from projects.ez.no., (*1)
Summary
This extension allows an administrator to display or delete notifications for users on the back-office interface or on the front-end., (*2)
Disclaimer
This extension is provided as is, completely free of use and charge., (*3)
Copyright
Originally by 2009 Jean-Luc Nguyen, Noven
Modifications 2012-2016 by Andy Caiger, (*4)
License
GNU General Public License v2.0, (*5)
Installation
The quickest way is to use composer:, (*6)
composer --update-no-dev --prefer-dist eab/novennotification
Or using git:, (*7)
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:, (*8)
ActiveExtensions[]=novennotification
Clear the cache:, (*9)
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 display
* Limit
is the number of users to display on the list, (*10)
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.