How to hide DNS (or other) section of ISPConfig ?

Discussion in 'ISPConfig 3 Priority Support' started by radim_h, Nov 11, 2016.

  1. radim_h

    radim_h Member HowtoForge Supporter

    Hello,
    i'm using different DNS and ticket solution and i want to hide that ones in ISPConfig to not confuse clients.
    In pre 3.1 versions i used to edit /usr/local/ispconfig/interface/lib/config.inc.php
    and change
    $conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools,help';
    to
    $conf['interface_modules_enabled'] = 'dashboard,mail,sites,tools';

    This solution doesnt work anymore. What i can do to hide some modules ?

    Thank you for help
    RH
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It should work the same way in 3.1, the code has not been changed. But be aware that this setting is for new clients only, nor existing cleints. If you want to disable a module for an existing client, then you can do that under System > CP users.
     

Share This Page