← Back to team overview

mahara-contributors team mailing list archive

[Bug 1165300] Re: Year not shown for post dates on "Topics"

 

Maybe not a bug, just a way things get displayed.

The file that shows the topics is:
theme/raw/template/group/topicrows.tpl

On line 14 the date format is specified. 
it reads: {$topic->ctime|strtotime|format_date:'strftimerecent'}

strftimerecent can be changed to show the desired date:
For example: 
{$topic->ctime|strtotime|format_date:'strftimedate'}
Show the year.
Or strftimemonthyear can also work: 
{$topic->ctime|strtotime|format_date:'strftimemonthyear'}

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1165300

Title:
  Year not shown for post dates on "Topics"

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  This is similar to bug #1057259. The year is not shown for posts on
  /group/topics.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1165300/+subscriptions