Bug #27967
Duplicate content when using FCE, Page content for Tabs
| Status: | Rejected | Start date: | 2011-07-07 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Juergen Furrer | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
When using the FCE from Templavoila and selecting the page content for tabs it produces double the content, once before the FCE and another inside the FCE.
History
Updated by Juergen Furrer over 1 year ago
- Status changed from New to Needs Feedback
- Priority changed from -- undefined -- to Should have
If you look into the static setup.txt, you will see the problem:
plugin.tx_jfmulticontent_pi1 {
views {
page {
content = CONTENT
content {
table = tt_content
select {
pidInList.data = register:pid
orderBy = sorting
where = colPos=0
languageField = sys_language_uid
}
}
title = TEXT
title.data = register:page_title
}
}
}
jfmulticontent takes all contents (FSE or non FCE) and render theme.
Is there a way to identify the contents witch are used in TCE by modify the select?
Updated by Juergen Furrer over 1 year ago
- Status changed from Needs Feedback to Rejected
I'm Working on TV-Compatibility:
http://forge.typo3.org/issues/30172