Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-6196

No notifications for subscribed forums

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.RC7
    • Posting
    • None
    • PHP Environment:
      Database:

      If, in Board Features:
      Allow subscribing to topics is OFF, and
      Allow subscribing to forums is ON, and
      in E-mail Settings:
      Allow board-wide e-mails is ENABLED

      Then:
      No nofications are sent to users subscribed to the forum.

      Note that setting "Allow subscribing to topics" to ON fixes the problem, but this isn't what is wanted.

      SOLUTION:
      The offending code appears to be in includes/functions_posting.php in the function user_notification(). Removing the following lines in that function fixes the problem:

      if (!$config['allow_topic_notify'])

      { return; }

      Thanks for all you work on this great piece of software!

            Acyd Burn Meik Sievertsen [X] (Inactive)
            craiganz craiganz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: