[buddypress-trac] [BuddyPress Trac] #5336: Add "manage invitations" pane to group admin screen

buddypress-trac noreply at wordpress.org
Mon Feb 24 00:13:30 UTC 2014


#5336: Add "manage invitations" pane to group admin screen
-----------------------------------------+--------------------
 Reporter:  dcavins                      |       Owner:
     Type:  enhancement                  |      Status:  new
 Priority:  normal                       |   Milestone:  2.0
Component:  Groups                       |     Version:  1.9.1
 Severity:  normal                       |  Resolution:
 Keywords:  has-patch reporter-feedback  |
-----------------------------------------+--------------------

Comment (by dcavins):

 Hi boonebgorges-

 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.

 Invite visibility: Yes, I'll move that out.

 Send invites UI: I can only imagine that the extra step is a confirmation
 step, so you can fix a mistake before sending an awkward invitation. Yes,
 I'll open a new ticket.

 New loop template: The new loop template I think is used for easy AJAX
 page generation when changing pages. (The existing AJAX pagination
 functions use the related template file to create the new markup and then
 send it back to the browser. The existing template contains more than just
 the member list and pagination, which is what I moved to the new template
 file.)

 Thanks for your feedback.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5336#comment:9>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list