Quote:
Originally Posted by T3MEDIA
Ok this is creepy I was thinking about something like this. BUT I was looking for soemthing that lets Private messages not be screened. ever by usergroup.
but public stuff stays the same...
i mean it would be nice if there was a switch in the control pannel that had allow swearing... block swearing.
that way if people are offended it is blocked. almost how google has safe filter.
can this mod be... um... modded to do such a thing?
|
For PMs you'd just need to put conditionals around the calls to fetch_censored_text in the PM scripts (just private.php off the top of my head). For it to be a user selectable option just add a new user option mapping to a field in the user table (or use a custom profile field if you're lazy) and base the conditional on that.