2017-03-31, 11:32 PM
2017-03-31, 11:41 PM
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.
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.