Well, that would defintely go beyond the scope of this, as all pages in the CMPS are on one level.
One could create multi-dimensional menus, but it would require you manually dividing up your CPMPS apges into groups somehow: possibly by giving all tempaltes of items in the same group an identical prefix...
eg:
adv_portal_tut_tutorial1
adv_portal_tut_tutorial2
adv_portal_tut_tutorial3
adv_portal_faq_faq1
adv_portal_faq_faq2
adv_portal_faq_faq3
Then you can add a filter into the module to parse each group into a separate array, then walking thru each array inside a UL...
|