2014-10-23, 02:31 PM
I have been using {$thread['created']} to display a threads creation date, for some reason it no longer works, What do i do? had it changed variable and if so does anyone have it.
No one?
ok i got it to show by adding the below code to forum display.php, but i only works for users, and doesnt display a creation dates for guests? any idea why not
Ficed it using this http://community.mybb.com/thread-126926.html
No one?
ok i got it to show by adding the below code to forum display.php, but i only works for users, and doesnt display a creation dates for guests? any idea why not
$thread['created'] = my_date($mybb->settings['dateformat'], $thread['dateline']).", ".my_date($mybb->settings['timeformat'], $thread['dateline']);
Ficed it using this http://community.mybb.com/thread-126926.html