Browse code

Update Readme

doishub authored on12/11/2019 16:11:24
Showing5 changed files
... ...
@@ -1,2 +1,19 @@
1
-# contao-member-extension-bundle
1
+# Contao Member Extension Bundle
2 2
 Member Extension for Contao 4 Open Source CMS
3
+
4
+The following functions are added by this bundle:
5
+- Avatar-Upload (BE/FE)
6
+    - Avatar Default-Image
7
+- _More useful member extensions will follow..._
8
+
9
+### Avatar
10
+For the representation of the avatar, a separate module is provided. To prepare the avatar upload for the frontend, you only have to select the option "Avatar" in the module "Personal data".
11
+
12
+##### Member
13
+![Admin View: List](https://www.oveleon.de/share/github-assets/contao-member-extension-bundle/mebmer-extension-bundle-be.png)
14
+
15
+##### How to configurate the default avatar:
16
+###### Member list
17
+![Admin View: List](https://www.oveleon.de/share/github-assets/contao-member-extension-bundle/mebmer-extension-bundle-be-settings-1.png)
18
+###### Member settings
19
+![Admin View: List](https://www.oveleon.de/share/github-assets/contao-member-extension-bundle/mebmer-extension-bundle-be-settings-2.png)
3 20
\ No newline at end of file
... ...
@@ -1,13 +1,9 @@
1 1
 <?php
2
-
3 2
 /*
4
- * This file is part of Contao.
5
- *
6
- * (c) Leo Feyer
3
+ * This file is part of Oveleon ContaoMemberExtension Bundle.
7 4
  *
8
- * @license LGPL-3.0-or-later
5
+ * (c) https://www.oveleon.de/
9 6
  */
10
-
11 7
 namespace Oveleon\ContaoMemberExtensionBundle;
12 8
 
13 9
 /**
... ...
@@ -1,11 +1,10 @@
1 1
 <?php
2 2
 
3 3
 /*
4
- * This file is part of Oveleon ContaoOnofficeShopTv Bundle.
4
+ * This file is part of Oveleon ContaoMemberExtension Bundle.
5 5
  *
6 6
  * (c) https://www.oveleon.de/
7 7
  */
8
-
9 8
 // Back end modules
10 9
 $GLOBALS['BE_MOD']['system']['member_settings'] = array
11 10
 (
... ...
@@ -1,7 +1,7 @@
1 1
 <?php
2 2
 
3 3
 /*
4
- * This file is part of Oveleon ContaoOnofficeShopTv Bundle.
4
+ * This file is part of Oveleon ContaoMemberExtension Bundle.
5 5
  *
6 6
  * (c) https://www.oveleon.de/
7 7
  */
... ...
@@ -1,11 +1,9 @@
1 1
 <?php
2 2
 
3 3
 /*
4
- * This file is part of Contao.
4
+ * This file is part of Oveleon ContaoMemberExtension Bundle.
5 5
  *
6
- * (c) Leo Feyer
7
- *
8
- * @license LGPL-3.0-or-later
6
+ * (c) https://www.oveleon.de/
9 7
  */
10 8
 
11 9
 namespace Oveleon\ContaoMemberExtensionBundle;