Workaround #49 works like a charm but the following part is not useful, $uuid is not used after this:
if (str_contains($item['key'], 'guid')) { $uuid = $item['value']; }
- last update
about 1 year ago 30,437 pass, 1 fail
Hi, I have tried outputting rss feeds straight as RSS feed, RSS default and force as fields.
Still the feeds publish with ‘submitted by’ and ‘publishing date’ shown inside the description tag, don’t want that :)
Have made sure that each content type has ‘authored by’ deselected, still no joy.
Is it hardcoded somewhere? Would most appreciate any suggestions on how to remove the unneccesary text that appears in my feeds.
The description is build inside \Drupal\node\Plugin\views\row\Rss::render
This seems ok, but somehow this doesn't account for some of the settings on the node type:
$build_mode = $display_mode;
$build = node_view($node, $build_mode);
unset($build['#theme']);
Workaround is using fields instead of content, steps can be found in #17
Needs work
11.0 🔥
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Workaround #49 works like a charm but the following part is not useful, $uuid is not used after this:
if (str_contains($item['key'], 'guid')) {
$uuid = $item['value'];
}