Plugin Subscribe Groups
If you have allowed users to subscribe themselves to groups, you can use this Wiki Plugin to allow them to subscribe/unsubscribe to a list of groups. Please see PluginSubscribeGroup for a related plugin that allows a user to subscribe/unsubscribe to a single group. Using this plugin, any registered user will be able to access any group provided that the group has "User Choice" checked in the settings for the group at Admin > Groups.
Here's a screenshot:
Syntax
{SUBSCRIBEGROUPS(groups=Editors:Teachers,
subscribe="Subscribe to a group") /}Parameters
| Parameter | Values | Description | Since | |
|---|---|---|---|---|
| groups | strings separated by a colon : | optional | The list of groups. By default, it is the list of groups a user can choose | |
| including | string | optional | will give all the groups including this group | 4.0 |
| subscribe | text | optional | the text that will appear in the drop down box. By default, it is 'Subscribe to a group' | |
| showsubscribe | y or n | optional | shows the subscribe drop down box, Default, y | 4.0 |
| showdefault | y or n | optional | shows the default group is any and allows to change the default group. Default: n | 4.0 |
| showgroupdescription | y or n | optional | shows the group description. Default, n | 4.0 |
| defaulturl | url or page... | optional | to redirect when clicking on default | 4.0 |
Notice
In the list of groups, you can see included groups in italics. You can not unsubscribe to an included group, if you are in the including group.Security
- A user must have the perm tiki_p_subscribe_group to be able to see the box
To set this permission go to Admin > Groups - The group must be set as being a user choice
To set this configuration go to Admin > Groups
