Hi all,
I've been thinking about making a plugin for ad inquiries (messages), as from time to time some spammers arrive and send a couple 10 messages to my users before I'm able to stop them via either email or ip ban.
What I will be trying to achieve is basically edit the send function, so the inquiry does not get sent directly to the seller, but instead, it is saved in database and visible in admin menu. Only until admin confirms the message in admin panel, then it gets sent to seller's email. And removed from database so this table does not make your db enormous.
What do you all think? It's additional work for admins, but it sure makes better user experience as sellers get only relevant and serious inquiries, not the ones in form "how much is this item"..
For now I find that the magic happens in contact controller in oc-includes, so I will start there.
Any useful tips and improvement ideas are welcome.