Bug #7656
closedBP notification text is not generated properly on secondary sites when dependent on non-active plugins
0%
Description
We have a number of plugins on the main site that are responsible for creating and formatting BP notifications: bbPress and Social Paper, and perhaps others. On secondary sites, these notifications persist, but the plugin isn't there to format them. As a result, the notification text ends up being 'bbp_new_reply', etc.
See #7624 and https://bbpress.trac.wordpress.org/ticket/2706 for some background.
Related issues
Updated by Boone Gorges almost 8 years ago
- Related to Design/UX #7624: BP Notifications added
Updated by Boone Gorges almost 8 years ago
A first pass at a solution for bbPress is here: https://github.com/cuny-academic-commons/cac/commit/802f2670763bec7229f64e6d43fe989fdeb3a1e6
It's relatively complicated, because of the need to work around CORS restrictions on our subdomain network as well as mapped domains. I've also added a caching layer, so that the async request only takes place when necessary.
Ray, would you mind having a look and letting me know if you think this technique is bonkers? If not, I'll do something similar for Social Paper, which suffers from the same problem.
Updated by Boone Gorges almost 8 years ago
- Status changed from New to Resolved
I'm going to go with this solution for bbPress for now. I'll open a separate ticket for Social Paper so that I can close this one against the 1.10.10 milestone.
Updated by Boone Gorges almost 8 years ago
- Related to Bug #7663: Social Paper notifications not formatted correctly on secondary sites added