Hi Andreas!
I hope you are having a great day!
Thank you for your kind words and for your query. Unfortunately, at the moment, it is not possible to view, edit or rearrange the default BuddyPress profile pages using this plugin.
However, I’m thinking about this for quite a while now and I may come up with a feature that lets users customize the default pages, maybe in a premium version.
Hope this helps. Please let me know if you need any further assistance regarding this. Thanks!
Kind regards,
Nahid
Hi, Andreas!
I hope you are doing well today!
As I haven’t heard back from you in a while, I’m going to mark this topic as resolved for now. If you need any further assistance regarding this, please consider getting back to this topic again at any time.
Regards,
Nahid
Hi,
I’m interested about the solution.
Have you develop the feature ? Or is there a workaround ?
Thanks,
Hi there, @monjolitop !
I hope you are doing well today!
Thank you for your query. Unfortunately, I haven’t been able to come up with a solution for this yet, I’m afraid. Also, I’m not aware of any workarounds available at the moment as well.
I’ll definitely let you know here if I finally come up with this feature, so you’ll be notified.
Hope this helps. Please let me know if you need any further assistance regarding this. Thanks!
Kind regards,
Nahid
Hi Nahid,
I haden’t thanked you for your quick reply before. 🙂 So far no further questions from my side.
Cheers,
Andreas
Hi Andreas!
I hope you are doing well today!
Thank you for getting back to me. Please let me know if you need any further assistance. Thank you!
Kind regards,
Nahid
Hi @nfmohit,
I found a workaround :
function redirectAfterProfileDisplay() {
$location = bp_core_get_user_domain(bp_displayed_user_id()).'slug_name';
bp_core_redirect($location);
return;
}
add_action('xprofile_screen_display_profile','redirectAfterProfileDisplay' );
Where slug_name is the page slug.
It works for me.
Regards,
Hi @monjolitop !
I hope you are doing well today!
Thank you very much for sharing your workaround with us!
Regards,
Nahid