[buddypress-trac] [BuddyPress] #1420: Group invites problem in latest trunk revision
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Dec 4 15:40:08 UTC 2009
#1420: Group invites problem in latest trunk revision
-------------------+--------------------------------------------------------
Reporter: sl_bug | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Keywords: |
-------------------+--------------------------------------------------------
I installed latest trunk buddypress. Created 2 users (let's say user1 and
user2). user1 created group "testgroup" and sent invite to user2. i logged
in with user2 and went to http://localhost/members/user2/groups/invites/ .
There is no pending invites (but in page source i see empty avatar tag). I
tried to fix it and found that $group variable in
BP_Groups_User_Groups_Template class contains only group id without other
fields. Temporary fix:
file: wp-content/plugins/buddypress/bp-groups/bp-groups-templatetags.php
line: 249
was: if ( $this->single_group )
changed to: if ( $this->single_group || !$this->group->name )
--
Ticket URL: <http://trac.buddypress.org/ticket/1420>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list