MyBB Community Forums

Full Version: Edit creation date of a post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I like to publish articles in a forum. The dates of the articles are different from the creation date of the post. So I would like to edit the cration date of a post, to have the correct sort order.
  • I found no option to edit this via admin cp
  • I found field dateline within table mybb_posts. Can I edit that manualy? Do I have to take care about field posthash in the same table?
Thanks in advance for your help.
Regards
Heinrich
You can edit that manually through PHPMyAdmin. I think it's dateline or something in the table mybb_posts
And the 'lastpost' date in the threadstable ?
I think that both ways should work.
If people have replied to your original post, then you don't need to edit the "lastpost", however you will need to edit the "dateline" of the threads table (assuming each article is in a new thread) as well as the "dateline" in the posts table.