Title: Remove Profile Image
Last modified: August 31, 2016

---

# Remove Profile Image

 *  Resolved [neihn](https://wordpress.org/support/users/neihn/)
 * (@neihn)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-profile-image/)
 * Is there a way to remove or at least resize the profile images on ShiftController?
 * On our systems the default blank profile images are smashed together and now 
   tall increasing the size of the calendar overall. I would link the page but this
   is on a self contained test system that does not have public facing access. If
   we proceed with setting this up we wont use profile images anyways so no reason
   to even have the blanks there if at all possible.
 * [https://wordpress.org/plugins/shiftcontroller/](https://wordpress.org/plugins/shiftcontroller/)

Viewing 1 replies (of 1 total)

 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-profile-image/#post-7162138)
 * Hi,
    at the moment it can be disabled by manually editing a bit of code. If it’s
   not a problem for you, please edit this file:
 * shiftcontroller/application/presenters/user.php
 * change line 74, now it looks like this:
 *     ```
       if( $ri == 'wordpress' ){
       ```
   
 * change it to:
 *     ```
       if( 0 && ($ri == 'wordpress') ){
       ```
   
 * Otherwise please drop us a line through [http://www.shiftcontroller.com/contact/](http://www.shiftcontroller.com/contact/)
   and we’ll reply back with the updated code which you will later place on your
   site.

Viewing 1 replies (of 1 total)

The topic ‘Remove Profile Image’ is closed to new replies.

 * ![](https://ps.w.org/shiftcontroller/assets/icon-128x128.png?rev=1851172)
 * [ShiftController Employee Shift Scheduling](https://wordpress.org/plugins/shiftcontroller/)
 * [Support Threads](https://wordpress.org/support/plugin/shiftcontroller/)
 * [Active Topics](https://wordpress.org/support/plugin/shiftcontroller/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shiftcontroller/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shiftcontroller/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [hitcode](https://wordpress.org/support/users/hitcode/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-profile-image/#post-7162138)
 * Status: resolved