Quote:
Originally Posted by furnival
Hall of fame -- how to build?
Great mod, I've been using it a while.
Ideally I would like to have a ranking table of the top users, a sort of hall of fame at the bottom of my forums home page. It would rank the users by the total number of helpful post votes they had received. How difficult would that be to code? I might put up a freelancer job ad and see if anyone could do it for me.
|
There's a table that stores votes by userid (helpful_answer) which you could easily query and display back. Simple enough if you know mysql and vBulletin basics.