MyBB Support

[Help] Date On Forumdisplay

Submitted by Kreon, , Thread ID: 47368

Thread Closed

RE: [Help] Date On Forumdisplay

#2
19-09-2017, 06:16 AM
Kreon Wrote:
I want to date like this on forumdisplay, how to make this?

[Image: zeEmDu9-SbexXSD3FBQk8w.png]

Open your forumdisplay.php
search for
Code:
eval("\$threads .= \"".$templates->get("forumdisplay_thread")."\";");

add above
Code:
$threaddate = my_date($mybb->settings['dateformat'], $thread['dateline']);
        $threadtime = my_date($mybb->settings['timeformat'], $thread['dateline']);

Go into your Template "forumdisplay_thread", search for
Code:
{$thread['profilelink']}

then it's up to you how you add these codes..
Code:
{$threaddate} {$threadtime}

Users browsing this thread: 1 Guest(s)