• Resolved christofir

    (@christofir)


    Hello,

    Love your plugin so far! A couple questions:

    1/We’d like to completely hide this dropdown menu so that users have no way to edit their profile. Our theme has its own profile system and we’d like to just use this to simplify things.

    How can we hide this dropdown completely? https://imgur.com/a/sY4bQGz (first photo)

    2/ We’d also like to limit the options for uploading content in a post. Eg. we’d like to take away option to upload files, slideshow, quote…. https://imgur.com/a/sY4bQGz (second image)

    How can we do this?

    Thank you so much!
    Chris

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello Chris,

    We are so happy that you liked our plugin.

    1. Here’s The code snippet below, please add it to the file “bp-custom.php” in the path “wp-content/plugins” :

    <?php
    
    add_filter( 'youzify_display_user_profile_quick_menu', '__return_false' );

    Ps: if you didn’t find the file “bp-custom.php”, just create a new one.

    2. Yes, of course, please check this topic below on how to hide unwanted post types:

    https://kainelabs.ticksy.com/article/14845/

    Let me know if this worked fine for you 🙂

    Best Regards, KaineLabs Team.

Viewing 1 replies (of 1 total)

The topic ‘Hide Profile/Widget Settings dropdown’ is closed to new replies.