Not Solved [Performance] how to change timestamp
#1
Not Solved
How can i change timestamp from all posts and threads?
Is a sql query or something what can help me to do it easy?
Thanks.
Reply
#2
Not Solved
Please view the answer below
Reply
#3
Not Solved
UPDATE `mybb_threads` SET `dateline` = 'YOUR_TIMESTAMP', `lastpost` = 'YOUR_TIMESTAMP';
UPDATE `mybb_posts` SET `dateline` = 'YOUR_TIMESTAMP';
Reply
#4
Not Solved
I changed "your_timesamp" to "today" And no show today show "Less than 1 minute ago"
I need to change merged posts

Any ideea?

Thanks
Reply
#5
Not Solved
It needs to be a timestamp, not "today" (or do you mean you have used Today's timestamp?)
Reply
#6
Not Solved
I used timesamp code 1474707902
but no show TODAY it show 1 minute ago

Anny ideea?
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)