Loading...
 
Skip to main content

History: PluginSubscribeGroups

Source of version: 6 (current)

Copy to clipboard
            ! Plugin Subscribe Groups
''Introduced in ((Tiki2))''

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.

!!Security and permissions
*A user must have the perm -+tiki_p_subscribe_group+- to be able to see the box
+ To set this permission go to ''Settings > Groups''
* The group must be set as being a __user choice__
+ To set this configuration go to ''Settings > Groups''

{REMARKSBOX(type=warning title=Security Caution)} ''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 __Settings > Groups__.''{REMARKSBOX}
!!Parameters
{pluginmanager plugin="subscribegroups"}
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.
!!Example
''This code:''
{CODE(colors="tiki")}{subscribegroups groups="Cinergie:Editors" subscribe="Subscribe to a group"}{CODE}

''Would produce:''
{BOX()}
{img src="img/wiki_up/subscribe_groups.gif" }
{BOX}
!! Aliases
*(alias(Plugin SubscribeGroups))
*(alias(Plugin Subscribe Groups))