4
Hi,
First, don't forget to make backups before doing any changes!
You need to edit your "xoops_version.php" file for the module. It will be in the modules folder ("myalbum" in your case) Find the menu part. Generaly there are two lines for each entry in submenu:
$modversion['sub'][$subcount]['name'] = _ALBM_TEXT_SMNAME2;
$modversion['sub'][$subcount++]['url'] = "topten.php?hit=1";
This shuld be the part for top ten. Comment (or delete)those lines. You need to update the module after that for changes to take effect.