====== groupmgr Plugin ====== ---- plugin ---- description: Group Manager author : Alex Forencich email : alex@alexforencich.com type : Syntax lastupdate : 2010-12-04 compatible : Lemming depends : conflicts : similar : groupmanager tags : groups, admin, moderation downloadurl: https://github.com/alexforencich/groupmgr/zipball/master bugtracker : https://github.com/alexforencich/groupmgr/issues sourcerepo : https://github.com/alexforencich/groupmgr/ donationurl: screenshot_img : ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Syntax and Usage ===== Syntax: ~~GROUPMGR|[groups to manage]|[allowed users and groups]~~ Examples: ~~GROUPMGR|posters|@moderators~~ Members of group 'posters' can be managed by group 'moderators' ~~GROUPMGR|groupa, groupb|joe, @admin~~ Members of groups 'groupa' and 'groupb' can be managed by user 'joe' members of the 'admin' group **Note:** superuser groups can only be managed by super users, forbidden groups can be configured, and users cannot remove themselves from the group that lets them access the group manager (including admins). **Note:** if ''require_conf_namespace'' config option is set, then plugin looks in ''conf_namespace:$ID'' for configuration. Plugin will also check config namespace if a placeholder tag is used (''~~GROUPMGR~~''). This is the default configuration for security reasons.