BuddyDev

Search

[Resolved] Disabling Some Features

  • Participant
    Level: Initiated
    Posts: 13
    SALEAM S M SHEHRI on #34378

    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 !!.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #34379

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 13
    SALEAM S M SHEHRI on #34382

    Hello 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 example

    is that possible ?

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #34383

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 13
    SALEAM S M SHEHRI on #34384

    We are lucky that we have great people like you in our lives

    thank you so much for making our life easier

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #34392

    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.

This topic is: resolved