PDA

View Full Version : locating a post ( by its postcount )


TimberFloorAu
07-08-2008, 08:58 PM
Like an idiot, i decided to allow a competition to run, and when reaching a certain global postcount for our site, the person who posted, would win a prize.

Now this is not individual post count, this is forum post count...

Example:

the person that posts ( and the post count for the forum is say the 10,000th post ) wins a prize.

I cannot find a easy way of checking who has made the 10,000th post on the forum ... we do use vbseo.

Any ideas please ?

Dismounted
07-09-2008, 05:18 AM
<a href="http://www.yoursite.com/forum/showpost.php?p=10000" target="_blank">http://www.yoursite.com/forum/showpost.php?p=10000</a>

Note that that will count posts that were deleted etc.

TimberFloorAu
07-09-2008, 06:57 AM
http://www.yoursite.com/forum/showpost.php?p=10000

Note that that will count posts that were deleted etc.


Brilliant Thanks :) just what I was after :)