2020-09-26, 03:32 PM
Try this:
In both files you previously edited, just a few lines below where you added the line starting with
Then update the same
In both files you previously edited, just a few lines below where you added the line starting with
$avatar
, you'll see a couple of lines starting with $datedisplay_
. Insert this line after them in each file:$datedisplay_plain = my_date($mybb->settings[$prefix.'dtformat'], $tyl['dateline']);
Then update the same
thankyoulike_users
template that you edited previously so that it now consists in this:<a href="{$profile_link}" class="smalltext" title="{$tyl['username']} ({$datedisplay_plain})"><img alt="" src="{$avatar['image']}" style="width: 25px; height: 25px; border-radius: 12.5px;" /></a>