Date in teaser list with Latest update

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Miguel
Posts: 192
Joined: Tue 30. Oct 2007, 13:35
Location: Düsseldorf

Date in teaser list with Latest update

Post 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?
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: Date in teaser list with Latest update

Post by Old Boy »

Wenn du das Datum im Artikel nicht änderst, kann das RT auch nix anders abgreifen!!!
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Date in teaser list with Latest update

Post by Oliver Georgi »

{LIVEDATE:…}
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply