You know, that vbulletin anitshout feature doesn't work well for unicode. This product fix issue, and add flexible settings.
What this product do- Convert ALL topic title to lower case, if more than allowed seqient big letters found
- Convert
- !!!!!! => !
- ???? => ?
- ...... => ...
Why ALL topic converted to lower case? Because we can't know the best match for each case. So, lower-case considered as kind of "punishment"
How to install- Import product XML
- Go to ACP -> Options -> Message Posting & Editing options
- Disable built-in anntishout
- Enter Letters to antishout (english, russian alfabet for my case, and !)
See screenshot for details.
Development goes here: https://github.com/rcdesign/vb-advanced_antishout . Patches are welcome.