This topic has 1 reply, 2 voices, and was last updated 9 years by Abe.

  • Author

    Tagged: 

  • #25535
     ww2boy
    Participant

    Hello,

    How do I hide the BuddyPress member pages (member carousel, groups, etc.) for normal members?
    Profiles should be viewable by the user (and admin) only, I want to disable the other ”community” functions, but don’t know how (I removed the pages, but the directories still exist).

    I also have the following 2 issues (member profile page):

    1) The profile picture is blocking some content (see attachment)

    2) I want to remove the ”Next Member” option on the profile pages as well (see attachment)

    Attachments:
    You must be logged in to view attached files.
    #26137
     Abe
    Keymaster

    Hi, Buddypress components can be disabled from Settings – Buddypress.
    To restrict different Buddypress pages you can install Paid Memberships Pro and a set of options will appear in Theme options – Memberships

    2. To remove that functionality add this code in your child theme functions.php

    COPY CODE
    
    add_action('init', 'my_remove_nav');
    function my_remove_nav() {
        remove_action('bp_after_member_body', 'kleo_bp_add_profile_navigation');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?