MyBB Community Forums

Full Version: Character Filters!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How Can I filter characters in "Word Filters"?

for example:

"abc" with "xyz":

Input => abcdef
Output => xyzdef
Have you tried filtering "abc" as a word?
No...
"abc" is Between word (without spaces on both sides).
(2010-01-22, 04:59 AM)ansar_m Wrote: [ -> ]No...
"abc" is Between word (without spaces on both sides).

Try it.
it will filter the letters no matter where they are.

If you put abcd in the word abcdefghiklmnop it will replace abcd with whatever you set as the replacement.

Another example is if you swore, and sayed the F word, then said F***ing, it would replace the F word even though the Ing is there.
(2010-01-22, 10:39 AM)Tierney Wrote: [ -> ]it will filter the letters no matter where they are.

If you put abcd in the word abcdefghiklmnop it will replace abcd with whatever you set as the replacement.

I tested it but result was another...

Input => abcd abcdef
Output => wxyz abcdef

must write "abcd" with spaces on both sides...

I need this ability for replace special characters in my forum words ...
for example:

"o" with "ö":

Input => offnen, geoffnet, offentlich, eroffnet and more ....
Output => öffnen, geöffnet, öffentlich, eröffnet
Please tell me this. Have you specifically set it to replace "o" with "ö" and typed offnen, geoffnet, offentlich, or eroffnet? Don't use hypothetical tests ("abcd" etc.).
"Word Filters" used for words...
I want to use it for characters!
You should be able to.
(2010-01-22, 04:13 PM)Tierney Wrote: [ -> ]You should be able to.

Must write character with spaces on both sides of it, Otherwise the character that wrote Between word (without spaces on both sides) don't replaced.

Please test it...