bbPress Plugin Browser »

Bavatars (0.4.1)

Download

Version: 0.4.1

Other Versions

Last Updated: 2009-8-21

Requires bbPress Version: 0.9 or higher

Compatible up to: trunk

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(15)

Your Rating

Author: Nightgunner5


  1. I have this on my site and when I upload an image I get the message:
    "Avatar uploaded successfully!"
    However, you don't see the image. You still see the old default wavatar. What could be wrong?

    Posted: 3 years ago #
  2. bapassey: Try de- and re- activating the plugin. I looked on your forums, but the /avatars/ directory wasn't there.

    Posted: 3 years ago #
  3. BigNT

    Member

    Hello,

    I've a problem when I want to activate Bavatars for WordPress and Bavatars. I can activate one but not the second if the first is already activate. It tells me that extension can't be activate cause it produces a fatal error. Any idea ?

    Posted: 2 years ago #
  4. Only activate Bavatars for WordPress in a WordPress installation. bbPress doesn't have any use for the Bavatars for WordPress plugin.

    Posted: 2 years ago #
  5. BigNT

    Member

    It's done. But now I can upload & see avatar on the forum (http://www.bioshockfan.com/forum/profile.php?id=1) but not on wordpress (http://www.bioshockfan.com/actualites/bioshock-fan-bienvenue-a-rapture/ look at the first comment). I'm quite sure my path in the bavatars-wp file is correct..

    Posted: 2 years ago #
  6. Is your bbPress installation integrated with your WordPress installation?

    Posted: 2 years ago #
  7. BigNT

    Member

    Yes, i made the integration since the beginning, when I've installed bbPress and after that, I make every other steps specify in bbPress Admin. I can log myself with the same login in the forum and in the website so I think it's good.

    Posted: 2 years ago #
  8. Your bbPress path in the WP configuration has to be from the web root. In your case, you could try define( 'BAVATARS_BBPRESS_PATH', ABSPATH . '/forums/' ); // The full path to your bbPress installation.

    Posted: 2 years ago #
  9. BigNT

    Member

    Ok thanks a lot, now it works. But I had to modify some line at the end of bavatars-wp.

    return '<img alt="' . $alt . '" src="' . trailingslashit( BAVATARS_BBPRESS_URI ) . $location . '" class="avatar avatar-' . $size . ' avatar-bavatar" style="height:' . $size . 'px; width:' . $size . 'px;" />';

    Don't know why but there was a " after img that makes the code wrong.

    Posted: 2 years ago #
  10. If i activate Bavatars for WordPress I don't see the Avatar link in my bbPress profile, I do see it if I activate Bavatars, is this expected?
    My users don't log into WordPress but do log into bbPress, so I'd like them to update their avatar in bbPress & have it reflected on the wordpress end when adding comments, is this possible?

    Posted: 2 years ago #
  11. citizenkeith

    Member

    Does this one require PHP5? I'm getting this error:

    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /nfs/c04/h04/mnt/68418/domains/mydomain.com/html/forums/my-plugins/bavatars/bavatars.php on line 47

    Posted: 2 years ago #
  12. Yeah, I think it does.

    Posted: 2 years ago #
  13. Bavatars for WordPress is a WordPress plugin.
    Bavatars is a bbPress plugin.

    If you want integration, you'll need to activate both (in the respective system) and have the user database integrated.

    Posted: 2 years ago #
  14. Thanks for the answer Nightgunner.
    I do have both plugins enabled.
    In my bbPress admin, both are also listed, is it safe to remove the Bavatars for WordPress? I presume this shouldn't be there?

    Posted: 2 years ago #
  15. Have it working perfectly now, users update their avatar in bbPress and it also shows on the wordpress side.
    I did have to make the fix BigNT mentioned above aswell as one other on that line, so it now reads:

    return '<img alt="' . $alt . '" src="' . trailingslashit( BAVATARS_BBPRESS_URI ) . $location . '" class="avatar avatar-' . $size . ' avatar-bavatar" style="height:' . $size . 'px; width:' . $size . 'px;" />';
    Posted: 2 years ago #
  16. uno25

    Member

    When uploading new avatar it gives me this error:

    Warning: imagepng() [function.imagepng]: Unable to open '/home/www/public_html/site.ru/forum//avatars/c/c4/c4c/c4ca4238a0b923820dcc509a6f75849b.png' for writing: No such file or directory in /home/www/public_html/site.ru/forum/my-plugins/bavatars/bavatars-profile.php on line 42

    Posted: 2 years ago #
  17. hi team,

    Yes even I am getting the above error.

    Warning: imagepng() [function.imagepng]: Unable to open 'C:\Program Files\EasyPHP 2.0b1\www\bbpress//avatars/c/c4/c4c/c4ca4238a0b923820dcc509a6f75849b.png' for writing: No such file or directory in C:\Program Files\EasyPHP 2.0b1\www\bbpress\my-plugins\bavatars\bavatars-profile.php on line 42

    Please give your support..

    Cheers,
    -Vikram

    Posted: 2 years ago #
  18. Strange... I've never had that problem, and opening a file for writing shouldn't require it to be preexisting...

    Posted: 2 years ago #
  19. Any support ?? or any more information if required I will provide.
    This is a nice feature.

    Thanks,
    -Vikram.

    Posted: 2 years ago #
  20. Please give some tips to solve this problem.

    Posted: 2 years ago #

RSS feed for this topic

Add a Comment »

You must log in to post.