Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#2629 closed enhancement (wontfix)

bp_has_groups Displaying Groups That User Is Admin Of

Reported by: dimensionmedia Owned by:
Priority: normal Milestone: 1.5
Component: Groups Version:
Severity: normal Keywords:
Cc:

Description

It would be useful, along with the other settings you can pass to bp_has_groups, that you could pass a userID that would allow a return of only the groups that the userID is admin of.

Change History (5)

#1 @johnjamesjacoby
16 years ago

Try:

$groups = BP_Groups_Member::get_is_admin_of( $user_id );

#2 @DJPaul
15 years ago

  • Keywords bp_has_groups removed
  • Milestone 1.3Awaiting Review

#3 @cnorris23
15 years ago

Close?

#4 @DJPaul
15 years ago

  • Resolutionwontfix
  • Status newclosed

Closing old ticket; use get_is_admin_of() as suggested. I don't think this merits its own parameter in bp_has_groups().

#5 @johnjamesjacoby
15 years ago

  • Milestone Awaiting Review1.5
  • Severitynormal

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.