Replies
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
- Tosin on October 7, 2020 at 2:21 pm in reply to: [Resolved] How to add custom buttons to buddypress profile page #33771
The code did not work for legacy template
- Tosin on October 7, 2020 at 12:59 pm in reply to: [Resolved] How to add custom buttons to buddypress profile page #33768
Thanks for the feedback but im using the legacy template
Hello,
Please I just want to remind you about this
Thank you