Forums

Join
bbPress Support ForumsPluginsUser Photo for bbPress

Info

User Photo for bbPress

  1. You can download it here: User Photo for bbPress.

    The readme.txt has installation instructions.

    User Photo for bbPress is a modified/simplified/ported version of the original User Photo plugin by Weston Ruster.

  2. Thanks a lot Detective.

    But I can't get the plugin to work. I have followed your instructions by uploading the user-photo foler into "my-plugins" directory and I made sure the paths are correct.

    The plugin activated without any errors but i'm not sure how I upload a photo. There is no form to upload photos in user profiles, do I need to add some code manually to the template files?

    Sorry to be a pain & thanks for your time :)

    Will

  3. I'm sorry, did you try with Genealogías theme or another? Currently i'm hooking on a custom action (my bad, i know :p).

    In your profile-edit.php template put the following code:

    <?php
    userphoto_display_selector_fieldset($user->ID);
    ?>
  4. Hi Detective --

    I just tried installing this plugin, and adjusted all the settings per your instructions, but I can't seem to get it to work.

    I see the input field in profile-edit.php now, but once I upload a photo into it, it does not appear in the wp-content/uploads/user-photo folder, nor does it appear on the page.

    I'm using:

    userphoto_display_selector_fieldset($user->ID);

    in profile-edit.php, and calling the photo via:

    bb_get_photo ( $user->ID );

    in profile.php.

    Any advice on how to get it to work?

  5. anyone have any luck getting this to display in the profiles? I have it working in the post at least so far.

  6. I have uploaded this plugin to the Plugin Repository.

    I found some problems in the earlier version, but it now works :)

    http://bbpress.org/plugins/topic/user-photo-for-bbpress/

  7. You must log in to post.