DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:groupmatrix

groupmatrix Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" unknown
  • 2022-07-31 "Igor" unknown
  • 2020-07-29 "Hogfather" yes

plugin Configurable listing of DokuWiki users and their group memberships

Last updated on
2021-01-10
Provides
Syntax
Repository
Source

Similar to groupusers

Tagged with groups, listing, users

A CosmoCode Plugin

This plugin outputs a matrix of members and groups to visualize memberships.

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Syntax and Usage

The simplest syntax looks like this. It will simply list the members of the given groups and indicate who is member of which group.

---- groupmatrix ----
groups: groupa, groupb, groupc
----

The result looks like this:

Additionally you can specify which user Attributes you want to see and define labels for the different groups:

---- groupmatrix ----
groups: groupa, groupb, groupc
attributes: name, mail
titles: Read, Write, Approve 
----

For attributes you can use the following ones by default:

  • user - The login name of the user
  • name - The full name of the user
  • mail - The email address of the user

Your auth backend may provide additional attributes that you can access here (e.g. telephone numbers).

It is possible to customize the labels of the attributes (displayed in the table header) via DokuWiki's localization mechanism. Take a look at the lang.php files included with the plugin for pointers.

Changleog

Releases

plugin/groupmatrix.txt · Last modified: 2024-01-08 16:06 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki