C
CodyMoores
Guest
Is this the same for xenforo 1.2.x?Nicolas FR said:
Hello, in the meantime you can edit theaccount_avatar
template:
Find (line 45)
HTML:
<xf:if is="$xf.options.gravatarEnable">
Replace by
HTML:
<xf:if is="$xf.options.gravatarEnable AND $xf.visitor.isMemberOf([X, Y, Z])">
Where X, Y or Z are the usergroup IDs to which you authorize the use of Gravatar.
Click to expand...
Continue reading...