XenForo
Administrative
- Thread starter
- Admin
- #1
XFI\Import\Importer\PhpBB::stepThreads
PHP:
Code:
$subs = $this->sourceDb->fetchPairs("
SELECT user_id, notify_status
FROM topics_watch
WHERE topic_id = {$oldThreadId}
");
This code assumes that field
notify_status
is set to 1
if the user wants to receive notifications via email.But this is not the case as phpBB doesn't allow to specify email notification preference per thread - the field indicates if a notification has been sent (but the user hasn't read the...
Read more
ادامه مطلب...