Summary: | Images are not rendering in blog posts cross-posted to discuss.kde.org | ||
---|---|---|---|
Product: | [Websites] discuss.kde.org | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | General | Assignee: | KDE Forum Administrators <forum-admin> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | carl, kde-www, phu.nguyen |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | https://discuss.kde.org/t/conclusion-of-kde-and-google-summer-of-code-2024/25560/2?u=rokejulianlockhart | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=475749 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | An archive-compressed version of a static representation of the issue. |
Description
Roke Julian Lockhart Beedell
2024-11-15 15:42:48 UTC
(In reply to Roke Julian Lockhart Beedell from comment #0) I presume that due to the age of https://bugs.kde.org/show_bug.cgi?id=372194#c1, it doesn't apply here? Carl, any ideas who is running the Konqi bot? The missing images aren't even linked - they're actually completely removed from the original material. The issue is that links of those missing images are made as relative, so even though they show up fine on their original sites, when those posts containing those image links are passed to other sites via RSS, the "base URL" is different, and those relative links become invalid. And Discuss uses RSS feeds to get posts from other sites. You can also see the same missing images on planet.k.o. Now, all those sites with missing images we are talking about here use the same Hugo RSS template. And that RSS template is still doing the (maybe) simplest way: it doesn't try to be smart and decide for the authors where they want their image links to be relative to, it just expects that image links are absolute, i.e. it keeps links the same with no modification. So, the solution here IMO is to fix the links on their source posts. |