Jump to content
  • 0

FLUXCP Main Menu Config "NEWBIE Question"


Trevned

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  04/29/12
  • Last Seen:  

Hi there,


We're can I find the configuration of this Main Menu and how can I add new in it?

 

post-4279-0-90445000-1361779316_thumb.png

 

Please make it detailed

Thanks in advance :)

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   18
  • Joined:  01/02/12
  • Last Seen:  

/config/application.php

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  133
  • Reputation:   14
  • Joined:  12/23/11
  • Last Seen:  

in application.php make sure that the baseuri is where your flux is located

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  04/29/12
  • Last Seen:  

uhmm

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

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
Link to comment
Share on other sites

×
×
  • Create New...