Solved: 3 Years, 1 Month, 1 Week ago How to show date time in similar thread bit
#1
Solved: 3 Years, 1 Month, 1 Week ago
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
Hey man, what's up?
Reply
#2
Solved: 3 Years, 1 Month, 1 Week ago
(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?
Hey man, what's up?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)