MyBB Community Forums

Full Version: Yesterday, today etc time is lost
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have next problem. When the topic posted time is gone. Like yesterday or what.. 

http://www.upload.ee/image/5424876/Scree...-07_2_.png

Thanks!

Bump pls

I need help please! Sad
Hello,

Can you post "Home » Template Sets » YOUR CURRENT TEMPLATE » Forum Bit Templates » forumbit_depth2_forum_lastpost"
Yes, the code is this:

<a href="{$lastpost_link}" title="{$full_lastpost_subject}">{$lastpost_subject}</a>
<br /><i class="fa fa-clock-o" title="{$lastpost_date}"></i> <span class="smalltext">{$lang->by} {$lastpost_profilelink}</span>
(2015-12-24, 12:57 PM)hiroes Wrote: [ -> ]Yes, the code is this:

<a href="{$lastpost_link}" title="{$full_lastpost_subject}">{$lastpost_subject}</a>
<br /><i class="fa fa-clock-o" title="{$lastpost_date}"></i> <span class="smalltext">{$lang->by} {$lastpost_profilelink}</span>



Replace whole code with this please.

<a href="{$lastpost_link}" title="{$full_lastpost_subject}">{$lastpost_subject}</a>
<br /><i class="fa fa-clock-o" title="{$lastpost_date}">{$lastpost_date}</i> <span class="smalltext">{$lang->by} {$lastpost_profilelink}</span>
Thank you a lot man! Big Grin