Hi,
i wrote a new plugin which strip email addresses found in post and it replaces them with a text which you can set via Settings Editor.
Also if you have suggestion feel free to ask them as i don't know what to add into this plugin.
The plugin for MyBB 1.4 it is here:
http://www.tatodev.netsons.org/forum/sho...php?tid=14
The version for 1.2 is below (but it will not be maintaned)
I really liked the idea, could be extended to disable posting other things, like phone numbers etc. by only add preg_replace function.
another idea would be to store the cut out emails somewhere else like in a log file or something else so the admin could retrieve them.
I have yet planned a new release with following features:
Code:
- Fix for PM: my plugin strips mail from PM also and this should not happen
- Admin and mods could see the mail (but you can also set the usergroups allowed to view mails)
And great idea to extend this plugin

also if disabling phone number is a tricky to implement due to the diffent formats in the various countries.
maybe you should enable the user to insert his own regular expressions but his regexp will also behave like yours (like when you add the option that admin can see the content). so you don't need to know how to make region specific regexp and this will greatly increase the customisability of the plugin.
(f.t - I've edited your post to fix MP to PM)
Yes i meant PM (i made a mistake

).
I think that i'll implement something similar in MyBB 1.4 (my idea was an AdminCP Page for easily managing my plugin by adding new RegExp), infact if you see i'm making only small plugins due to avoid the losing of time in rewriting them for MyBB 1.4
Thanks again for your feedback.

And IMO, the smallest and simplest the plugin - the better.
I really liked all of your plugins
Looks and sounds good. Atleast it stops the spam bots from messing around
I ported the plugin for MyBB 1.4 enjoy
A new version available with a bug fix in deactivate routine!
