You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,7 +25,7 @@ The `{exp:member:roles}` tag allows you to display all groups that the member be
25
25
26
26
member_id="147"
27
27
28
-
Specifies a particular member's information to display. By default (if you do not include the member_id parameter, the tag will simply display information pertaining to the currently logged-in user.
28
+
Specifies a particular member's information to display. By default (if you do not include the `member_id`` parameter), the tag will simply display information pertaining to the currently logged-in user.
29
29
30
30
### Variables
31
31
@@ -77,3 +77,29 @@ The `{exp:member:has_role}` tag allows you to display or hide its content depend
77
77
member_id="147"
78
78
79
79
Specifies a particular member's information to display. By default (if you do not include the member_id parameter, the tag will simply display information pertaining to the currently logged-in user.
80
+
81
+
## `{exp:member:role_groups}`
82
+
83
+
The `{exp:member:role_groups}` tag allows you to display role groups to which the member is assigned via his roles.
84
+
85
+
{exp:member:role_groups}
86
+
<p>{role_group_name} (#{role_group_id})</p>
87
+
{/exp:member:role_groups}
88
+
89
+
### Parameters
90
+
91
+
#### `member_id=`
92
+
93
+
member_id="147"
94
+
95
+
Specifies a particular member's information to display. By default (if you do not include the `member_id`` parameter), the tag will display information pertaining to the currently logged-in user.
0 commit comments