4
Hi
Quote:
I don't want the menuitem popular of the mydownloadsmodule.Where can i change it?
Please have a look on your "mydownloads/xoops_version.php"
and find, around line 74:
// Menu
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_MYDOWNLOADS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_MYDOWNLOADS_SMNAME2;
$modversion['sub'][2]['url'] = "topten.php?hit=1";
$modversion['sub'][3]['name'] = _MI_MYDOWNLOADS_SMNAME3;
$modversion['sub'][3]['url'] = "topten.php?rate=1";
Comment out with " // " the lines you don?t want to be shown
Hope that helps