MyXoops Forum

Forum - myXOOPS German Support

9 - 3 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Aw:: News 1.63 Submenü

Betreff: Aw:: News 1.63 Submenü
von alfred am 20.07.2009 11:51:42

in der /modules/news/xoops_version.php ab Zeile 214 folgendes auskommentieren (oder löschen)

Zitat:
$modversion['sub'][$i]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][$i]['url'] = "archive.php";
if ($cansubmit) {
$i++;
$modversion['sub'][$i]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][$i]['url'] = "submit.php";
}
unset($cansubmit);

include_once XOOPS_ROOT_PATH.'/modules/news/include/functions.php';
if(news_getmoduleoption('newsbythisauthor')) {
$i++;
$modversion['sub'][$i]['name'] = _MI_NEWS_WHOS_WHO;
$modversion['sub'][$i]['url'] = "whoswho.php";
}

$i++;
$modversion['sub'][$i]['name'] = _MI_NEWS_TOPICS_DIRECTORY;
$modversion['sub'][$i]['url'] = "topics_directory.php";

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5322 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1813 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag