Jump to content
  • 0

FLUXCP Main Menu Config "NEWBIE Question"


Question

6 answers to this question

Recommended Posts

Posted

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

Posted

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

Posted (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 /ok

Edited by Kichi
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...