Table of Contents

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:

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