• Resolved neihn

    (@neihn)


    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/

Viewing 1 replies (of 1 total)
  • hitcode

    (@hitcode)

    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/ 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.