This topic has 2 replies, 2 voices, and was last updated 9 years by parousia.

  • Author
  • #82953
     parousia
    Participant

    Hi,

    I’m unable to find the avatar meta key, if there isnt one is it possible to add one using bp_update_user_meta() somewhere?

    #82975
     sharmstr
    Moderator

    You should ask on the bp forums. Its their plugin. They will know. https://buddypress.org/support/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #82978
     parousia
    Participant

    Thanks good advice!

    If anyone wants to know how its done the code is below:

    COPY CODE
    
    function my_cache_avatar_url() {
    	update_user_meta( bp_displayed_user_id(), 'modemloopers_awesome_avatar_url', bp_core_fetch_avatar( 'html=false&item_id=' . bp_displayed_user_id() ) );
    }
    add_action( 'xprofile_screen_change_avatar', 'my_cache_avatar_url' );
    
Viewing 3 posts - 1 through 3 (of 3 total)

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

Log in with your credentials

Forgot your details?