Title: 3five's Replies | WordPress.org

---

# 3five

  [  ](https://wordpress.org/support/users/3five/)

 *   [Profile](https://wordpress.org/support/users/3five/)
 *   [Topics Started](https://wordpress.org/support/users/3five/topics/)
 *   [Replies Created](https://wordpress.org/support/users/3five/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/3five/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/3five/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/3five/engagements/)
 *   [Favorites](https://wordpress.org/support/users/3five/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 57 total)

1 [2](https://wordpress.org/support/users/3five/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/3five/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/3five/replies/page/4/?output_format=md) 
[→](https://wordpress.org/support/users/3five/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Image on Author List page](https://wordpress.org/support/topic/image-on-author-list-page/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/image-on-author-list-page/#post-6694335)
 * Thanks Danny! Much appreciated and happy coding!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Image on Author List page](https://wordpress.org/support/topic/image-on-author-list-page/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/image-on-author-list-page/#post-6694333)
 * Hi again Danny,
    I think i see the issue. You need to change the ID to the one
   found in your array because that code is in your foreach loop.
 * Change this:
 *     ```
       // Retrieve The Post's Author ID
           $user_id = get_the_author_meta('ID');
       ```
   
 * to this:
 *     ```
       // Retrieve The Post's Author ID
           $user_id = $user->ID;
       ```
   
 * That should do the trick.
 * Thanks,
    3five
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] admin side image uploader error](https://wordpress.org/support/topic/admin-side-image-uploader-error/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/admin-side-image-uploader-error/#post-6438574)
 * Sounds like a caching issue or possible a conflict with another plugin or your
   theme. Have you tried disabling all other plugins or using a default theme?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Does not work for subscriber](https://wordpress.org/support/topic/does-not-work-for-subscriber/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/does-not-work-for-subscriber/#post-6506892)
 * You need to grant the subscriber role the ability to upload_files. see [https://codex.wordpress.org/Roles_and_Capabilities](https://codex.wordpress.org/Roles_and_Capabilities)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Image on Author List page](https://wordpress.org/support/topic/image-on-author-list-page/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/image-on-author-list-page/#post-6694324)
 * Hi Danny,
    We haven’t forgotten about you 🙂 We’re currently busy with client
   work and have not been able to investigate your issue. We will get to this ASAP
   and let you know what we can do to help you.
 * Thanks,
    3five.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Subscriber profile images](https://wordpress.org/support/topic/subscriber-profile-images/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/subscriber-profile-images/#post-6679128)
 * Currently this is only admins. We plan to add options later that would allow 
   an admin to determine the minimum level required to upload a photo.
 * Additionally, this is based on the upload_files permission. If you add this capability
   to that role, they would be able to upload their own image via the profile update
   page.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Upload photo using Gravity Forms User Registration](https://wordpress.org/support/topic/upload-photo-using-gravity-forms-user-registration/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/upload-photo-using-gravity-forms-user-registration/#post-6542636)
 * Thank you for the update on this issue. We are working to see if we can resolve
   this with the use of gravity forms and the User Registration add on.
 * We will let you know as soon as we can if this is possible and if we can support
   it.
 * Thanks,
    3five
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] admin side image uploader error](https://wordpress.org/support/topic/admin-side-image-uploader-error/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/admin-side-image-uploader-error/#post-6438547)
 * Sounds like it might be a permissions issue within WordPress or the ownership
   of the uploads folder.
 * Can you upload images to posts and other areas?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Custom User Profile Photo] Works great, until you try it on WordPress Multisite](https://wordpress.org/support/topic/works-great-until-you-try-it-on-wordpress-multisite/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/works-great-until-you-try-it-on-wordpress-multisite/#post-7927440)
 * Hello gurutechnolabs,
    Thank you for your feedback. We’re looking into multisite
   support. We’ll let you know if we find a solution to this request.
 * Regards,
    3five
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] MY user photo does not show up](https://wordpress.org/support/topic/my-user-photo-does-not-show-up/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/my-user-photo-does-not-show-up/#post-6191384)
 * v0.4 might fix your issue. Please read the changelog and update the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Contributor photo won't show](https://wordpress.org/support/topic/contributor-photo-wont-show/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/contributor-photo-wont-show/#post-6170375)
 * v0.4 might fix your issue. Please check the changelog and update the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] The Plugin is a great idea, but the photos don't actually shop up on articles](https://wordpress.org/support/topic/the-plugin-is-a-great-idea-but-the-photos-dont-actually-shop-up-on-articles/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/the-plugin-is-a-great-idea-but-the-photos-dont-actually-shop-up-on-articles/#post-6228386)
 * v0.4 should fix this for you. Please update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Searching by GUID not reliable](https://wordpress.org/support/topic/searching-by-guid-not-reliable/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/searching-by-guid-not-reliable/#post-6316219)
 * Just pushed v0.3. Thanks sqhendr for the info on the WP core function.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Searching by GUID not reliable](https://wordpress.org/support/topic/searching-by-guid-not-reliable/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/searching-by-guid-not-reliable/#post-6316209)
 * Hello Tom MacAleavey,
    You are correct in that the plugin is intended for the
   theme coders. However, we are working on an option to allow non-coders the ability
   to override the Gravatar within WordPress. This can be very tricky though because
   it could potentially break a theme.
 * We’ll let you know when that update is released.
 * Regards,
    3five
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom User Profile Photo] Searching by GUID not reliable](https://wordpress.org/support/topic/searching-by-guid-not-reliable/)
 *  [3five](https://wordpress.org/support/users/3five/)
 * (@3five)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/searching-by-guid-not-reliable/#post-6316207)
 * Hello sqhendr,
    I think you’ve got a great idea there. We’d love to see the code
   changes you made regarding the GUID. Could you paste the code here so we can 
   consider it for our next update. If the code change is too long, let me know 
   and we’ll set up another way to connect.
 * Much appreciated,
    3five

Viewing 15 replies - 1 through 15 (of 57 total)

1 [2](https://wordpress.org/support/users/3five/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/3five/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/3five/replies/page/4/?output_format=md) 
[→](https://wordpress.org/support/users/3five/replies/page/2/?output_format=md)