Since I didn't get much luck
here (at least, not yet

), I decided to try and code this myself by using SELECT
distinct.
To do this, I needed to fully understand how reputation is defined and created. The road block I've come across is, I cannot seem to find where $post['reputation'] is defined. I searched every vbulletin file, and see it defined nowhere. I checked the post table and there is no reputation column so I'm pretty lost at this point.
I've looked thoroughly through
functions_reputations.php and
reputation.php. What am I missing?