Skip to:
Content

BuddyPress.org

{5} Accepted, Active Tickets by Owner (Full Description) (4 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

dcavins (2 matches)

Ticket Summary Component Milestone Type Created
Description
#6161 Group Bulk Edit Groups Awaiting Contributions enhancement 01/24/2015

So, I imported some Groups using a plugin.

When users started joining the groups, I realized that the first member automatically became the administrator of the group!

Hmm...looks like these groups were created without any members (or administrators) and since every group needs an administrator, therefore, the first member to join was being made administrator.

Ok, no problem, methinks...just like I can bulk edit posts/pages to change author, I should be able to bulk edit groups to change/add administrator, right? Wrong! There is no bulk edit function for groups.

Well, there should be.


#7343 Add the_group filter to allow group object modification Groups Awaiting Contributions enhancement 11/12/2016

Possible to add the_group filter, probably inside the_group() function, to allow to easily modify the group object in the loop? In a similar way to how the the_post filter works.

One scenario where the group objects needs to be modify is explained in ticket:7290. And the only solution at the moment is to modify the groups_template object using nested loops ticket:7290#comment:25 ( which I personally don't like ).

Same filter, I believe, should be applied to the the_member() function. Perhaps this should be created as a separate ticket.


johnjamesjacoby (2 matches)

Ticket Summary Component Milestone Type Created
Description
#6173 'Members' menu selected when current page user profile page Core Awaiting Contributions defect (bug) 01/29/2015

In attached screen shot you can see that the current page selected is "My Profile" URL "/members/chris/profile/"

But also menu "members" URL "/members" was selected.

I checked that the current menu selection was done by wordpress core in file /wp-includes/nav-menu-template.php. So I'm not 100% sure if this could be fixed within buddypress.

Seems like as "my Profile" also contains 'members' it selects the members link too.


#6179 notification count doesn't match on admin bar Toolbar & Notifications Awaiting Contributions enhancement 02/01/2015

BP 2.2 RC2 theme 2013

All is in the title and the joined picture.

To reproduce: mention a user several times (more as once preferably :) )

To solve the issue, i modified the $count in bp_notifications_toolbar_menu function (bp-notifications-adminbar.php:20)

Change

$count = ! empty( $notifications ) ? count( $notifications ) : 0;

to

$count = bp_get_total_mention_count_for_user( bp_loggedin_user_id() );

Note: See TracReports for help on using and creating reports.