RG70Hz
Active member
Is this the same for xenforo 1.2.x?Hello, in the meantime you can edit theaccount_avatar
template:
Find (line 45)
Replace byHTML:<xf:if is="$xf.options.gravatarEnable">
Where X, Y or Z are the usergroup IDs to which you authorize the use of Gravatar.HTML:<xf:if is="$xf.options.gravatarEnable AND $xf.visitor.isMemberOf([X, Y, Z])">