Default Avatars being changed...

Kainzo

Active member
It seems that I have the default avatars here:
herocraftonline.com/main
being swapped around with other themes.

We have 5 themes - the "main" theme is not reading from the traditional location in the file directory and is instead pulling from some place else.

I haven't been able to dive in and see where this is occurring and was hoping someone else may know more quickly. Where do the default avatars get pulled from in the theme/templates?
 
For reference:

XenForo_Template_Helper_Core::_getDefaultAvatarUrl

The location of the default avatars is:

{$imagePath}/xenforo/avatars/avatar_{$gender}{$size}.png

The default imagePath is styles/default unless you change it in your style:

Admin CP -> Appearance -> Style Properties -> General -> Path to Images
 
Top Bottom