Can anyone please do me a favor on these issues:
1- Disabling “user profile data export” option
2- Hiding /members/ from users profile URLs
3- Allowing users to register using period “.” in their usernames, because what I see is that WordPress stores username as it is containing the period “.” but, after that when you visit the user profile or look to profile link you will find that period “.” has changed into “-“. ex: Leo.Messi will be changed to Leo-messi in username and profile link !!.Hi Saleam,
Than k you for the questions.1. Disable User Profile data export:- https://buddydev.com/disable-buddypress-user-personal-data-export-setting/
2. Hide Members Directory :- https://buddydev.com/hide-buddypress-members-directory/
3. Allow Users to use . in the name(BuddyPress is suing nicename and that’s why you are seeing this). You can enable Username compatibility mode
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );
Regards
BrajeshHello The greatest ever
Thanks for your support
just one question:
What I mean is to let users shorten their profiles URLs
ex: http://www.website.com/members/Leo to http://www.website.com/Leo
with the ability to navigate to members directory from the main menu for exampleis that possible ?
Hi,
Thank you for the reply.It is know as Root profiles in BuddyPress. You can enable it by following code
define( 'BP_ENABLE_ROOT_PROFILES', true );
Regards
BrajeshWe are lucky that we have great people like you in our lives
thank you so much for making our life easier
Hi Saleam,
Thank you for the kind words.I am glad that I was able to assist.
Regards
Brajesh
The topic ‘ [Resolved] Disabling Some Features’ is closed to new replies.