Skip to:
Content
Pages
Categories
Search
Top
Bottom

avatar url insert database


  • fatihaslann
    Participant

    @fatihaslann

    hi, i want to users avatars url write in my database.
    any user update avatar -> url write database
    please help me

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

  • danbp
    Participant

    @danbp


    fatihaslann
    Participant

    @fatihaslann

    Where should I place on which page this 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' );

    jessy
    Participant

    @jessy-marco

    functions.php


    danbp
    Participant

    @danbp


    fatihaslann
    Participant

    @fatihaslann

    I place this code in function.PHP

    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' );

    But my web site show white screen

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘avatar url insert database’ is closed to new replies.
Skip to toolbar