MyBB Community Forums

Full Version: i just updated to 1.6.15 but now {$thread['created']} does not work to display dates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
$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