Anyone know if there's a way to do a search query in phpBB to see who has the most posts within a particular forum?
Printable View
Anyone know if there's a way to do a search query in phpBB to see who has the most posts within a particular forum?
can you just look at the member list and then sort it by post count?
oh wait do you mean like, most posts in the comune, most posts in poker ect, ect?
Correct.Quote:
Originally Posted by ™
ahh, i dont know that you can
Not even with some special search query code?
You could do it as a sql query.
Could you show me how to do that sometime?
This query shows the top 10 posters in this ftr community forum.
You can check other forums by changing the pp.forum_id=14 line.
You run the queries in the same window where you've run sql statements for mods.
Quote:
SELECT pu.username, count( * )
FROM phpbb_posts pp, phpbb_users pu
WHERE pp.forum_id =14
AND pp.poster_id = pu.user_id
GROUP BY pu.username
ORDER BY 2 DESC
LIMIT 10
a500lbgorilla 2037
dwarfman 873
Xianti 646
vqc 424
BoondockSaint 415
FyrFytr998 411
TylerK 384
Muxy 376
gabe 332
Miffed22001 321
OOo OOO OOOO
how mnay have i posted in the SNG forum!!!
Thanks, Eric.
Roffle... 'rilla has more than double of the runner-up in Commune.
749.Quote:
Originally Posted by vqc
Congrats.
awesome!
This is mah house.Quote:
Originally Posted by Xianti
-'rilla
Rilla is such a nerd. I don't think rada or I will let you come out to vegas and play beer pong with us now.