bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

User Photo for bbPress

(6 posts)
  • Started 5 months ago by Detective
  • Latest reply from Detective
  • This topic is not a support question
  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.

    Posted 5 months ago #
  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

    Posted 5 months ago #
  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);
    ?>
    Posted 5 months ago #
  4. Anonymous
    Unregistered

    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?

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

    Posted 2 months ago #
  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/

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.