Actions
Feature #355
closedAnti-striptag filter for group email notifications
Status:
Resolved
Priority name:
Low
Assignee:
Category name:
BuddyPress (misc)
Target version:
Start date:
2010-09-26
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Two related things:
1) The new email system does strip_tags() on the content of forum messages etc before they're sent as emails. This will result in the loss of some important things, like links. Find a way to render those HTMLs as plaintext if need be
2) See what's happening when you get HTML digests.
Updated by Boone Gorges about 14 years ago
- Status changed from Assigned to Resolved
Fixed in https://github.com/castiron/cac/commit/b4b7ce4dc6657e8470f2eb52578164818ee46c51
I added filters necessary for (1). The plugin already handles (2) correctly (ie it does not strip tags)
Actions