Korea, Republic of
|
Edited by ionobgy at 2012-2-13 10:42
vot replied at 2012-2-13 09:46
Explain in details,
how this top-menu punkts are defined?
3) 방송 - /broadcast_general.php
Yes. I will explain in detail by my other site "http://kaplog.org".
That site has 5 main menu--Portal, Forum, Groups, Space, Ranklist.
and "Forum" main menu has two sub navigation menu-- "Sub1" , "Sub2".
But Forum submenu-"Sub1" and "Sub2" are not displayed.
And the word "Array" is displayed.
Below "lang_setting.php"
'nav_1' => 'Portal',//'门户',//1,
'nav_2' => 'Forum',//'论坛',//2,
'nav_3' => 'Groups',//'群组',//3,
'nav_4' => 'Space',//'家园',//4,
'nav_5' => 'Applications',//'应用',//5,
'nav_6' => 'Plugins',//'插件',//6,
'nav_7' => 'Help',//'帮助',//7,
'nav_8' => 'RankList',//'排行榜',//8,
'nav_11' => 'Sub1',//'排行榜',//8,
'nav_12' => 'Sub2',//'排行榜',//8,
And at administator menu, I set Forum sub menu "Sub1" ID (identifier) as '11', and "Sub2" ID as 12.
Is my setting value incorrect?Or I missed a step?
|
|