Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Link From Admin Bar

Viewing 4 replies - 1 through 4 (of 4 total)

  • Virtuali
    Participant

    @gunju2221

    Disable the Ability for your users to upload their own avatars in the wp-admin buddypress section. :)


    raduungurean
    Member

    @raduungurean

    Hmm, weird

    I don’t see any option to disable this from wp-admin.

    Can’t this be done programatically? Using remove_action or setting something like this:

    CHANGE_AVATARS = FALSE;

    Thanks


    pcwriter
    Participant

    @pcwriter

    @raduungurean

    You’ll find it under “Buddypress” > “General Settings”


    r-a-y
    Keymaster

    @r-a-y

    You’ll need to hook into the filter in the bp_get_options_nav() function (located in /bp-core/bp-core-templatetags.php) to remove the “Change Avatar” link from the options nav.

    View xprofile_setup_nav() (in bp-xprofile.php) as well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Link From Admin Bar’ is closed to new replies.
Skip to toolbar