gpt4 book ai didi

php - Typo3 8.7.x/Typoscript : Can't get data from rootpage, 幻灯片在 rootpage 之前停止

转载 作者:行者123 更新时间:2023-11-29 17:08:44 26 4
gpt4 key购买 nike

我想要获得一些与我的 where 子句匹配的字段。我不匹配,那么它应该查看父页面等等。问题是,幻灯片在我的根页面之前停止。

test = CONTENT
test {
table = pages
select {
where = NOT tx_pagesaddfields_sliderimages=0
pidInList = this
orderBy = sorting
}
slide = -1
renderObj = TEXT
renderObj {
field = title
wrap = |<br />
}
}

最佳答案

您正在寻找根线上的第一张图像吗?

将您的字段声明为 rootline 字段:

$GLOBALS['TYPO3_CONF_VARS']['FE']['addRootLineFields'] .= ',tx_pagesaddfields_sliderimages' 

以适当的方式访问它:

temp.image = IMAGE
temp.image {
file {
treatIdAsReference = 1
import.data = levelfield:-1, tx_pagesaddfields_sliderimages, slide
import.listNum = 0
}
}

关于php - Typo3 8.7.x/Typoscript : Can't get data from rootpage, 幻灯片在 rootpage 之前停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51963984/

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