Quote:
Originally Posted by Simon Lloyd
Ted don't you already provide 3 of those in the userprofile stats? isn't possible to already use that query? currently you show:
Would it not be possible to use that in the postbit (split the variables out of the last statement to give the 3 seperate lines, Helpful Answers xx, Positive Votes xx, Negative Votes xx), i remember i asked for just the one (number of answers marked helpful in postbit) here https://vborg.vbsupport.ru/showpost....postcount=1681
But if the load on server is going to outweigh the usefulness of that then forget it, we can live without it!
|
Simon you remember my mods better than I do. Whoops!
There are two fields that you can call [which isn't all 4 but hey it's a start]
hagoodrank
hatotalrank
These deal with what the user does and not with what's done to their posts. You can call them up from the postbit template if you like and format them in their own box, under the post count, etc.
As for adding others, the issue is subqueries. I [apparently] added these two in all 3 versions of the mod on demand but they calculate as votes come in so there is literally a field within user's profile table for each. If you for example wanted to figure out the number of votes they had left in a certain forum you would need to run a query... 10 posts per page and you get 10 queries... very very ineffective, thus avoided.