Info
- 7 posts
- 7 voices
- Started 2 years ago by Silvanovicz
- Latest reply from gasface
- This topic is not resolved
Avatar Upload in bbPress 1.0
-
- Posted 2 years ago #
Not sure if it's just me, but does Avatar upload stopped working in version 1.0.1?
The avatar upload page doesn't seem to work anymore. Whenever I click on the 'Avatar' link (when logged in), it used to load the page, but now it just takes me back to the forum homepage. Has anyone else experienced this?
-
- Posted 2 years ago #
Yeah, I had the same problem when I updated to the most recent version of BBpress until I noticed this post over at http://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.
-
- Posted 2 years ago #
Hi,
the avatar upload works now, thanks to you,
but its not showing in my forums or profileany ideas?
-
- Posted 2 years ago #
Make sure you have inserted the code.
Refer to the installation notes you should have got with your download.
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
Hi,
To change it open 'bb-avatar-upload.php' line in my-plugins/ 173
>> add_profile_tab(__('Avatar') .... >> put 'Image';)
-
- Posted 2 years ago #
"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"
-
You must log in to post.