Jump to content
  • 0

Add more buttons


Littlefoot

Question


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  203
  • Reputation:   1
  • Joined:  05/11/12
  • Last Seen:  

How can i add some additional buttons on control panel?

I would like to know how can i put a "Direct Link" Button to our facebook account.

( I am talking about the buttons like Server Info, Server Status, WoE Hours and the like )

Thanks!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

Be more specific, where to? What control panel..?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  203
  • Reputation:   1
  • Joined:  05/11/12
  • Last Seen:  

Flux. On the Side ( More likely the Main Menu )

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

Hi there. Just go to your Flux CP > Config > Application.php. Find this :

// 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'),

Just input your URL Under Main Menu.

eg :

// 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'),
  'Facebook'  => array('exturl' => 'http://www.facebook.com/Littlefoot'),

Hope this will help you. /ok

Edited by Rabbit
Link to comment
Share on other sites

×
×
  • Create New...