Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar Plugin seems to be redirecting to the homepage


  • ChadTheDJ
    Member

    @chadthedj

    It seems that when ever I click on the Avatar Upload plugin, it redirects to the homepage. Would love to use it but there are no troubleshooting steps (I checked and its installed correctly)

Viewing 6 replies - 1 through 6 (of 6 total)

  • brewhousemedia
    Member

    @brewhousemedia

    That’s because there’s a bug in the plugin. Or rather the plugin was probably written for an earlier version of bbpress.

    To fix the “redirect” issue, you need to edit avatar-upload.php and change line 7 from:

    bb_auth(); // logged in?

    to:

    bb_auth( 'logged_in' ); // logged in?

    Now it’s off to do more testing.


    brewhousemedia
    Member

    @brewhousemedia

    That’s because there’s a bug in the plugin. Or rather the plugin was probably written for an earlier version of bbpress.

    To fix the “redirect” issue, you need to edit avatar-upload.php and change line 7 from:

    bb_auth(); // logged in?

    to:

    bb_auth( 'logged_in' ); // logged in?

    Now it’s off to do more testing.


    zaerl
    Participant

    @zaerl

    Install bavatars. It’s the best Avatar plugin.


    zaerl
    Participant

    @zaerl

    Install bavatars. It’s the best Avatar plugin.


    brewhousemedia
    Member

    @brewhousemedia

    Thanks for the tip, that’s much better.


    brewhousemedia
    Member

    @brewhousemedia

    Thanks for the tip, that’s much better.

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