Hallo Leuchte,
habe laut mod-topic_display_oder-ext cat-hierarchy200.txt in die Datei admin/admin_forums.php
aus der Zeile
Code: Alles auswählen
SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", forum_desc = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . ", prune_enable = " . intval($HTTP_POST_VARS['prune_enable']) . "
folgende Zeile
Code: Alles auswählen
SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", forum_desc = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . ", prune_enable = " . intval($HTTP_POST_VARS['prune_enable']) . ", forum_display_order = " . intval($HTTP_POST_VARS['forum_display_order']) . ", forum_display_sort = " . intval($HTTP_POST_VARS['forum_display_sort']) . "
gemacht. Dann habe ich die Datei abgespeichert, geschlossen und mit FTP rausgeschoben.
Beim Aufruf des Forums (Forum unter
www.frisa.de) kam keine Fehlermeldung aber auch keine neue Anzeige (aktuellster Beitrag ganz oben)
Ich hoffe,diese Infos helfen dir (und mir) weiter.
Rosemarie