MOD Name: Forum Watch
Author: skinmaster
MOD Description: Allows forum users to watch a forum for new topics.
МOD Version: 1.0.2
Installation Level: Intermediate
Installation Time: ~ 15 Minutes
Download File: http://www.phpbb.com/phpBB/catdb.php?mo ... id=1525648
File Size: 7315 Bytes
я так понимаю проблема в последнем пункте установки этого мода , пожалуйста скажите что тут не так ? ...
Код: Выделить всё
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------
#
if ($error_msg == '' && $mode != 'poll_delete')
{
user_notification($mode, $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user);
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
if ($error_msg == '' && $mode != 'poll_delete')
{
if ($mode == 'newtopic')
{
user_notification_forum($post_data, $subject, $post_info['forum_name'], $forum_id, $topic_id, $post_id);
} else {
user_notification($mode, $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user);
}
}

Добавлено спустя 3 минуты 19 секунд:
Я не уверен что именно в последнем пункте проблема стоит , но возвращая обратно именно последние изменения в файле posting.php месагу можно увидеть , но также не приходят уведомления