-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix feed image #29237
Fix feed image #29237
Conversation
I have tested this item ✅ successfully on 4de3ebb This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29237. |
I have tested this item ✅ successfully on 4de3ebb This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29237. |
RTC. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/29237. |
Thanks! |
My guess is that this stemmed from the fact this used to be included through CDATA tags https://stackoverflow.com/questions/483675/images-in-rss-feed - we maybe want to handle this case still in 3.x? |
@wilsonge I don't think that's related. This PR concerns main image of the channel, not images of entries. It's created here: joomla-cms/libraries/src/Feed/Parser/RssParser.php Lines 135 to 153 in 4314047
|
This reverts commit 9ee8845.
This reverts commit 9ee8845.
This reverts commit 9e31d91.
Once it reaches 4.0, this PR will solve #29236.
Summary of Changes
Fixes feed image display.
Testing Instructions
Create a feed module. Use a feed link containing an image, e.g. http://feeds.bbci.co.uk/news/world/europe/rss.xml.
View the module.
Expected result
Image is shown.
Actual result
Image not shown.
Documentation Changes Required
No.