Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Posted time in the header of comment

edited November 2015 in Vanilla 2.0 - 2.8

Hi there!

My users complaint that after forum update posted time disappeared from yestoday and early commetns. Posted date exists only. How to return a posted time?

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Hovering over the date will give you an exact time in a tooltip.

    If you want to get rid of the Fuzzy Times, you just need to set the appropriate formats. In /conf/locale.php add:

    $Definition['Date.DefaultTimeFormat'] = '%c';
    $Definition['Date.DefaultDayFormat'] = '%c';
    $Definition['Date.DefaultYearFormat'] = '%c';
    $Definition['Date.DefaultFormat'] = '%c';
    $Definition['Date.DefaultDateTimeFormat'] = '%c';
    

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    Thanks!

Sign In or Register to comment.