PDA

View Full Version : Censor / Word Substitution Module?


dartho
04-13-2006, 02:46 PM
I've seen it on other boards (non VB) where certain specified words are edited out and a specified word or phrase put in place.

An example - if a users uses the word "shit" in a post, it is automagically changed to "poo poo" - there is no way around it. I guess CODE tags should be excluded, but you get the idea I;m sure.

Anything already out there that does this for vb3.5/3.0 ?

Thanks

TruthElixirX
04-13-2006, 03:52 PM
Admin CP > vB Options > Censors

Unless you are wanting something a little more advanced then the built in vB censor.

dartho
04-13-2006, 08:52 PM
Thanks for the reply, yes - I was after something more advanced. More like word or phrase substitution or autotext. Rather than simply substituting banned words with *'s, I want to specifiy replacement text on a case by case basis. eg:

"+++++" = "young lady"
"Bill Gates" = "Demon Spawn"

many others - but I don;t want to trigger the censor here :)

Thanks

kungfujesus
05-02-2006, 07:33 PM
I'm also looking for a more advance word replace funtion...

dartho
05-02-2006, 09:33 PM
kungfujesus - i am currently using 'replacement variable manager' which actually does a reasonable job of it.