gpt4 book ai didi

typo3 - TYPO3 6.0 : Render images of current page from border column in FAL

转载 作者:行者123 更新时间:2023-12-04 13:51:49 26 4
gpt4 key购买 nike

我有以下代码片段,但无法正常工作。

COL3 = FILES
COL3 {
references {
table = tt_content
uid = 14
fieldName = image
}
renderObj = TEXT
renderObj {
data = file:current:publicUrl
wrap = <img src="|">
}
}

到目前为止,代码段仍然有效,但是我想在当前页面和colPos = 3中使用它。
table = tt_content
select {
where = colPos = 3
orderBy = sorting
languageField = sys_language_uid
}

好像我已经尝试了几乎所有东西。

我真的很感激我能得到的一切帮助...

非常感谢!!

最佳答案

我认为select属性不适用于references
尝试将此解决方案(未经测试)与任何内容元素一起使用。

...
references {
table = tt_content
uid.data = uid
fieldName = image
}

另一个想法:
COL3 = CONTENT
COL3 {
table = tt_content
select {
where = colPos = 3
}

renderObj = FILES
renderObj {
references {
table = tt_content
fieldName = image
}
renderObj = TEXT
renderObj {
data = file:current:publicUrl
wrap = <img src="|">
}
}
}

关于typo3 - TYPO3 6.0 : Render images of current page from border column in FAL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15349199/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com