aboutsummaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
new file mode 100644
index 000000000..dab4b01c9
--- /dev/null
+++ b/Readme.txt
@@ -0,0 +1,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/)