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
@@ -82,3 +82,29 @@ It is possible to pass multiple roles by separating the ids with a `|` character
82
82
member_id="147"
83
83
84
84
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.
85
+
86
+
## `{exp:member:role_groups}`
87
+
88
+
The `{exp:member:role_groups}` tag allows you to display the role groups a member belongs to. Please note, while every member is in a Role not every member is in a role group.
89
+
90
+
{exp:member:role_groups}
91
+
<p>{role_group_name} (#{role_group_id})</p>
92
+
{/exp:member:role_groups}
93
+
94
+
### Parameters
95
+
96
+
#### `member_id=`
97
+
98
+
member_id="147"
99
+
100
+
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