1
Hi xoopsers,
If you want to test alpha version of mymenus you can checkout it from Xuups google code:
http://xuups.googlecode.com/svn/trunk/modules/mymenus/Mymenus is a new menu manager module inspired on multiMenu.
Features:
- pluggable skins (skins are menu layouts)
- pluggable plugins (title and links decorators for integration of module features)
- infinite menus levels(nested menus)
- auto selected menus(menus are highlighted)
- ability to assign a menu to a smarty variable(no need for smarty plugins)
- ability to get a skin from the current theme folder(theme/mytheme/menu/scripts go here)
- and much more
I hope theme developers could help on creating skins and hopefully, release new themes with a skin.
Since users can choose the smarty variable for each menu, I would advise you to use <{$xoops_menu_navbar}> as a place holder.
You can create skins for breadcrumbs also. Mymenus separates logic from presentation so you can create vertical menus, horizontal menus, breadcrumbs, sitemaps, whatever!
Please refer to readme.txt and the existing skins for more info.
Tested on 2.4.5 and php5.3
Requires 2.4.x and php 5.x
Demo at
http://www.xuups.com and
http://dev.xoops.org