Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Admin posts with unique css in forums

for group admin and group mod?

built into bp-core:
function groups_is_user_admin( $user_id, $group_id )
function groups_is_user_mod( $user_id, $group_id )

BUT
those statements will ping the database each time and is not wp_cached

Skip to toolbar