[Typo3] select.pidinlist with lastupdate problem t3 3.8

Gerhard Rasi rasi at rasi.ch
Wed Aug 31 13:59:13 CEST 2005


hi
i have the following problem
in the html template is a marker ###LASTUPDATE### in the footer line
the problem is in the left i have pictures, that have to show on every
page
also i insert the line "subparts.CONTENT_LEFT.select.pidInList = 2"
when i update the left row, the update date show on every page the same
date and time
with typo3 3.7.1 there is no problem
can i exclude the content.getLeft from lastupdate or give it another
way?

thanks in advance for help
 
#****************TS Setup*******************
page.bodyTag = <body>
page.1 = TEMPLATE
page.1.marks.PAGE_UID = TEXT
page.1.marks.PAGE_UID.field = uid
page.1 {
template = FILE
template.file = fileadmin/templates/limaexpress2col/template.html 
workOnSubpart = DOCUMENT_BODY
subparts.RNDIMG < temp.rndImageTop
subparts.CONTENT < styles.content.get
subparts.CONTENT_LEFT < styles.content.getLeft
 
subparts.CONTENT_LEFT.select.pidInList = 2
 
subparts.CONTENT_RIGHT < styles.content.getRight
subparts.CONTENT_BORDER < styles.content.getBorder
subparts.COUNTER = TEXT
subparts.COUNTER < plugin.tx_cscounter_pi1
 
#page Last Updated
subparts.LASTUPDATE = TEXT
subparts.LASTUPDATE {
data = page:lastUpdated
if.isTrue.data = page:lastUpdated
date = d.m.Y, H:t
wrap = Aktualisiert:&nbsp; |
data = register : SYS_LASTCHANGED
if >
}
 

Gerhard Rasi
Gemshalde 26
CH-8200 Schaffhausen
Email rasi at rasi.ch
http://www.rasi.ch <http://www.rasi.ch/> 


 



More information about the TYPO3-english mailing list