Quick.CMS => Create Dropdown menu => show all subpages!

dstar

Avatar: dstar

2009-04-01 14:38

Hi,

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..

» Quick.Cms v2.x

dstar

michielm

Avatar: michielm

2009-06-19 03:41

Hello,

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.

Thanks,
Michielm

Makaron

Avatar: Makaron

2009-06-22 10:38

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.

Back to top
about us | contact