Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5336, comment 9


Ignore:
Timestamp:
02/24/2014 01:41:27 AM (11 years ago)
Author:
dcavins
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5336, comment 9

    initial v1  
    11Hi boonebgorges-
    22
    3 Yep, one of the things I was looking for was input on the best way to get what we need for pagination without breaking compatibility with plugins and themes. I was hoping that leaving the function `groups_get_invites_for_group()` working would do it. (The only call to `BP_Groups_Group::get_invites` in BP is `groups_get_invites_for_group` and my new function.) I'll see if I can figure out how to do it using `BP_Group_Member_Query` instead.
     3Yep, one of the things I was looking for was input on the best way to get what we need for pagination without breaking compatibility with plugins and themes. I was hoping that leaving the function `groups_get_invites_for_group()` working would do it. (The only call to `BP_Groups_Group::get_invites` in BP is `groups_get_invites_for_group` and my new function. But of course returning an array of arrays instead of an array of user ids will never work.) I'll see if I can figure out how to do it using `BP_Group_Member_Query` instead.
    44
    55Invite visibility: Yes, I'll move that out.