Otwórz plik: admin/applications/forums/modules_public/moderate/moderate.php
Znajdź [w metodzie _closeTopic()]:
$this->registry->output->redirectScreen( $this->lang->words['p_closed'], $this->settings['base_url'] . "showforum=".$this->forum['id'] . ( $this->request['_from'] == 'forum' ? '&st=' . intval( $this->request['st'] ) : '' ), $this->forum['name_seo'], "showforum" );
Zamień na:
$this->registry->output->redirectScreen( $this->lang->words['p_closed'], $this->settings['base_url'] . "showtopic=" . $this->topic['tid'] . "&st=" . intval($this->request['st']), $this->topic['title_seo'], 'showtopic' );
Zapisz i wyślij.