MyBB Community Forums

Full Version: Fix This Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ can you try this changes in the plugin file (use editor like notepad++ or editor at the web host panel) & check if it helps
thank you @.m.
The same thing is happening with the attachments date with 1.8.12

https://community.mybb.com/thread-211104...pid1276582
(2017-05-24, 04:08 PM)SvePu Wrote: [ -> ]@ziuma:

In your case you also have to edit the core file /inc/functions_forumlist.php

Search for (#292):
$lastpost_date = my_date('relative', $lastpost_data['lastpost']);

Replace this part with:
//$lastpost_date = my_date('relative', $lastpost_data['lastpost']);
$lastpost_date = date($mybb->settings['dateformat'], $lastpost_data['lastpost']) . " - " . date($mybb->settings['timeformat'], $lastpost_data['lastpost']);

Doesn't really work for me. I get everytime a syntax error.
Is there an official fix for this issue? I've update to 1.8.14 and "> is still displaying.
(2017-12-12, 11:38 AM)yulasinio Wrote: [ -> ]Is there an official fix for this issue?  I've update to 1.8.14 and   "> is still displaying.


I would also like a FIX

This solved but I want it to be relative Sad
Pages: 1 2