adding profile url and xprofile field data to user meta?
-
Hi,
Is there a way to add the url of a users avatar to user meta? I’m not very good with php at all but so far I have this in member-header.php:
$user_id = bp_displayed_user_id(); $avatarurl = bp_displayed_user_avatar( 'html=false' ); $metadata = bp_update_user_meta( $user_id, 'avatar_url', $avatarurl );
Also being able to add xprofile fields to user meta would be very useful.
Any help greatly appreciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘adding profile url and xprofile field data to user meta?’ is closed to new replies.