UAB-IT / linear

Framework for UAB IT website
https://uab-it.github.io/linear/
Mozilla Public License 2.0
3 stars 0 forks source link

RSS missing images #107

Closed MattMcAdams closed 4 years ago

MattMcAdams commented 4 years ago

Describe the bug Images do not display on RSS feeds generated by a list of tagged articles.

URL https://dev.uab.edu/it/home/research-computing

To Reproduce Steps to reproduce the behavior:

  1. Go to '.https://dev.uab.edu/it/home/research-computing'
  2. Scroll down to 'Latest on Research'
  3. See that no feed items have an image

Expected behavior Each news item that has an image in the article should show the image to the left of the item in the feed. See the news feed on https://dev.uab.edu/it/home/

Device Information You can get this data from https://supportally.com/

MattMcAdams commented 4 years ago

This is caused by Joomla stripping out everything below the read-more tag. Images are placed below this tag to solve formatting requirements in the newsflash component.

A solution has been included with release 0.14.0 which removes the requirement for system read more tags.