Ciao,
in questo modo elimini completamente quel menu, invece se tu desideri nascondere solamente alcune voci basta che, nel file adsmanager.html.php, in particolare qui:
$link_show_rules = sefRelToAbs("index.php?option=$option&page=show_rules&Itemid=$itemid");
$link_show_all = sefRelToAbs("index.php?option=$option&page=show_all&Itemid=$itemid");
echo '<a href="'.$link_write_ad.'">'.ADSMANAGER_MENU_WRITE.'</a> | ';
echo '<a href="'.$link_show_all.'">'.ADSMANAGER_MENU_ALL_ADS.'</a> | ';
//echo '<a href="'.$link_show_profile.'">'.ADSMANAGER_MENU_PROFILE.'</a> | ';
//echo '<a href="'.$link_show_user.'">'.ADSMANAGER_MENU_USER_ADS.'</a> | ';
echo '<a href="'.$link_show_rules.'">'.ADSMANAGER_MENU_RULES.'</a>';
commenti le voci di menu che vuoi eliminare, o eventualmente aggiungi quelle che vuoi aggiungere a tuo piacimento.
Ciao
Nicola