I've been suffering from the same issue as these people: * https://www.drupal.org/project/views_rss/issues/1674134 * https://www.drupal.org/project/views/issues/1189550 * https://stackoverflow.com/questions/14229641/rss-feeds-view-showing-enco...
I have resorted to both removing the check_plain()
calls that are added in template_preprocess_views_view_row_rss and replaced them with decode_entities()
to get my RSS feeds to be clean. But I wonder about the security implications of doing so.
We should provide a sanitization function that does not escape characters, something like check_plain_rss()
maybe? What are our options currently?
Recent comments
@willowf If you have the time and patience for OG I don't think you'll regret it.
Create groups or communities with nodes or Organic groups
And another note: OG has a bit of a learning curve. It's not very intuitive, but I believe there is good ducomentation in its wiki page. https://github.com/backdrop-contrib/og/wiki
Create groups or communities with nodes or Organic groups
Organic Group is a very comprehensive (and somewhat heavy) solution (disclosure: I'm a maintainer). If what you need is fairly simple (from your description that seems to be the case), what you...
Create groups or communities with nodes or Organic groups