Jump to content
  • 0

Flux Control Panel Edit.


AllHailToTheKing

Question


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

i need help. all my gm's is level 50 and they have basic commands only. my problem is whenever they log in at my fluxCP using the Gm account they have a GM menu list there that they can see >> Accounts Characters Guilds . i need help how to delete this menu for my gm's..

Thank you so much!

Edited by AllHailToTheKing
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

application.php line 22

'AdminMenuLevel'	   => AccountLevel::LOWGM,	  // The starting level for which module actions are moved into the admin menu for display.

change AccountLevel::LOWGM, to AccountLevel::ADMIN,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

application.php line 22

'AdminMenuLevel'	   => AccountLevel::LOWGM,	  // The starting level for which module actions are moved into the admin menu for display.

change AccountLevel::LOWGM, to AccountLevel::ADMIN,

where can i change this? example trunk/db/item_db ..

Thanks for the reply tho. appreciate it

Solved. Thank you so much !

Edited by AllHailToTheKing
Link to comment
Share on other sites

×
×
  • Create New...