Skip to:
Content

bbPress.org

Opened 10 years ago

Closed 8 years ago

#2729 closed enhancement (fixed)

Get subscribe-mails of closed topics

Reported by: simonhof's profile SimonHof Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: minor Version: 2.5.4
Component: API - Subscriptions Keywords: commit
Cc: SimonHof

Description

It would be great to get a subscribe-mail when something is posted in a closed topic.
I'd like to use this setup for a write-protected topic, but it's also useful if a mod closes a topic and explaines his action in a reply afterwards.

A ticket was created as mentioned by Stephen Edgar in https://bbpress.org/forums/topic/use-topic-as-mailing-list/#post-155395

Change History (3)

#1 @thebrandonallen
9 years ago

  • Keywords 2nd-opinion added
  • Milestone changed from Awaiting Review to Under Consideration

Moving this to Under Consideration to help clear out the Awaiting Review milestone.

This seems like a reasonable request to me. At the very least we could funnel the "is published" checks into a short-circuit filter, so developers can decide how to handle this scenario via plugin.

#2 @johnjamesjacoby
8 years ago

  • Keywords commit added; 2nd-opinion removed
  • Milestone changed from Under Consideration to 2.6
  • Owner set to johnjamesjacoby

Makes total sense to me, and easily achieved now.

#3 @johnjamesjacoby
8 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In 6616:

Subscriptions: Include closed status in subscription triggers.

This change allows activity in closed topics to trigger subscription emails. It also fully implements bbp_get_subscribers() completing the deprecation of topic/forum specific handlers.

Fixes #2729.

Note: See TracTickets for help on using tickets.