Plugin Question
I'm adding a small series of plugins to execute a query if the following actions are done.
New reply
quick reply
new thread
new private message(to anyone but self)
login that day
I need help identifying the hooks. I got it to work for the new reply(newreply_post_complete) and new thread(newthread_post_complete), but it wont work for the quick reply, i assume there must be a separate hook for that. I'm having a separate database entry made for each action that takes place(a type of points system type thing). I'm using vb 3.7.2. Thanks in advance.
|