Download the PHP package iionly/autosubscribegroup without Composer
On this page you can find all versions of the php package iionly/autosubscribegroup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iionly/autosubscribegroup
More information about iionly/autosubscribegroup
Files in iionly/autosubscribegroup
Package autosubscribegroup
Short Description This plugin allows new users to get joined to groups automatically when they register.
License GPL-2.0-only
Homepage https://github.com/iionly/autosubscribegroup
Informations about the package autosubscribegroup
Autosubscribegroup Plugin for Elgg 4.0 and newer Elgg 4.X
Latest Version: 4.0.0
Released: 2022-01-24
Contact: [email protected]
Website: https://github.com/iionly
License: GNU General Public License version 2
Copyright: (C) iionly 2012, (C) Elbee 2008
Description
This plugin allows new users to get joined to groups automatically when they register.
Installation and configuration
- If you have a previous version of the Autosubscribegroup plugin installed, first remove the old autosubscribegroup plugin folder from your mod directory before copying/extracting the new version to your server,
- Copy the autosubscribegroup plugin folder into you mod folder,
- Enable the Autosubscribegroup plugin in the admin section of your site,
- Define the list of groups you want new members to get joined when they register in the plugin's settings.
How to define the list of groups for autosubscribe
The list of groups you need to define consists of a comma separated list of the GUIDs of these groups. For example you can find out the GUID of a group when you look at the URL when you are on the group's profile page:
The number that is shown in the URL (instead of <GUID>
) is the number you need. Then simply list all the GUIDs of the groups separated by commas in the text input field on the autosubscribegroup settings page:
<GUID1>,<GUID2>,
etc.
Press save and you are done.