Trevned Posted February 25, 2013 Posted February 25, 2013 Hi there, We're can I find the configuration of this Main Menu and how can I add new in it? Please make it detailed Thanks in advance
mrlongshen Posted February 25, 2013 Posted February 25, 2013 oh man, i hard, u have to edit the /home/..../www/cp/themes/default/main or other folder. its not specific, u have to find out by your self, if u are pro in PHP. it doesn't matter for u to find it. hehe
Erba Posted February 25, 2013 Posted February 25, 2013 oh man, i hard, u have to edit the /home/..../www/cp/themes/default/main or other folder. its not specific, u have to find out by your self, if u are pro in PHP. it doesn't matter for u to find it. hehe i did what you have said.. but still it shows Index of/ cgi-bin T_T
Hyvraine Posted February 26, 2013 Posted February 26, 2013 in application.php make sure that the baseuri is where your flux is located
Kichi Posted March 12, 2013 Posted March 12, 2013 (edited) The new menu will ever show by this code 'Database' => array( 'Item Database' => array('module' => 'item'), 'Mob Database' => array('module' => 'monster'), ), 'CMS' => array( 'News' => array('module' => 'news'), 'Pages' => array('module' => 'pages'), ), but the menu will show by this code 'Database' => array( 'Item Database' => array('module' => 'item'), 'Mob Database' => array('module' => 'monster'), ), 'CMS' => array( 'News' => array('module' => 'item'), 'Pages' => array('module' => 'pages'), ), i undestand the problem is name inside module maybe it doesn't support "new" module or "custom" module -- EDIT -- sorry my fault, the function work fine Edited March 12, 2013 by Kichi
Question
Trevned
Hi there,
We're can I find the configuration of this Main Menu and how can I add new in it?
Please make it detailed
Thanks in advance
6 answers to this question
Recommended Posts