It's possible you can change KB to MB @Brivium. It would be super convenient and very cool so I am relying wholeheartedly on you and also hope a reply.
You can change from KB to MB by open file UserProfileCover\Upload\library\Brivium\ProfileCover\Model\UploadImage.php and find Code: if(!$this->maxFileSize($maxFileSize*1024,$baseTempFile) and $maxFileSize!=-1){ throw new XenForo_Exception(new XenForo_Phrase('BRPC_size_upload_x',array('maxFileSize'=>$maxFileSize)), true); } Replace with Code: if(!$this->maxFileSize($maxFileSize*1048576,$baseTempFile) and $maxFileSize!=-1){ throw new XenForo_Exception(new XenForo_Phrase('BRPC_size_upload_x',array('maxFileSize'=>$maxFileSize)), true); } Regards,