PDA

View Full Version : "Credits" System


Staircase
04-27-2008, 01:20 AM
I use vBulletin's user system for my website, so you have the same account information for the forum as well. Anyway, I have a credits system which is in the 'user' table, and I want to make it so every time you post somewhere where post count is enabled, you get one credit.

Could someone help me? Thanks! :)

Kirk Y
04-27-2008, 04:04 PM
Use one of the process hooks that deals with new posts, run your checks (is post count enabled, etc.), and use the datamanager to increment their credit count.