Skip to:
Content
Pages
Categories
Search
Top
Bottom

'Change Avatar' Button

  • @paton400

    Participant

    Hey guys,

    How can I change the link of the ‘Change Avatar’ button so that it directs users to the settings page (where they can change their profile information).

    I am now using the Xprofile fields image upload on registration for the avatars, so original avatar settings are useless.

    Also, I’d like to change wording to ‘Change Photo” rather that ‘Avatar’

    Otherwise if this is too tricky, I’ll just hide/remove the button.

    Cheers guys.

    PS is it just me or has the BP theme changed to purple?

Viewing 7 replies - 1 through 7 (of 7 total)
  • @adeolu

    Participant

    I am having thesame issue. in my own case, i cant even find the “change avatar” button. i suppose it has been hidden or something is not just right. please how to i remedy this situation.

    @mercime

    Participant

    @adeolu What theme are you using? Is the setting to allow members to upload avatars enabled at https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-settings ?

    @adeolu

    Participant

    I am using “Wild Community” theme. I have turned on the settings to change avatar. But I still can’t fine the button.

    @paton400

    Participant

    @adeolu that isn’t even close to the same issue as me. I can see the button, but I want rid of it.

    Does anyone know a snippet to remove it? Or change the wording of it?

    @henrywright

    Moderator

    A dirty way of removing it is to hide it via CSS.

    .change-avatar-button {
        display: none;
    }

    I’m not sure what selector to use (you’ll need to replace .change-avatar-button with the classname or ID of the button).

    @adeolu

    Participant

    @henrywright, in which of the folder do i find the CSS u put up above, please?

    the “change avatar” button on my buddypress site is not showing. my php skills isnt that good, so i am not sure which of the codes to tweak to get it active.
    please anyone wanna help?
    thanks

    @adeolu

    Participant

    NO one has a solution to this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘'Change Avatar' Button’ is closed to new replies.
Skip to toolbar