aboutsummaryrefslogtreecommitdiff
path: root/mod/autosubscribegroup/Readme.txt
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:57:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:57:34 -0300
commit8d66daa258a58b65c3658b38e99382732c88e017 (patch)
treeec3d466553f61f099a9fd58db374c4215c3f12dd /mod/autosubscribegroup/Readme.txt
parenta7be81c3f81c807d43ed32965ee7ac11ebe71895 (diff)
parent0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c (diff)
downloadelgg-8d66daa258a58b65c3658b38e99382732c88e017.tar.gz
elgg-8d66daa258a58b65c3658b38e99382732c88e017.tar.bz2
Merge commit '0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c' as 'mod/autosubscribegroup'
Diffstat (limited to 'mod/autosubscribegroup/Readme.txt')
-rw-r--r--mod/autosubscribegroup/Readme.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/mod/autosubscribegroup/Readme.txt b/mod/autosubscribegroup/Readme.txt
new file mode 100644
index 000000000..dab4b01c9
--- /dev/null
+++ b/mod/autosubscribegroup/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/)