You know how you can see who posted in a certain thread by clicking the numbers under reply?? I was wondering if you can try to do the same with the whole forum?? Like the forum section.
(Ex:FF12)
You know how you can see who posted in a certain thread by clicking the numbers under reply?? I was wondering if you can try to do the same with the whole forum?? Like the forum section.
(Ex:FF12)
BoB loves running forum stats. PM him about it. Lots.
Heh, I hadn't noticed that feature before. How long has that been there?
"The most important and recognize player in the history of the country."
Sometimes I wonder what my life would be like if I were as great as Paulo Wanchope.
Meh. I dunno...
Pretty much all the time, as far as I know.Originally Posted by Black Mage 121
Hello Pika Art by Dr Unne ~~~ godhatesfraggles
What would the point of that be? For the forums there'd be hundreds of names on practically every one, half of them being the exact same people for each forum.
So. Thats the beauty of it. People have different oppinions. But I thought It'd be a cool idea. Let the mods decide I guess...
Sounds like a good idea to me. I thrive on pointless stats.
As has already been suggested, pester BoB about it.
"As the days go by, we face the increasing inevitability that we are alone in a godless,
uninhabited, hostile and meaningless universe. Still, you've got to laugh, haven't you?"
It think that feature uses a SELECT COUNT(*) GROUP BY query which is generally slow. Running a SQL query like that on a complete forum would be somewhat slow and probably not especially efficient.
However, it may be worth a try.
Yeah, stuff like that bogs down a database. Search queries are taxing enough.
UPDATE * SET * to null
while 1
printf("Spam");
end