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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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