Jump to content

Question

Posted

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!

3 answers to this question

Recommended Posts

Posted (edited)

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
  • Recently Browsing   0 members

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