2
File \modules\profile\xoops_version.php
// Menu
$modversion['hasMain'] = 1;
if ($GLOBALS['xoopsUser']) {
$modversion['sub'][1]['name'] = _PROFILE_MI_EDITACCOUNT;
$modversion['sub'][1]['url'] = "edituser.php";
$modversion['sub'][2]['name'] = _PROFILE_MI_PAGE_SEARCH;
$modversion['sub'][2]['url'] = "search.php";
$modversion['sub'][3]['name'] = _PROFILE_MI_CHANGEPASS;
$modversion['sub'][3]['url'] = "changepass.php";
}
replace:
// Menu
$modversion['hasMain'] = 1;
if ($GLOBALS['xoopsUser']) {
$modversion['sub'][1]['name'] = _PROFILE_MI_EDITACCOUNT;
$modversion['sub'][1]['url'] = "edituser.php";
$modversion['sub'][2]['name'] = _PROFILE_MI_CHANGEPASS;
$modversion['sub'][2]['url'] = "changepass.php";
}
Then to update the profile module.