MyBB Community Forums

Full Version: safe for work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to make SFW Filter ? 
If SFW is on, all signature/avatars don't appear Smile
You could add a custom profile field using Yes/No radio buttons for SFW filtering.

Then download PHP template conditionals plugin and wrap all avatars and signatures with a condition to not display signature/avatar if SFW is enabled.

E.g.
<if $fid6 == 1 then><else>{$signature}</if>

Unless someone has an easier method or you could request a custom plugin for it.