Quote:
Originally Posted by cynthetiq
Acutally that is leftover from the other attempts that you suggested to other people.
I reset it back to:
and will try the new XML
|
I didn't tell them to put the zero there but in the disallowed
userids.
Harley77, it would be really easy to put the rating "form" in a popup, but not at all to display the extra info that shows in the profile(last rate date, votes, controversy and whether or not the user viewing it has rated and with what), as that would mean some queries PER POST, which would be too heavy for the server. The average rating is displayed without any extra query, and this is why its "cached" in the user table. But to display the other info, that would need queries.