【发布时间】:2019-03-28 15:49:34
【问题描述】:
我是typo3 的新手。我面临语言问题。我已将页面名称设置为页脚,并以我的两种语言(即德、恩)设置内容。
lib.content_from_page3 = COA
lib.content_from_page3 {
10 = CONTENT
10 {
table = tt_content
select.where = colPos = 0
select.pidInList = 48
}
}
lib.content_from_page4 = COA
lib.content_from_page4 {
10 = CONTENT
10 {
table = tt_content
select.where = colPos = 0
select.pidInList = 52
}
}
这是我在模板中设置的打字稿。和
<f:cObject typoscriptObjectPath="lib.content_from_page3" />
<f:cObject typoscriptObjectPath="lib.content_from_page4" />
这是访问数据的代码。 lib.content_from_page3 是默认语言的内容,而 lib.content_from_page4 是英语。
problem is that when default language is selected everything is fine but when english is selected there is no data
是任何可以帮助我的人。
【问题讨论】:
标签: typo3