Yeah, I had the same problem when I updated to the most recent version of BBpress until I noticed this post over at https://bbpress.org/plugins/topic/avatar-upload/
transom wrote
To get Avatar tab in the profile working under Alpha-2 –
edit avatar-upload.php in the bbpress root
change line 7 from
bb_auth(); // logged in?
to
bb_auth(‘logged_in’); // logged in?
It worked like a charm for me.
Hi,
the avatar upload works now, thanks to you,
but its not showing in my forums or profile
any ideas?
Make sure you have inserted the code.
Refer to the installation notes you should have got with your download.
anyone know how to change the label on the tab ‘Avatar’ to something like ‘Picture’ without screwing up the entire plugin? A simple change of that word screws up the plugin.
Hi,
To change it open ‘bb-avatar-upload.php’ line in my-plugins/ 173
>> add_profile_tab(__(‘Avatar’) …. >> put ‘Image’
“Make sure you have inserted the code.
Refer to the installation notes you should have got with your download. “
The notes refer to files that dont even exist in the newest release.
ie. there is no “post.php”