Nightgunner: Ok that's strange then because it isn't working for me when logged in, I'll have to look into it more deeply and do some testing.
I should have mentioned that I'm trying to use the bavatar in the theme when the user is logged in, not just to display with a comment.
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: 2 years ago #
-
Just wanted to say thanks for the plugin. I tried using Avatar Upload but that looks like it's a dead plugin. Appreciate that this is an easy to use plugin that works!
Posted: 2 years ago # -
using with 1.0.2 & works like a charm - thanks!
Posted: 2 years ago # -
Excellent work
Nicely working for BBpress 1.0.2
Posted: 2 years ago # -
Great work :)
Just a quicky! Changed the size of the avatars in post.php - all working fine except... the mystery avatar comes back!
when I remove the avatar size to default - then I see the Gravatar logo...
Any ideas?
Posted: 2 years ago # -
Great plugin, Thanks so well Nightgunner5
Posted: 2 years ago # -
with /home/you/htdocs/public_html/forums/
wp avatars seem to be disappeared
Posted: 2 years ago # -
Ok, the avatars in the BBpress forum work. But I can't find a working code which displays the forum chosen Avatar. Anyone suggestions?
Posted: 2 years ago # -
Displays them where?
For anyone that's having trouble defining the 'BAVATARS_BBPRESS_PATH,' if you have WordPress installed at the root of your web server and bbPress installed in a subdirectory in the root (for example "root/forum/" or "root/forums/"), integrating is as simple as inputting:
define( 'BAVATARS_BBPRESS_PATH', '../forum/' ); // The full path to your bbPress installation.
You will then be able to see bbPress avatars in WordPress.
Posted: 2 years ago # -
Still displays a gravatar in the WordPress comments. My code is:
<?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?>. I installed the bbpress plugin upload avatars and it works good. The avatars are shown in the bbpress forum, but in WordPress I see a gravatar icon. Whats wrong?Posted: 2 years ago # -
I tried the full path, but it did not work !
Forums avatars are working fine, but wordpress still cannot display bbpress avatars !Posted: 1 year ago # -
Hi Nightgunner5! I truly loved your plugin, but its image loading interface looked a little plain to me, so I did some changes... If you're interested, drop me an email at http://scr.im/mrpelle
Bye!
Posted: 1 year ago # -
Are you planning to add image crop function in future ?
Posted: 1 year ago # -
The integration with WordPress doesn't work, there are some problems with ticks ( this character -> " <- ) in the image string. Here is the correct one:
return '<img alt="' . $alt . '" src="' . trailingslashit( BAVATARS_BBPRESS_URI ) . $location . '" class="avatar avatar-' . $size . ' avatar-bavatar" style="height:' . $size . 'px; width:' . $size . 'px;" />';
And a suggestion, instead of messing up with absolute paths, use this in the variable definitions (example!!! Adapt as needed...):
define( 'BAVATARS_BBPRESS_URI', 'http://example.com/forum/' ); // The full address of the front page of your forum.
define( 'BAVATARS_BBPRESS_PATH', getenv("DOCUMENT_ROOT").'/forum/' ); // The full path to your bbPress installation.My 2 cents. :)
Posted: 1 year ago # -
hi nightgunner,
no one else seems to be having this problem that I have but I hope somebody can solve this for me :S
It all works fine, I can upload images to my bbpress (only use bbpress, not wp) and it shows in the profile and on the posts. But the only thing that DOESN'T work, is the file size limit; it's set to 50 * 1024 in bavatars.php but it doesn't apply. I can upload way bigger images than that (I think there's no limit at all). Any ideas what's going on?
Simon
Posted: 1 year ago # -
Great solution, just please let me know how to make avatars appear bigger?
Posted: 1 year ago # -
Hi,
I am trying to install this plugin in to no success. I ma not sure what i am missing, but there is nothing in my theme to show an avatar upload field.
Installed in my-plugins, activated and i get the avatar folder in my bbpress directory. I am using scorn theme. Does this still work with bbpress?
I like bbpress, but i am close to going to joomla due to lack in activity. Some of these plugins are so old. Why are plugins from .8 version still active?
Posted: 1 year ago # -
Brilliant plug in, thank you! I was just wondering, though, if there was any way to display a small avatar in the Latest Discussions list. Basically, I am a newbie when it comes to PHP so was wondering if there is a simple peice of code that will grab the avatar of the topic's author?
Posted: 1 year ago # -
nice plugin.. thanks
Posted: 3 months ago #
Add a Comment
You must log in to post.