Hello, I'm writing a tracking plugin, and I would like it to function this way:
When a user posts a new question, it will surely CREATE a new record in qa_posts table. At the same time, I would like this action will also UPDATE another table (for example qa_tracker) with several input information like postid, post type, userid, post title, post content.
Where should I edit the core file so that the asking activity will do 2 jobs? Which function or which routing pages?