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?
bbPress Plugin Browser »
Bavatars (0.4.1)
Download
Version: 0.4.1
Last Updated: 2009-8-21
Requires bbPress Version: 0.9 or higher
Compatible up to: trunk
Average Rating





Your Rating
Author: Nightgunner5
-
Posted: 3 years ago #
-
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 # -
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 # -
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 # -
Is your bbPress installation integrated with your WordPress installation?
Posted: 2 years ago # -
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 # -
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 # -
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 # -
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 # -
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 47Posted: 2 years ago # -
Yeah, I think it does.
Posted: 2 years ago # -
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 # -
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 # -
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 # -
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 # -
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,
-VikramPosted: 2 years ago # -
Strange... I've never had that problem, and opening a file for writing shouldn't require it to be preexisting...
Posted: 2 years ago # -
Any support ?? or any more information if required I will provide.
This is a nice feature.Thanks,
-Vikram.Posted: 2 years ago # -
Please give some tips to solve this problem.
Posted: 2 years ago #
Add a Comment »
You must log in to post.