Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Here’s how to install Avatar Upload plugin


ratsoid2
Participant

@ratsoid2

@philsown

Download User Avatar for WP here: https://wordpress.org/extend/plugins/user-avatar/

1. In single-user-edit.php, Before

<?php bbp_get_template_part( 'bbpress/content', 'single-user-edit' ); ?>

add: http://pastebin.com/rfLFaRvq

2. In style.css add:

.bbp-single-user-edit { position:relative; }

#user-avatar-display { position:absolute; top:160px; right:20px; text-align:center; width:155px; }

#user-avatar-display a { color:#000; text-decoration:none; text-align:center; };

3. In functions.php add: http://pastebin.com/YfbiN65x

That’s it.

Original solution: https://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17#post-2186636

It works great for me. Cheers.

Skip to toolbar