====== grouphome Plugin ====== ---- plugin ---- description: Redirect logged in users from the start page to their primary group's homepage author : Andreas Gohr email : dokuwiki@cosmocode.de type : action lastupdate : 2023-01-11 compatible : depends : conflicts : similar : tags : redirect downloadurl: https://github.com/cosmocode/dokuwiki-plugin-grouphome/zipball/master bugtracker : https://github.com/cosmocode/dokuwiki-plugin-grouphome/issues sourcerepo : https://github.com/cosmocode/dokuwiki-plugin-grouphome/ donationurl: screenshot_img : ---- [[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] This plugin will redirect a user from the start page to a special wiki page based on the user's group membership. It allows you to set up different start pages based on users' groups. Eg. let each department in your company have their own start page. ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Configuration ===== There's one setting called ''grouppages'' that defines where the start pages for the various groups are found. The placeholder ''%s'' will be replaced with the user's group. Default is: ''group:%s:start'' Note: the order of groups of users does matter for this plugin. The plugin will try to find an existing page matching the ''grouppages'' setting for each group the user is in. The first group that matches wins. When no match is found, no redirect happens.