Hello,
i will that unconfirmed user can not upload a avatar.
i have edit the "modules/boonex/avatar/classes/BxAvaPageMain.php"
if($iProfileId['Status'] == 'Unconfirmed')
{
return $this->_oTemplate->parseHtmlByName('block_wide_no', $aVars);
} else {return $this->_oTemplate->parseHtmlByName('block_wide', $aVars);}
but it dont work... can anybody help me?