Search found 2 matches

by terael
Wed Mar 06, 2013 8:06 pm
Forum: CMSMS Core
Topic: Print the parent level 0 above the vertical menu
Replies: 4
Views: 2080

Re: Print the parent level 0 above the vertical menu

I found sthg ! Thanks to lessire.be who has a page about its Menu Manager. Built the "hierarchy" UDT (user defined tag) global $gCms; $pos = $gCms->variables['position']; $base = explode('.', $pos); $totalDepth = count($base); $parentDepth = $totalDepth; $count = 0; foreach($base as $paren...
by terael
Wed Mar 06, 2013 4:26 pm
Forum: CMSMS Core
Topic: Print the parent level 0 above the vertical menu
Replies: 4
Views: 2080

Print the parent level 0 above the vertical menu

Hi, My first level is shown in a horizontal main menu with popup submenus to go to children : Firt entry | Second Entry | Third Entry Then I display a vertical contextual menu. I used the "Navigation: Simple - Vertical" menu and placed the code in my template : "{$cgsimple->get_root_a...

Go to advanced search