Rewritten with Admin control added for YabbSE 1.5.1
This mod will allow your members to choose to disable or enable censorship from their profile page. It is also controlled in the Admin Control Modsettings Panel.
Run the querys below before applying the mod:
ALTER TABLE {$db_prefix}members ADD COLUMN disableCensoring TINYINT DEFAULT '0' NOT NULL;
INSERT INTO {$db_prefix}settings VALUES ('disableCensoring', '1');
Based on Previous authors:
Mad Hatter for yabb SP
RobDownSouth for YaBB SE 1.1.0
Nemesis for YaBB SE 1.4.1
ftp://ftp.clubmasa.com/yabbsoft/User Censor 151.zip