aboutsummaryrefslogtreecommitdiff
path: root/mod/autosubscribegroup/Readme.txt
blob: dab4b01c9aabc55c3285122b22f1d1d7d3424dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Autosubscribegroup Plugin for Elgg 1.8
Contact: iionly@gmx.de
Website: https://github.com/iionly
License: GNU General Public License version 2
Copyright: (C) iionly 2012, (C) Elbee 2008


This plugin allows new users to get joined to groups automatically when they register.



Installation and configuration:

1. Copy the autosubscribegroup plugin folder into you mod folder,
2. Enable the autosubscribegroup plugin in the admin section of your site,
3. 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:

http://yoursite.url/groups/profile/<GUID>/name-of-group

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.



Changelog:

1.8.0:

 - Upgraded for Elgg 1.8 (by iionly)

1.0:

 - Initial release by RONNEL Jérémy (http://www.elbee.fr/)