I've noticed that while XenForo runs an avatar pic through a cropper to get size variants, the original image is still available in a file directory initialed 'o'. By replacing a single character in the image filepath in google I was able to get that source image to display instead of the cropped one. What code do I need to modify or add in order to change the filepath internally so that it uses the 'o' directory instead of the 'l' file directory?