• Resolved ldeschenes

    (@ldeschenes)


    Is there a way to remove the “Edit Profile” command from the directory card ?

    This seems to be a new “feature” of version 2.x.x. It does appear on all card for administrator (making the page longer) and on only own card for member (making that card bigger that the others).

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @ldeschenes,
    This is not a new feature, and it will only display when your logged in as a admin. Handy feature for easy access to profiles.

    But under the user role settings, you have an option:
    Can edit other member accounts?

    If you deactivate this, the Edit field will no longer show.

    Thread Starter ldeschenes

    (@ldeschenes)

    Hi (@themedutch),

    I confirm, this is a new feature of 2.0.x. I can confirm that as I have an exact copy of my site running 1.8.8 and it is not there.

    It is not only for admin but also on the member own card.

    Yes, I have a supervisory role (not admin) that has the option “Can edit other member accounts” and it does display there too. I do not want to desactivate that option. What I want is only not showing the “Edit Profile” command on the directory card.

    Some might find this an “Handy feature for easy access to profiles”. I find it disturbing as it make the list ugly and longer to scrool. People who have Edit power know about it and are used to click on name and than on the “gear” in profile. They do not need that to show.

    Hey @ldeschenes,
    Well I’m working with UM for a few years and I had the edit button. But anyway you can try this, maybe that works for you.

    a.um-edit-profile-btn {
    display: none !important;
    }

    Thread Starter ldeschenes

    (@ldeschenes)

    Hi @themedutch

    That worked.. partially.
    The button is not shown but it is replace by an empty space.
    The result is that the card stay as big.
    In the case of individual members (not admin) their card is bigger that the others cards.
    Do you have something else I could try ?

    Could you add on future feature developement list: Option on Edit Member Directory (Card Profile section): “Display Edit Profile Button ?”

    Hi @ldeschenes,
    You need to tweak the css, use Firebug for example.

    I’m not from Ultimate member dev team, so can’t help you out here.

    Sorry Mike

    Thread Starter ldeschenes

    (@ldeschenes)

    For those you would like to hide the Edit button, this is what to do:
    .um-members-edit-btn {
    display: none !important;
    }

    Thanks @themedutch for your help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Edit profile on directory’ is closed to new replies.