Littlefoot Posted May 26, 2012 Posted May 26, 2012 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!
Nameless2you Posted May 26, 2012 Posted May 26, 2012 Be more specific, where to? What control panel..?
Littlefoot Posted May 27, 2012 Author Posted May 27, 2012 Flux. On the Side ( More likely the Main Menu )
Rabbit Posted May 27, 2012 Posted May 27, 2012 (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. Edited May 27, 2012 by Rabbit
Question
Littlefoot
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