Does somebody have a good solution for creating a dropdown menu in Quick.Cms (latest version). Problem is that only subpages are show for active / selected pages. The system won't show all subpages for the whole system by default. I have found an older topic. http://opensolution.org/Quick.Cms/forum/?p=readTopic&nr=719 Problem is, I can't find the code that they are talking about, i guess because it's an older version. Any help is appriciated. Thanks in advance:
------------- Older topic:
You can edit file core/pages.php and find this lines: if( $iDepthLimit > $iDepth && ( $iPageCurrent == $iPage || isset( $this->aPageParents[$iPage] ) ) ){ #if( $iDepthLimit > $iDepth ){ $this->generateMenuData( $iType, $iPageCurrent, $iDepthLimit, $iDepth + 1, $iPage ); }
and change it to: $this->generateMenuData( $iType, $iPageCurrent, $iDepthLimit, $iDepth + 1, $iPage );
After that submenus will be displaying also in menu..
I was wondering have you found an solution yet...? I've been searching for the solution about this for ages... i think no body wants a menu structure like we do. Anyway i hope to hear soon of you.
Here You should find Your answer: http://opensolution.org/Quick.Cms/forum/?p=readTopic&nr=756 In lastest version of Quick.Cms You have option in configuration to display expanded menu.