imath

Results 39 issues of imath

I agree with this ticket: https://buddypress.trac.wordpress.org/ticket/8774 Being able to deactivate/activate email notification would be great.

Component: Notification

I agree with this ticket, we should mimic what we are making available from front end from the BP REST API. See: https://buddypress.trac.wordpress.org/ticket/8976

Component: XProfile
Component: Signup

Make sure `bp_heartbeat` post data is sent and use to transport cookies BP Legacy uses to remember logged in user's navigation preferences. Trac ticket: https://buddypress.trac.wordpress.org/ticket/9248 --- **This Pull Request is...

I started working into this area, don't hesitate to improve it! Trac ticket: https://buddypress.trac.wordpress.org/ticket/9243 --- **This Pull Request is for code review only. Please keep all other discussion in the...

To fix WP Playground issues, I suggest to: - Send the current canonical URL into Ajax request vars. `wp_get_referer()` is not set which explains why BP URI globals are not...

This PR introduces a way to completely disable BuddyPress signups using the following filter: ```php add_filter( 'bp_is_members_signups_active', '__return_false' ); ``` Once this filter is in place: - The registration workflow...

The goal of this PR is to transform the code used into the Private Messages component (*an optional component => only available when the Private Messages component is active*) to...

Check the plugin is ready for next WordPress major version

task

Stop using `BP_Component` in favor of `BP_Component_Feature` to avoid messing with BuddyPress component globals and "faking" a component to register the feature navigation. Trac ticket: https://buddypress.trac.wordpress.org/ticket/9254 --- **This Pull Request...