5
Multi-menuJP1.14
http://malaika.s31.xrea.com/modules/mydownloads/****Link Styles****
1.Full-path link (Always shown)
Quote:
2.Assigning by modules names (Always shown)
Quote:
[module_name]
[module_name]xxxx.php?xxxx=xxxx
****Special Syntax for Sub-menu****
1. Static menu (Sub-menu is always shown)
Quote:
+[module_name]
+[module_name]xxxx.php?xxxx=xxxx
2. Dynamic Menu (Sub-menu is shown like Xoops' menu)
Quote:
@[module_name]
@[module_name]xxxx.php?xxxx=xxxx
==Examples==
A. @[news] , Title=News2
-When the module isn't chosen:
"News2"
-When the module is chosen:
"News"
"Submit News"
"Archive"
B. @[news]details.php?storyid=1 , Title=News2
-When the module isn't chosen:
"News2" (linking to News Item1)
-When the module is chosen:
"News2" (linking to News Item1)
"Submit News"
"Archive"
**You can make an arbitary selection for its title
================
I think it would work on English environment, too.(mb_string isn't required) It may be not the one for you since it doesn't allow you to define your original sub-menu.