MyBB.de Forum
[G] Automatische Moderation - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Bugs (https://www.mybb.de/forum/forum-61.html)
+----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-63.html)
+----- Thema: [G] Automatische Moderation (/thread-17927.html)

Seiten: Seiten: 1 2


RE: Automatische Moderation - Michael - 14.03.2011

So, entschuldige die Verzögerung. Die verzögerte Moderation an sich scheint zu funktionieren. Allerdings tritt bei mir beim verschieben eines Threads der gleiche Fehler auf. Ticket: http://dev.mybb.com/issues/1497


RE: [G] Automatische Moderation - Michael - 14.03.2011

Das sollte der Fix sein: Öffne die Datei inc/tasks/delayedmoderation.php und suche:
PHP-Code:
$moderation->move_thread($tid$input['moveto']); 
Ersetzen durch:
PHP-Code:
$moderation->move_thread($tid$input['new_forum']); 



RE: [G] Automatische Moderation - problemkind - 15.03.2011

Wo ist der DANKE Button ? Dann halt so, VIELEN DANK. Werde es die Tage mal entgegen checken ob's so funktioniert.