MyBB Community Forums

Full Version: Listening to new topic / reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How can I insert something into database whenever user creates a new topic / reply a topic? Something like:

INSERT INTO mybb_points .... and so on
 
and this would happen everytime topic created or reply made to a topic. I'm not sure where to include that but I know it requires edit on editpost.php or newthread.php?


Another question is can javascript listen to this events?
(2016-06-14, 09:29 AM).m. Wrote: [ -> ]plugin system should be used instead of editing core files.
And a points plugin already exists - NewPoints

see also
* plugin basics | * database methods |
* plugin hooks | * guidance on plugins making
* plugins & hooks explained | * Plugin Authoring For Beginners
* How to make a plugin | * quick tutorial on plugins making
* http://community.mybb.com/thread-186506.html

Nevermind, just saw those links. Thanks