How do I make a smarty-template for user-avatars?
Easy! Open file xoopsroot/header.php in an editor and look for this code (2 occurences):
'xoops_isadmin' => $xoopsUserIsAdmin
, 'xoops_avatar' => $xoopsUser->getVar('user_avatar')
<img src="<{$xoops_upload_url}>/<{$xoops_avatar}>" />
This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=468