... | ... |
@@ -18,6 +18,22 @@ The Member extension bunde adds the possibility to display members and their det |
18 | 18 |
The member options are extended with an avatar that can be changed and uploaded in the member edit module and registration module. |
19 | 19 |
Additionally, you can display members with their details in a reader page. |
20 | 20 |
|
21 |
++ [Features](#features) |
|
22 |
++ [Installation](#installation) |
|
23 |
+ + [Upgrading](#upgrading-to-version-1.2) |
|
24 |
+ + [Composer](#via-composer) |
|
25 |
+ + [Contao Manager](#via-contao-manager) |
|
26 |
++ [Initial Setup](#initial-setup) |
|
27 |
++ [Insert tags](#insert-tags) |
|
28 |
+ + [Avatar insert tags](#avatar-insert-tags) |
|
29 |
++ [Front end modules](#front-end-modules) |
|
30 |
+ + [Memberlist](#memberlist) |
|
31 |
+ + [Memberreader](#memberreader) |
|
32 |
+ + [Avatar / Profile picture](#avatar--profile-picture) |
|
33 |
+ + [Delete avatar](#delete-avatar) |
|
34 |
++ [Support](#support) |
|
35 |
++ [Sponsoring](#sponsoring) |
|
36 |
++ |
|
21 | 37 |
## Features |
22 | 38 |
|
23 | 39 |
- Compatible with Contao 4.9 and higher versions (PHP 8 Support) |
... | ... |
@@ -86,24 +102,6 @@ detail pages. |
86 | 102 |
|
87 | 103 |
--- |
88 | 104 |
|
89 |
-## Front end modules |
|
90 |
- |
|
91 |
-### Memberlist |
|
92 |
- |
|
93 |
-Displays activated members in a list |
|
94 |
- |
|
95 |
-### Memberreader |
|
96 |
-Displays a detail page of a member |
|
97 |
- |
|
98 |
-### Avatar / Profile picture |
|
99 |
-Displays an avatar of a member. If no avatar has been uploaded, the default avatar (or the fallback avatar from the bundle) |
|
100 |
-will be shown |
|
101 |
- |
|
102 |
-### Delete Avatar |
|
103 |
-A module that can be embedded into a page that adds the possibility to delete the avatar of a member. |
|
104 |
- |
|
105 |
- |
|
106 | 105 |
## Insert tags |
107 | 106 |
Member avatars can be shown using following *insert-tags* |
108 | 107 |
|
... | ... |
@@ -165,6 +163,27 @@ The standard mode vor avatar insert tags is *crop* |
165 | 163 |
|
166 | 164 |
--- |
167 | 165 |
|
166 |
+## Front end modules |
|
167 |
+ |
|
168 |
+### Memberlist |
|
169 |
+ |
|
170 |
+Displays activated members in a list |
|
171 |
+ |
|
172 |
+### Memberreader |
|
173 |
+ |
|
174 |
+Displays a detail page of a member |
|
175 |
+ |
|
176 |
+### Avatar / Profile picture |
|
177 |
+ |
|
178 |
+Displays an avatar of a member. If no avatar has been uploaded, the default avatar (or the fallback avatar from the bundle) |
|
179 |
+will be shown |
|
180 |
+ |
|
181 |
+### Delete Avatar |
|
182 |
+ |
|
183 |
+A module that can be embedded into a page that adds the possibility to delete the avatar of a member. |
|
184 |
+ |
|
185 |
+--- |
|
186 |
+ |
|
168 | 187 |
## Support |
169 | 188 |
> We **only provide support** for **bugs, and feature requests**; please only post issues about these two topics. |
170 | 189 |
> |