Feature #21142
closedHMENU - sectionIndex does not allow to select other CEs than colPos = 0
100%
Description
Hey,
HMENU.sectionIndex is a real cool feature, however it is impossible to modify the WHERE clause when selecting the Content Elements on that page to create the elements in the sectionIndex. Thus, this patch adds an additional
sectionIndex.where (string + stdWrap)
to allow to override the where clause and to specifically select items based on other criteria than the default "colPos=0 and sys_language_uid=...".
(issue imported from #M12065)
Files
Updated by Stefan Galinski over 12 years ago
- Assignee deleted (
Benni Mack) - Target version deleted (
0)
Updated by Stefan Galinski over 12 years ago
How to test:
Add a section menu as content element to one of your pages with content spread over different columns. You will experience that only the contents from the first column are shown if they have headers. After applying the following typoscript you will get all contents inside the section menu instead.
tt_content.menu.20.3.1.sectionIndex.where.wrap = 1=1| or tt_content.menu.20.3.1.sectionIndex.where = 1=1
Updated by Stefan Galinski over 12 years ago
- Tracker changed from Bug to Feature
Updated by Stefan Galinski over 12 years ago
- Status changed from Accepted to Under Review
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11251
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11251
Updated by Stefan Galinski over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset af4153d90270816d108ccacaf560a3b1b1b5757d.