Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 11 Months, 1 Week ago find certain post #
#1
Solved: 11 Years, 11 Months, 1 Week ago
So I was wondering is there any way I can find out who posted post # 1000 for example...

Figured I'd give them a free sticker... Smile
#2
Solved: 11 Years, 11 Months, 1 Week ago
You could run this via phpmyadmin:

SELECT p.*, u.uid, u.username FROM mybb_posts p LEFT JOIN mybb_users u ON (p.uid = u.uid) WHERE p.pid = 100;

I think that should work, though I've written it off the top of my head.
#3
Solved: 11 Years, 11 Months, 1 Week ago
i'm guessing that should read = 1000 ?
#4
Solved: 11 Years, 11 Months, 1 Week ago
Oops. Yes, it should. Sorry about that!
#5
Solved: 11 Years, 11 Months, 1 Week ago
no problem, thanks for your assistance Smile

it worked... only problem is 1000'th post is me!
#6
Solved: 11 Years, 11 Months, 1 Week ago
There goes that plan then. Maybe just give it to 1001?
#7
Solved: 11 Years, 11 Months, 1 Week ago
that's what I decided Smile
#8
Solved: 11 Years, 11 Months, 1 Week ago
Glad you've got it all sorted now then. In the future, please mark completed support requests as solved please. I've done it this time though Smile
#9
Solved: 11 Years, 11 Months, 1 Week ago
gotcha, thanks
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)