[TYPO3] Change the title of a page from TS
Jan Bednarik
info at bednarik.org
Sun Feb 26 17:24:53 CET 2006
I tried it with tt_news and it didn't work. So, I had a look into the
source codes and found out, you've gotta add pidInList property.
temp {
table = tt_news
select {
selectFields = title
where = 1=1
andWhere.data = GPVar:tx_ttnews|tt_news
andWhere.wrap = uid=|
pidInList = 122
}
renderObj = TEXT
renderObj.field = title
stdWrap.ifEmpty.field = title
}
I'm posting this here because the COA_INT stuff didn't work for me.
--
Jan Bednarik
More information about the TYPO3-english
mailing list