PDA

View Full Version : Posting Integration..


Norco
11-22-2007, 07:44 PM
Hello;

My partner and I are integrating a vbulletin forum into our website. So far we have done amazingly well, if I may say. Everything is coming together very good. We have come to a road block, which I am hoping someone on vbulletin.org could guide us in the right direction to fix. On our site we have a points system. We are wanting to give each member 5 points every time they post in a thread. And, give 10 points to every member who makes a new thread.

How might we do this? Thanks.

Analogpoint
11-22-2007, 10:15 PM
Add a field to the user table to keep track of each user's points. Add plugins in the new post and new thread process that adds 5 or 10 points to the user's total respectively. To display users' points, query the user table.