Replies
Hi Joost,
Thank you for the details.
Please give me a day to look into it. We may have some solution.Hi Blade,
Please give it a tryadd_action( 'bp_actions', 'bp_custom_redirect_to_2ndgroup' ); function bp_custom_redirect_to_2ndgroup() { if ( bp_is_user_profile_edit() && bp_get_current_profile_group_id() == 1 ) { bp_core_redirect(bp_displayed_user_domain() . 'profile/edit/group/2' ); } }Please do let me know if that works for you or not?
Thank you
BrajeshHi Joost,
Thank you.
I have fixed it in the github repo. Will be pushing an update on wp.org on Wednesday with all the changes.Thank you
BrajeshHi Blade,
Thank you.I am sure it will help others. Thank you for sharing 🙂
Hi Blade,
My apologies for the delayed reply.
Please use this code instead.add_filter( 'bpdev_autoactivate_redirect_url','redirect_to_edit_profile', 10, 2 ); function redirect_to_edit_profile( $profile_url, $user_id ) { return $profile_url .'profile/edit/'; }It will work. Please let me know if that works for you or not?
Thank you
BrajeshThank you Jem 🙂
Will post back here after the update.- Brajesh Singh on March 5, 2016 at 11:51 pm in reply to: Show recent visitors only to me + images are not changing size #2896
Hi Jasmin,
I am sorry for the inconvenience.Please make thi line
'add_screen' => falseto
'add_screen' =>trueIn the custom code you are using for the image size. Please let me know if that works or not?
Thank you
Brajesh - Brajesh Singh on March 5, 2016 at 11:49 pm in reply to: [Resolved] Images appear in gallery/gallery-name/manage/edit.. not in gallery/gallery-name #2895
Hi Paul,
You should most probably not use the component ‘sitewide’ .
Your User gallery and media should use ‘members’ component.Can you please check with that(Please make sure to enable the members component in the backend to avoid any issue).
- Brajesh Singh on March 5, 2016 at 11:46 pm in reply to: [Resolved] MediaPress Error after installing WPML #2894
Hi Leo,
Please keep it disabled for now.
Here is what I am guessing is happening:-
1. Assumption:- WPML is changing the slug of the various terms(Is that correct, does it translate the slugs of category etc?)2. MediaPress uses specific terms for status, type and component, It is not finding those terms. That leads to the invalid settings causing this.
Can you please tell me if my assumption is correct or invalid? This seems to be the only logical explanation for what is happening there.
Hi Jem,
I looked at it but the javascript methods that we use to enable the lightbox are private. So, I can not write an addon to enable it from outside. I will be releasing n update on coming Wednesday and that will allow you to enable lightbox directly.Sorry about the inconvenience.
Thank you
Brajesh