bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Avatar Upload (0.8.3)

Download

Version: 0.8.3

Other Versions

Last Updated: 2007-9-9

Requires bbPress Version: 0.8.2 or higher

Compatible up to: 0.8.2.1

Author Homepage »

Plugin Homepage »

Average Rating

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

Your Rating

Author: Louise Dade


  1. tek0

    Member

    Okay, I'm stuck with this plugin. When I first installed the plugin and clicked on the avatar tab it took me to the front page. So I reading though here and found "transom" post. So I made the changes and now I can upload the avatars but when I go back to the profile page the default avatar is still there.

    Is there a way to fix this problem?

    EDIT: I did some more research on the forum and found the fix.

    http://bbpress.org/forums/topic/how-to-inset-avatar#post-14612

    @ Thankyou, chrishajer

    Posted: 1 year ago #
  2. wilcosky

    Member

    So for the first time I installed this plugin using CK's modifications and I love it! I waited a whole year to add this plugin because I was afraid of it honestly, because there are a lot of comments saying it doesn't work, but it does!

    Posted: 1 year ago #
  3. wilcosky

    Member

    would it be possible to integrate this plug in with wordpress as well? So that no matter what option a forum user chooses (gravatar, own avatar, or identicon) it will show up next to comments at my blog?

    Posted: 1 year ago #
  4. Hi,

    I have a problem with installing the plugin. I got so far that the advatar shows on the profile page and it shows next to the post. Great, love it already. But, the thing is that it shows my advatar underneath every member. Plus, when someone posts a short post, the next postname wil be shown over the avatar.

    My post php-file looks like this.

    <div class="threadauthor">
    <p><?php post_author_link(); ?>
    <small><?php post_author_title(); ?></small>
    <small><?php avatarupload_display(get_post_author_id()); ?></small></p>
    </div>

    <div class="threadpost">
    <div class="post"><?php post_text(); ?></div>
    <div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> "># <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
    </div>

    Can someone tell me if I'm doing something wrong?

    Thanks in advance.

    Flo

    Posted: 1 year ago #
  5. zoeygirly

    Member

    Hi there, new to bbpress but like it so far and really want to try out this plugin but when i install it and activate it i can upload an avatar through the avatar tab but the avatar doesn't show anywhere? How can i fix this? thanks!!

    Posted: 12 months ago #
  6. zoeygirly

    Member

    Nevermind, i figured it out! Works great, thank you :D

    Posted: 12 months ago #
  7. Culibrk

    Member


    Posted: 11 months ago #
  8. Culibrk

    Member

    Hi all,
    I'm having same issue zoeygirly, could you post some more information how did you manage to solve your problem?
    Thanks in advance.

    Posted: 11 months ago #
  9. This is a late reply, but for anyone else that may run into the problem:

    Make sure you read the installation readme. You may have missed this step:

    To display an uploaded avatar, insert the following template function.
    a) On the user's profile page (profile.php template).
    <?php avatarupload_display($user->ID); ?>
    This grabs the avatar info file directly from the current user's profile information.

    b) On each user's forum posts (post.php template)
    <?php avatarupload_display(get_post_author_id()); ?>

    Posted: 11 months ago #
  10. maliasif

    Member

    Hello,
    It is giving me problem in auto resizing the uploaded image?
    Any suggestions?

    Posted: 11 months ago #
  11. [quote] Transform
    Arggg - cut and pasted too soon - replace the code above with

    function avatarupload_display_filtered ($avatar, $id_or_email, $size, $default) {
    if( $a = avatarupload_get_avatar(bb_get_user_id($id_or_email),true,true,false) )
    {
    $avatar = preg_replace('/src=".*?"/', 'src="'.$a[0].'"', $avatar);
    $avatar = preg_replace('/style=".*?"/', 'height="'.$size.'" width="'.$size.'"', $avatar);
    }
    return $avatar;
    }
    add_filter('bb_get_avatar','avatarupload_display_filtered',10,4);
    [/quote]

    THANKYOU!!
    I've been tearing my hair out for the last trying to find that fix!

    Posted: 10 months ago #
  12. Hello,
    It is giving me problem in auto resizing the uploaded image?
    Any suggestions?

    I agree, there seems to be an issue with this.
    The resize works with the max. height but oddly enough, not with the max. width.

    I defined max. H=200 and W=115 but it still alows users to upload larger avatars such as H200xW123.

    Needless to say my users exploit this on a regular basis.

    Posted: 9 months ago #
  13. question: is there a way to make an avatar uploaded with this plugin visible in wordpress? my wp and bbpress are integrated. I have a login box on my wordpress homepage that displays a link to the bbpress profile and a couple other things to logged in users; I'd like it to display the user's avatar there as well.

    Posted: 9 months ago #
  14. no me funciona el plugin... aparece en el perfil de usuario avatar... pero al darle click, carga la pagina index del foro...

    mi bbpress foro http://nugames.webcindario.com/foro/bbpress/

    Posted: 8 months ago #
  15. muy bien he leido post anteriores y lo de 'logged_in' me funciono...

    Posted: 8 months ago #
  16. me aparece ahora arriba de mi avatar el gravatar... como elimino esa imagen?...

    Posted: 8 months ago #
  17. pikatore

    Member

    Hey, it works fine, EXCEPT, I want to change the tab name in the profile from Avatar to Picture, but this breaks the plugin! What else do I need to do???

    Posted: 7 months ago #
  18. Jan_d

    Member

    Hello everybody,

    I have the same problem like pikatore above. I changed

    '
    if ($self != 'avatar-upload.php') {
    add_profile_tab(__('Avatar'), 'edit_profile', 'moderate', 'avatar-upload.php');
    }
    '
    to
    '
    if ($self != 'avatar-upload.php') {
    add_profile_tab(__('Benutzerbild'), 'edit_profile', 'moderate', 'avatar-upload.php');
    }
    '
    which shows up fine in the profile-menu, but the user can't change his Avatar anymore.

    Is there any way to fix this?

    Posted: 5 months ago #
  19. alesas

    Member

    Hi!

    I'm trying to install your plugin but I have an issue.

    I uploaded the files and activated the plugin, when I try to click on the tab "Avatar" on my profile page, I'm redirected to the forums homepage.

    Any guess?

    Thx for your contribution anyway :)
    Alex

    Posted: 5 months ago #
  20. bduuzis

    Member

    I have the same problem whitch is alesas! I do all the steps, but it doesn't work! :( Please, help me!
    The plugin redirect to forums homepage.

    Posted: 5 months ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.