Bug #72845
closedSpecial Content Element : Section Index
0%
Description
The section index menu considers only content from the column 0
So the contents of others colums never shown in this menu type
Updated by Michael Kasten almost 9 years ago
Okay not realy a bug i found now:
Inside Classes/ViewHelpers/Menu/SectionViewHelper.php:- By default only content in colPos=0 will be found. This can be overruled by using "column"
Okay, but where i have to set the other cols? I see nothing inside the object browser.
imho the best way would be an option directly by the plugin so set the columns, but now it is enough to know the place of configuration the columns.
Any hints?
Updated by Georg Ringer almost 9 years ago
- Assignee deleted (
Benni Mack)
you need to override the template or partial and define it as additional property.
is that ok for you?
Updated by Michael Kasten almost 9 years ago
Hi Georg,
okay i have to take a look at the menu partials :)
The given Viehelper can handle just one column:
protected function findBySection($pageUid, $type = '', $column = 0) { $constraints = array( 'colPos = ' . (int)$column );
What du you think about this idea:
Take the column id from the index section menu to use them inside the viewhelper, so the section index menu show the content elements from the same column
Updated by Wouter Wolters almost 9 years ago
There was a change recently in this ViewHelper to allow more columns. will be included in 7.6.3 See https://review.typo3.org/#/c/46005/
Updated by Wouter Wolters almost 9 years ago
- Status changed from New to Closed
Resolved in the next release.