2020-09-26, 03:42 PM
(2020-09-26, 03:32 PM)Laird Wrote: Try this:
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 samethankyoulike_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>
It looks good now. Thank you man.