![]() |
How do I find my 1,000,000th post? I'm at 992,395 posts...
I'm giving out a prize to the member who makes the 1,000,000th post, but there's a problem...
I cant tell which post is the millionth! The link at the top displays the post number, but that doesn't take into effect deleted posts and threads, right? How do I find the true 1,000,000th post? |
Well, technically, the post number would be correct. Just because a post was deleted doesn't mean that it wasn't made.
If you're looking for the 1,000,000th post that is currently visible on your board then you're not going to be able to do that without running a SQL query. You'd want to try something like the following: Code:
SELECT `postid` FROM `post` WHERE `visible` = 1 LIMIT 999999, 1 |
|
Quote:
|
All times are GMT. The time now is 06:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|