Page 1 of 1

Date in teaser list with Latest update

Posted: Wed 6. May 2015, 15:47
by Miguel
Hello all,

I have been searching for a solution in order to resolve the following problem without success and also FlipFlops Wiki documentation "change_date" could not help / doesn't work for me:

My frontend shows a teaser list according to the following example (Job list):

Vertriebsmitarbeiter (m/w) » vom 11.12.14

The date shows the creation date of the article, but I would like to show the latest date change.

The CP for the teaser looks like this:

Code: Select all

  <!--TEASER_HEAD_START//-->
    <div style="margin:20px 0 0px 0;background-color:#FFFFFF;padding:0px;width:735px;">
    <!--TEASER_HEAD_END//-->

    <!--TEASER_ENTRY_START//-->
       <hr noshade="noshade" size="1px" align="left" color="#a2ab00"/>
          <div>
              <b><a href="{ARTICLELINK}">{TITLE} &raquo;</a></b>
             <b>[SUBTITLE]{SUBTITLE}[/SUBTITLE]</b> vom {DATE:d.m.y:EN}<br />
             {SUMMARY}
             </p>
          </div>
    <!--TEASER_ENTRY_END//-->

    <!--TEASER_SPACER_START//-->

    <!--TEASER_SPACER_END//-->

    <!--TEASER_FOOTER_START//-->
       <div style="clear:both;height:1px"></div>
    </div>
    <!--TEASER_FOOTER_END//-->    

Has somebody a solution for replacing " {DATE:d.m.y:EN}" in order to get the latest date change in the teaser list?

Re: Date in teaser list with Latest update

Posted: Wed 6. May 2015, 16:40
by Old Boy
Wenn du das Datum im Artikel nicht änderst, kann das RT auch nix anders abgreifen!!!

Re: Date in teaser list with Latest update

Posted: Wed 6. May 2015, 17:34
by Oliver Georgi
{LIVEDATE:…}