Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,781
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
Check out /buddypress/bp-groups/bp-groups-templatetags.php.
In particular, here are the conditional functions you’re looking for:
`bp_group_is_admin(); // will return true if the user is a group admin
bp_group_is_mod(); // will return true if the user is a group mod`
Use in a conditional statement and you’re good to go!
eg.
`if ( bp_group_is_mod() ) echo ‘Group Moderator’;`
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS