Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar Upload in bbPress 1.0


  • Silvanovicz
    Member

    @silvanovicz

    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?

    http://www.wearepopslags.com/forum/

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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?


    kickerman360
    Member

    @kickerman360

    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”

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar