3
- go in the root to the map modules/news.
- download xoops_version.php.
- open this file with an editor.
- search for:
Quote:
// Menu
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][2]['url'] = "archive.php";
- changes this into:
Quote:
// Menu
$modversion['hasMain'] = 1;
//$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
//$modversion['sub'][1]['url'] = "submit.php";
//$modversion['sub'][2]['name'] = _MI_NEWS_SMNAME2;
//$modversion['sub'][2]['url'] = "archive.php";
- save the changes in the orginal file (xoops_version.php)
- upload this new file back into the place you had downloaded it from (modules/news)
- go to the adminsite and update you news module. You do that bij chosing 'system admin' then go to 'modules', there you search for the installed news module and select in the most right colom 'update' (this is the square box next to the green circle).
When you now go to you homepage you'll see that the items are dissapeared.
Good luck