Changing style path for avatars

Ahmed

Well-known member
Hi,

I'm working on a new style. I've moved the directory of the new style from "\styles\default\xenforo\" to "\styles\mynewstyle\", then went through all style settings and properties and changed all image links (image path), according to this, I applied all the changes needed to all templates that have associated images.

All went good so far EXCEPT one issue, the avatars still pointing to the name of the default style "\xenforo\" instead of the new style "\mynewstyle\". The avatar links point to the correct directory that contains the new style, but it has the wrong style folder in its link, the avatar links looks like this:

"localhost/xf/styles/xenforo/avatars/avatar_x.png"

when it should be like this:

"localhost/xf/styles/mynewstyle/avatars/avatar_x.png"

I searched almost all the templates and triple checked the style properties, but still couldn't find where to set the correct path for avatars.

Any suggestions?
 
Top Bottom