Skip to:
Content
Pages
Categories
Search
Top
Bottom

Avatar Plugin seems to be redirecting to the homepage

  • @chadthedj

    Member

    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

    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

    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

    Install bavatars. It’s the best Avatar plugin.

    @zaerl

    Participant

    Install bavatars. It’s the best Avatar plugin.

    @brewhousemedia

    Member

    Thanks for the tip, that’s much better.

    @brewhousemedia

    Member

    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