Skip to:
Content
Pages
Categories
Search
Top
Bottom

User Photo for bbPress

Viewing 5 replies - 1 through 5 (of 5 total)

  • reclaimyourskin
    Blocked

    @reclaimyourskin

    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

    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);
    ?>


    775251
    Inactive

    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?

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

    I have uploaded this plugin to the Plugin Repository.

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

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar