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...
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.
i'm guessing that should read = 1000 ?
Oops. Yes, it should. Sorry about that!
no problem, thanks for your assistance
it worked... only problem is 1000'th post is me!
There goes that plan then. Maybe just give it to 1001?
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