19-09-2017, 06:16 AMKreon Wrote: I want to date like this on forumdisplay, how to make this?
eval("\$threads .= \"".$templates->get("forumdisplay_thread")."\";");
$threaddate = my_date($mybb->settings['dateformat'], $thread['dateline']); $threadtime = my_date($mybb->settings['timeformat'], $thread['dateline']);
{$thread['profilelink']}
{$threaddate} {$threadtime}
Loading Info...