Jump to content
  • 0
Sign in to follow this  
Daedalus

Help Me How To Remove Information in flux

Question

7 answers to this question

Recommended Posts

  • 0

go to your cp/config/application.php

 

and find this code

 

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

and add comment lines or just copy this

 

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

Share this post


Link to post
Share on other sites
  • 0

You commented the lines explained by thana wrong. 

Make sure the /* begins right before "'Information' => array("  and add the */ right bfore the last " )," within the information array. 

If you still can't get it right, show us the code you commented out.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.