PDA

View Full Version : Hide menu items


RocketMan
09-22-2016, 08:38 AM
Dear support,

we are testing your billing system. It looks good, but there are too many unnecessary menu sections that may confuse our customers. We would like to hide them. Is that possible?

Thank you

ksenya
09-23-2016, 03:42 AM
Hello RocketMan

If you need to hide unnecessary menu modules, you can write a plug in, something like this:


root@d:~# cat /usr/local/mgr5/etc/xml/billmgr_mod_hide.xml
<?xml version="1.0" encoding="UTF-8"?>
<mgrdata>
<mainmenu level="16" name="User" startpage="dashboard">
<node name="mainmenuservice" after="customer">
<node name="domain" if="myhide"/>
<node name="vds" if="myhide"/>
</node>
</mainmenu>
</mgrdata>

RocketMan
09-23-2016, 03:52 AM
<mainmenu level="16" name="User" startpage="dashboard">


What is level 16? Is it a user role? I need for Admin as well.