fnavatar

  1. CMTV

    XF 2.0 How to correctly override fnAvatar function?

    Hi! I am trying to add support for my custom avatar type "minecraft". Avatar type is used in switch construction in the middle of a huge function called fnAvatar (XF\Template\Templater): /* ... a lot of code ... */ switch ($avatarType) { case 'gravatar': case 'custom': case...
Top Bottom