MyBB Community Forums

Full Version: Event Datahandler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,

I am making a plugin that adds new fields in events table. Now during insertion of records I want add these new fields using datahandler_event_insert after validation.

Can you please give me some example of how to use datahandler_event_insert function in my plugin and add my new fields in it.

Thanks