MyBB Community Forums

Full Version: Attachments Showing 'Less than 1 minute ago" /> '
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2017-06-12, 04:54 AM)bv64 Wrote: [ -> ]in german support-board SvePu posted a workaround fixing this bug

https://www.mybb.de/forum/thread-34656-p...#pid228351
Fixed it. Thanks.
Same here.
inc/functions_post.php - line 923
changed to:
$attachdate = date($mybb->settings['dateformat'], $attachment['dateuploaded']) . " - " . date($mybb->settings['timeformat'], $attachment['dateuploaded']);

Two other files contain the same line of code as line 923 but I don't know if they should be changed or not.
Same problem for me after the upgrade to 1.8.12
(2017-06-18, 03:31 PM)Simicro Wrote: [ -> ]Same problem for me after the upgrade to 1.8.12

1.8.12 IS the bug. :p
that fixed it for me also.
(2017-06-17, 02:26 PM)CloudyBright Wrote: [ -> ]Same here.
inc/functions_post.php - line 923
changed to:
$attachdate = date($mybb->settings['dateformat'], $attachment['dateuploaded']) . " - " . date($mybb->settings['timeformat'], $attachment['dateuploaded']);

Two other files contain the same line of code as line 923 but I don't know if they should be changed or not.

This fixed it for me! I'd only noticed the problem since updating to 1.8.12

Thanks for the Fix!!
Same case here.
FYI: this is a known issue with MyBB 1.8.12 which has been fixed in this pull request and will be available in the next MyBB update.
Pages: 1 2