3
if you want to edit the menu for the mylinks module (or any other module). you got to edit the xoops_version.php file for the module
for mylinks it looks like this. i added some comments from the dev wiki
// Menu
$modversion['hasMain'] = 1;//Put in the Main Menu (0 for no)
[color=CC0000]//Name of the submenu in the Main Menu (when you click on the module)
$modversion['sub'][1]['name'] = _MI_MYLINKS_SMNAME1;
//File to run in the module directory
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_MYLINKS_SMNAME2;
$modversion['sub'][2]['url'] = "topten.php?hit=1";
$modversion['sub'][3]['name'] = _MI_MYLINKS_SMNAME3;
$modversion['sub'][3]['url'] = "topten.php?rate=1";[/color]
the things in red you can delete and it will no longer be on the sub menu. but i think you will have to update'
the module for the changes to work. and you can change the text that shows (submenu) by editing the modinfo.php file in the include directory.
ModVersion XoopsDevWikiand i think some modules have setting for showing/hiding submenu links to certain groups
CBB / LatestNews / Publisher / XM-Spotlight
(ノ◕ヮ◕)ノ*:・゚✧