PDA

View Full Version : Trying to find somethig.


Eliterate
11-23-2007, 10:15 PM
Hey Everyone!

I am currently coding my own Content Management System that is integrated to VBulletin. So far it is going really well. I would just like to know one thing.

In my user table I have a column called ipoints.

I was wondering where I could add a function or query to the code to update the poster's points if they post a new thread or reply.

Any help would be appreciated.

Analogpoint
11-24-2007, 03:01 AM
Add your code to a plugin on a hook that is called when a new thread or reply is created. Probably newthread_post_complete and newreply_post_complete.