Quantcast
Channel: XOOPSマニア
Viewing all articles
Browse latest Browse all 7293

Re: xpWikiで作った文章をメニューに表示するにはどうするの?

$
0
0

早々の御解答ありがとうございます。
サブメニュの作成は

 $modversion['sub'][] = array(

       'name' => constant($constpref . '_MENU_RECENT') ,
       'url'  => '?RecentChanges' );

$modversion['sub'][] = array(

   'name' => constant($constpref . '_MENU_PAGELIST') ,
   'url'  => '?cmd=list' );

$modversion['sub'][] = array(

   'name' => constant($constpref . '_MENU_HELP') ,

を編集すればよろしいのですね。
 ただ、xpWiki Version 5.01 以降であれば、すでに「新規ページ作成」というサブメニューが設定されていますので、

これって、自動でサブメニューが設定されるのでしょうか?
度々ですが、よろしくお願いいたします。


Viewing all articles
Browse latest Browse all 7293