Jump to content
  • 0

how do i edit this?


GMynna

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/23/14
  • Last Seen:  

How do i remove the purchase,donate,server info etc all the red line ?? in my fluxcp?? 

 

 

remove.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

/config/application.php
 

//'Donations'   => array(
            //'Donate'        => array('module' => 'donate'),
            //'Purchase'      => array('module' => 'purchase'),
//),
//'Information' => array(
            //'Server Info'   => array('module' => 'server', 'action' => 'info'),
            //'Server Status' => array('module' => 'server', 'action' => 'status'),
            //'WoE Hours'     => array('module' => 'woe'),
            //'Castles'       => array('module' => 'castle'),
            //"Who's Online"  => array('module' => 'character', 'action' => 'online'),
           //'Map Statistics'=> array('module' => 'character', 'action' => 'mapstats'),
           //'Ranking Info'  => array('module' => 'ranking', 'action' => 'character'),
//),
 
Just put // to disable that.
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/23/14
  • Last Seen:  

 

/config/application.php

 

//'Donations'   => array(
            //'Donate'        => array('module' => 'donate'),
            //'Purchase'      => array('module' => 'purchase'),
//),
//'Information' => array(
            //'Server Info'   => array('module' => 'server', 'action' => 'info'),
            //'Server Status' => array('module' => 'server', 'action' => 'status'),
            //'WoE Hours'     => array('module' => 'woe'),
            //'Castles'       => array('module' => 'castle'),
            //"Who's Online"  => array('module' => 'character', 'action' => 'online'),
           //'Map Statistics'=> array('module' => 'character', 'action' => 'mapstats'),
           //'Ranking Info'  => array('module' => 'ranking', 'action' => 'character'),
//),
 
Just put // to disable that.

 

 

 

thankyou hyd

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

Your Welcome.

Link to comment
Share on other sites

×
×
  • Create New...