[buddypress-trac] [BuddyPress] #2005: [patch] e-mail notification for group invites

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Wed May 4 20:50:31 UTC 2011


#2005: [patch] e-mail notification for group invites
--------------------------+--------------------------------------
  Reporter:  bi0xid       |      Owner:
      Type:  enhancement  |     Status:  new
  Priority:  minor        |  Milestone:  1.3
 Component:  Core         |    Version:
Resolution:               |   Keywords:  group notification admin
--------------------------+--------------------------------------

Comment (by defunctlife):

 Another issue is the Send Invites tab shows up for all users when they
 join the group.

 The problem here is that users try to use it but it just appears to do
 nothing, however in ajax.php it's returning false on line 297 in BP 1.2.8:

 {{{
 if ( !groups_is_user_admin( $bp->loggedin_user->id, $_POST['group_id'] ) )
                 return false;
 }}}

 So it needs to be decided if you want to at some point allow all members
 to invite to the group, or if you just want admins to be able to do it,
 the Send Invites tab should not appear. In any event, it should display an
 error message rather than silently returning false saying something like
 "Only group admins can send invites"

-- 
Ticket URL: <https://trac.buddypress.org/ticket/2005#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list