Author: Robert Chapin (miqrogroove) License: GPL Make a backup of your header.php file. In header.php find: /* Set Up HTML Templates and Themes */ Add above that line: // Staff Avatar Hack for Mojo if (X_STAFF) $SETTINGS['max_avatar_size'] = '500x500'; For simplicity, you can edit the staff avatar size limit directly on that line of code. Enjoy!