-
-
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
Feed Display not selecting approprate link for Blogger Atom Feeds #38631
Comments
Ok figured out some what is going on,
Specificaly in
But that won't work because it returns an instance of If it's changed to:
It now enters the IF statement correctly for
Rather than array or it will error. Lastly
Needs to be updated to
To get the expected behavior. Not sure everyone wants that behavior and it should probably be changed to a param? Not sure. Lastly title links have the same issues and in
Grabs just the first link which again isn't least astonishment behavior on Blgoger generated feeds. I just disabled showing the title. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38631. |
Thank you for your reported issue and all the work you did. I created a PR out of this. Please test the PR #42706 and then can this be fixed in one of the next releases. Closing issue since we have a PR. |
Great thanks, I just tested the change and it works perfectly. Appreciate it. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38631. |
Can you please mark the PR as tested by you? We need 2 successfull tests to be able to merge this and with yours we would be done. 😉 |
So not sure if this is the right place but a quick google all I find is this page: https://docs.joomla.org/Testing_Joomla!_patches And I don't see a TestThis, so I'm not sure how you want me to flag that. Sorry first time reporting. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38631. |
Steps to reproduce the issue
https://www.failureasaservice.com/feeds/posts/default
Expected result
Links should use the
<link rel="alternate">
entry creating a clickable jump back to the Blogger page.Actual result
Link is created using the first entry
<link rel="replies">
which is an XML feed and not useful for normal users who just want to jump over to your post on Blogger.com.System information (as much as possible)
Joomla 4.1.5
Additional comments
The Blogger.com feed validates over at W3C,
The text was updated successfully, but these errors were encountered: