Recent content by Blanclour

  1. B

    XF 2.0 Avatar Image Filepath

    Never Mind, I figured out the php file to modify. For future reference I modified src > XF > entity > User.php From public function getAvatarUrl($sizeCode, $forceType = null, $canonical = false) { $app = $this->app(); $sizeMap = $app->container('avatarSizeMap'); if...
  2. B

    XF 2.0 Avatar Image Filepath

    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...
  3. B

    XF 2.0 Banner Wrapping

    I have followed the steps in the tutorial below and to no avail, I cannot figure out how to achieve the wrapping effect in xenforo 2.0.2 with the custom code in extra.less https://xenforo.com/community/resources/creating-custom-user-group-banner-css.2000/ Is there something I need to add in...
Top Bottom