2
hi there ..
to deactivate e menu entry in main menu from an installed modul, go to moduladmin and set position of that modul to "0".
to delete submenus from a modul look into the xoops_version.php of that modul and uncomment or delete rows such as ...
// $modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][2]['url'] = "archive.php";
don't forget to backup that file before ! ... never know ...
cheers
michael