Quote:
Originally Posted by jl255
i guess we won't be seeing the possibility of inserting the number of positive/negative votes a user has on their postbit anytime soon?
|
Given the way the mod stores data it's not an ideal query.
The solution is to start updating the user table with counts... which fields would you want?
- overall # of votes theyve given
- # of negative votes theyve given
- # of positive votes theyve given
- overall # of votes theyve recieved
etc...