Re: User Photo for bbPress
Inactive
Hi Detective —
I just tried installing this plugin, and adjusted all the settings per your instructions, but I can’t seem to get it to work.
I see the input field in profile-edit.php now, but once I upload a photo into it, it does not appear in the wp-content/uploads/user-photo folder, nor does it appear on the page.
I’m using:
userphoto_display_selector_fieldset($user->ID);
in profile-edit.php, and calling the photo via:
bb_get_photo ( $user->ID );
in profile.php.
Any advice on how to get it to work?