[TYPO3-german] Typolink funktioniert nicht
Andre Sancken
a.sancken at digitalartworx.net
Sun Jun 7 19:43:37 CEST 2015
Hallo,
ich habe folgendes TS. Ich würde gerne das IMAGE bei 15 mit einem Link zur Detailansicht ausstatten. Nur der stdwrap funktioniert nicht. Was mache ich falsch?
Gruß
ANdre
pagecontent = COA
pagecontent {
10 = CONTENT
10 {
table = tt_content
select.pidInList.dataWrap = {field:uid}
select.where = colPos=0
select.max = {$plugin.tx_typo3blog_pi1.blogList.contentItemsToDisplay}
select.languageField = sys_language_uid
renderObj = COA
renderObj {
15 = FILES
15 {
references {
table = tt_content
uid.field = uid
fieldName = image
}
renderObj = IMAGE
renderObj {
file{
import.data = file:current:publicUrl
width = 300c
height = 200c
#maxW = 620
#maxH = 450c
}
altText.data = file:current:title
params = class="img-responsive"
stdWrap.typolink.parameter = {field:pid}
}
}
20 = TEXT
20 {
field = category
wrap = |
required = 1
typolink {
parameter.dataWrap = {field:pid}
title.field = category
useCacheHash = 1
}
}
}
}
}
More information about the TYPO3-german
mailing list