Bug #72845
closed
Special Content Element : Section Index
Added by Michael Kasten almost 9 years ago.
Updated almost 9 years ago.
Category:
Fluid Styled Content
Description
The section index menu considers only content from the column 0
So the contents of others colums never shown in this menu type
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?
- Assignee deleted (
Benni Mack)
you need to override the template or partial and define it as additional property.
is that ok for you?
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
- Status changed from New to Closed
Resolved in the next release.
Also available in: Atom
PDF