Hide image option for Users

XenForo Hide image option for Users

AynaZ

Supervisor
  • Thread starter
  • Admin
  • #1
XenTeam submitted a new resource:

Hide image option for Users - hide images in postings and avatars

Create a custom user field
Edit the PAGE_CONTAINER template:
HTML:
<xf:if is="$xf.visitor.Profile.custom_fields.hideImages">
    <xf:css>
    .bbImageWrapper
    {
        display: none;
    }
    </xf:css>
</xf:if>
f5f0526eaea92.jpg

Members can then opt in to hiding images via their preferences.
20a1f5c5e51e3.jpg

Read more about this resource...
 
Back
Top Bottom