eab / novennotification
eZ Publish 4 扩展,用于显示或删除用户的公告
0.9.1
2016-02-27 22:53 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-14 17:43:03 UTC
README
eZ Publish 4 / 5LE 扩展,用于显示或删除用户的公告。从 projects.ez.no 分支出来。
摘要
此扩展允许管理员在后台界面或前端显示或删除用户的公告。
免责声明
此扩展免费提供,完全免费。
版权
原创于 2009 年 Jean-Luc Nguyen,2012-2016 年由 Andy Caiger 进行 Noven 修改。
许可证
安装
最快的方式是使用 composer
composer --update-no-dev --prefer-dist eab/novennotification
或者使用 git
cd extension
git clone https://github.com/eab-dev/novennotification.git extension/novennotification
如果你使用 git 安装,你需要手动通过编辑 settings/override/site.ini.append.php
激活扩展。在 [ExtensionSettings]
下添加
ActiveExtensions[]=novennotification
清除缓存
bin/php/ezcache.php --clear-all
配置
编辑配置文件 extension/novennotification/setting/novennotification.ini
。
UserGroupNodeIDs
是要显示的用户组节点数组Limit
是要显示在列表中的用户数量
使用方法
- 在管理员界面“用户帐户”标签下,你应该有一个新的菜单项。
- 选择你想要显示的用户组。
- 通过点击详情链接,你可以显示或删除单个用户的详细信息。