Jump to content
  • 0

[flux help] How to add additional links on menu sidebar


retroflav

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   4
  • Joined:  08/09/12
  • Last Seen:  

Like the title says, I wanted to add a submenu with some useful external links on my flux panel, but I cant find which specific file to edit.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  05/13/16
  • Last Seen:  

Hi Brian, where is that fluxcp? I only got the following under themes:
bootstrap
default
installer 
 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  05/13/16
  • Last Seen:  

where is this config/application?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

/fluxcp/config/application.php

	// These are the main menu items that should be displayed by themes.
// They route to modules and actions.  Whether they are displayed or
// not at any given time depends on the user's account level and/or
// their login status.
'MenuItems' => array(
	'Main Menu'   => array(
		'Home'          => array('module' => 'main'),
		//'Forums'        => array('exturl' => 'http://www.fluxro.com/community'),
	),

Add them like the 'Forums' example:

'Forums'        => array('exturl' => 'http://www.fluxro.com/community'),

Link to comment
Share on other sites

×
×
  • Create New...