Replies
- Brajesh Singh on May 12, 2016 at 2:29 pm in reply to: [Resolved] ajax registration doesnt redirect #3835
Thank you Michael,
I am glad that we could help 🙂Regards
Brajesh Hi Victor,
can you please ask the theme company what meta key they are using to identify the user logged in via facebook?We will need to add that to this list here
https://github.com/buddydev/bp-force-profile-photo/blob/master/bp-force-profile-photo.php#L83
Please let me know and I will update.
- Brajesh Singh on May 12, 2016 at 2:08 am in reply to: [Resolved] ajax registration doesnt redirect #3829
Hi Michael,
Welcome to BuddyDev.
Thank you for purchasing the plugin.Please put the following code in your bp-custom.php
function buddydev_redirect_url_for_ajax_signup( $redirect, $user_id ) { return bp_core_get_user_domain( $user_id );//redirect to profile } add_filter( 'bpajaxr_redirect_url', 'buddydev_redirect_url_for_ajax_signup', 10, 2 );Please check and let me know if the user is getting redirected to their profile page nor not?
Thank you
Brajesh - Brajesh Singh on May 12, 2016 at 12:18 am in reply to: [Resolved] MediaPress plugin not working #3827
You are most welcome. Marking it as resolved 🙂
Hi Tina,
Welcome to BuddyDev.1. Member type is best fit here. Create two member types(male/female) using BuddyPress member type.
2. Use BuddyPress Membertype field at the signup to assign users to these groups.I hope that helps.
Regards
Brajesh- Brajesh Singh on May 11, 2016 at 5:19 pm in reply to: Default componenents and logged in user. #3822
Hi Phil,
Please give it a try.function buddydev_set_default_menu () { if ( bp_is_my_profile() ) { define ( 'BP_DEFAULT_COMPONENT', 'activity' ); } else { define ( 'BP_DEFAULT_COMPONENT', 'profile' ); } } add_action( 'bp_init', 'buddydev_set_default_menu', 0 );Please put it in your bp-custom.php and let me know if it works for you or not?
Thank you
Brajesh - Brajesh Singh on May 11, 2016 at 5:11 pm in reply to: [Resolved] BP Simple Front End Post: Image upload issue for authors #3821
Hi Leo,
The last post is the current behavior of the media model. we have it restricted to the current logged in user. I will check and update by tomorrow.Thank you
Brajesh - Brajesh Singh on May 11, 2016 at 5:09 pm in reply to: [Resolved] MediaPress plugin not working #3820
Can you please check and let me know if this post helps
Hi Paul,
I am sorry about the issue.It is a bug and we will need to update the way the links are generated on single gallery page to account for your case. I will be exploring and updating you in a day or two with the changes.
Thank you
BrajeshHi,
Good to know it is resolved. I was busy for last 2 days, so could not get back to you properly. Hope to help you better in future.Regards
Brajesh