Частично является портом известного мода от Xpert для phpBB2 - Advanced posts merging.
_____________________________________________________________
FAQ:
Вопрос:
В файле posting.php обновленной версии 3.0.2 невозможно выполнить следующую инструкцию:
- Код: выделить все
Find
unset($message_parser);
- Код: выделить все
Add after
include($phpbb_root_path . 'includes/posts_merging.' . $phpEx);
Отсутствует строка unset($message_parser);
Как быть?
Ответ:
В файле posting.php
Выполните следущие:
- Код: выделить все
FIND
$redirect_url = submit_post
- Код: выделить все
BEFORE, ADD
include($phpbb_root_path . 'includes/posts_merging.' . $phpEx);













