PDA

View Full Version : Who made the 10,000th post ?


sulasno
06-14-2010, 10:00 AM
Do I need a mod to show which of my forum's members made the 10,000th post ?
20,000th post ? etc

tia

ChopSuey
06-14-2010, 10:26 AM
Nope, you can try Advanced Statistics Mods.

sulasno
07-17-2010, 07:47 AM
in case anyone is looking for a solution, try this.

First, ensure that you have the necessary permissions to Execute SQL Query;
check config.php

ACP > Maintenance > Execute SQL Query

in the box (Manual QueryOnly one query can be run at a time. Once a query is executed it can not be reversed), enter the following;

select username from vb_post where postid = XXXX;

where XXXX is the Xth post

Results will return the member who made the Xth post