Thanks again Mark. I actually have another question, but I will create another thread.
For this though - I actually wanted to calculate it on a weekly basis.
I made a new column in my user table, and added a hook to newpost_complete which +1 to the count. I then added a cron job to reset the count to 0 each week (based off of there having been activity in the account in the last week to cut down on database writes)
|