***** multiMenu Module ******

[ Setting method ]

You can use the following ways to customize to link at config menu of MultiMenu.

* You can specify by full length of path.

    Example: http://www.hogehoge.co.jp/xoops/index.php      etc

* You can specify by module name.

[module_name]
[module_name]xxxx.php?xxxx=xxxx

example:



link ==> [news]
  title ==> News
  View:    

News    




  example:      

link ==> [news]article.php?storyid=11
  title ==> Important News
  View:    

Important News    

*You can show submenu always.
+[module_name]
+[module_name]xxxx.php?xxxx=xxxx

example:



link ==> +[news]
  title ==> News
  View:    

News   (Always shows submenu.)
      Submit news    
      Archive    
       
example:



link ==> +[news]article.php?storyid=11
  title ==> Important News
  View:    

Important News   (Always shows submenu.)

  Submit news


  Archive

 

* You can show sub menu of the module you access.(Same as mainmenu.)

@[module_name]
@[module_name]xxxx.php?xxxx=xxxx

example:



link ==> @[news]
  title ==> News
  View:    

News
(Usual)
View:  

News
(When you access it.)
      Submit news    
      Archive    
       
example:



link ==> @[news]article.php?storyid=11
  title ==> Important News
  View:    

Important News
(Usual)
View:


Important News
(When you access it.)

  Submit news


  Archive


* You can show sub menu customised.

-[module_name]
-[module_name]xxxx.php?xxxx=xxxx
-http://www.hogehoge.co.jp/xoops/index.php

   The menu with a symbolic link begins with the - add to the menu with a symbolic link not to begin with - as submenu.

   How it is showed changes by parent element as the follwing example.

   If you show the customized submenu with the submenu of original module, it is added to at the bottom of the submenu of the original module.

example:



link ==> [news]
  title ==> News
  link ==> -[news]article.php?storyid=2?storyid=2

title ==> Important News
View:  

News
(Always shows submenu.)
      Important News    
       
  example:      

link ==> +[news]
  title ==> News
  link ==> -[news]article.php?storyid=2?storyid=2

title ==> Important News
View:


Important News
(Always shows submenu.)

  Submit news


  Archive


  Important News





example:



link ==> &[news]

title ==> News

link ==> -[news]article.php?storyid=2?storyid=2

title ==> Important News
View:


News
(Usual)
View:


News
(When you access it.)

  Submit news


  Archive


  Important News

* You can show only customized submenu, when you access the module. (Don't show the submenu of original module.)

&[module_name]
&[module_name]xxxx.php?xxxx=xxxx

example:



link ==> &[news]
  title ==> News
  link ==>
-[news]article.php?storyid=2?storyid=2

title ==> Important News
 View:
 

News

 (Usual)
  View:    

News
(When you access it.)

    Important News