Replies
- Tosin on October 16, 2020 at 9:02 am in reply to: [Resolved] Buddypress profile page 404 error #33970
Hello Brajesh,
Could this be the problem https://docs.woocommerce.com/document/2-0/woocommerce-memberships-profile-fields/
- Tosin on October 15, 2020 at 6:59 pm in reply to: [Resolved] Buddypress profile page 404 error #33960
I finally traced the problem by deactivating all plugin except buddypress, woocommerce and WooCommerce Memberships. WooCommerce Memberships Version 1.19.1 was the culprit
- Tosin on October 14, 2020 at 6:01 pm in reply to: [Resolved] Buddypress profile page 404 error #33936
unfortunately I am not using the profile tabs pro plugin
Thanks for the feedback will future updates support custom post types like events, jobs, etc
Thank you so much i’m really grateful
YES all that’s needed is shortcode for the login form
Thanks so much
Hello Brajesh,
Please how is progress on this i’m really waiting patiently for this feature
Thank you for considering this request
- Tosin on October 11, 2020 at 4:57 pm in reply to: Branded login and force login with email support #33834
Thanks for the feedback, for further clarification
Do you mean that plugin will not conflict with this filter
/** * Email login support for bp-branded-login plugin */ add_filter( 'wp_authenticate_user', function( $user ) { if ( isset( $_POST['log'] ) && ! is_email( trim( $_POST['log'] ) ) ) { return new WP_Error( 'invalid_email', __( 'Please provide a valid email' ) ); } return $user; }, 10 );Thanks
- Tosin on October 8, 2020 at 3:55 am in reply to: [Resolved] How to add custom buttons to buddypress profile page #33787
YES YES YES It worked perfectly there was a caching problem with my site so that’s why the changes did not reflect before.
Thank you so much
- Tosin on October 7, 2020 at 3:36 pm in reply to: [Resolved] How to add custom buttons to buddypress profile page #33779
This also did not work