Thread: Hide menu items
View Single Post
Old 09-23-2016, 03:42 AM   #2
ISPsystem team
 
Join Date: Jul 2014
Posts: 443
ksenya is on a distinguished road
Default

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>
ksenya is offline   Reply With Quote