MyBB Community Forums

Full Version: How to show date time in similar thread bit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do you know how I can show date in similar thread bit?

I have Xthreads and I've tried

{$thread['threaddate']} and {$thread['threadtime']}

<?=my_date($mybb->settings['dateformat'], $thread['dateline'])?>

but the time just comes out as "Yesterday"

on all dates that are showing
(2021-12-17, 01:30 PM)Michael2014 Wrote: [ -> ]Do you know how I can show date in similar thread bit?

I have Xthreads and I've tried

{$thread['threaddate']} and {$thread['threadtime']}

<?=my_date($mybb->settings['dateformat'], $thread['dateline'])?>

but the time just comes out as "Yesterday"

on all dates that are showing

It is like I have two people living inside my head, one person doesn't know how to do this,

and the other person just tells me to edit

showthread.php, and to add a new instance to line 1270
$similar_thread['date'] = my_date('relative', $similar_thread['dateline']);

then insert {$similar_thread['date']} into showthread_similarthread_bit

and perfect. This is resolved.

But who is this other person? The higher self?