Quarter
stephen goglin
20 posts
aka Quartertron |
#7947
[Not a bug ] duplicate threads? 2 years, 6 months ago Edited by Jeroen van Rijn on Aug. 8, 2016, 11:05 a.m. Reason: Resolved
Should show up inside one thread but
which could be annoying. Let me know if I'm wrong here None |
Quarter
stephen goglin
20 posts
aka Quartertron |
#7949
duplicate threads? 2 years, 6 months ago
Also, my link to imgur is broken? what's up with that?
None |
Kelimion
Jeroen van Rijn
256 posts
/ 3 projects
A big ball of Wibbly-Wobbly, Timey-Wimey _stuff_ |
#7954
duplicate threads? 2 years, 6 months ago Quarter Ah, you're indeed wrong. That's working as intended. It took some figuring out from the image what URL you were talking about, but you were talking about your profile page. That just lists the last 5 replies you've made, so consequently if your last two replies were to the same thread, you will see a summary of each of those posts. Nothing to merge there, they're two distinct events. As for why the image doesn't show up? It's not the HTML, it's well-formed. I think imgur might be protecting against hot-linking here? (requests not coming from its own domain would be blocked). I've not seen it on imgur before, but it could be an account setting. Also, it could be that you're linking to a resource on http whereas this site's https. Not all browsers are equally happy with that. Point being, as far as I can tell from the HTML, it's not this site that's the issue. |
mmozeiko
Mārtiņš Možeiko
1880 posts
/ 1 project
|
#7961
[Not a bug ] duplicate threads? 2 years, 6 months ago Edited by Mārtiņš Možeiko on Aug. 8, 2016, 5:52 p.m.
Yes, this is because of https vs http.
If you open Developer tools in Chrome (Ctrl+Shift+I), then you'll see following message: Mixed Content: The page at 'https://handmade.network/forums/feedback/t/1419/1#7954' was loaded over HTTPS, but requested an insecure image 'http://imgur.com/a/60K5D'. This content should also be served over HTTPS. |
Kelimion
Jeroen van Rijn
256 posts
/ 3 projects
A big ball of Wibbly-Wobbly, Timey-Wimey _stuff_ |
#7963
[Not a bug ] duplicate threads? 2 years, 6 months ago Edited by Jeroen van Rijn on Aug. 8, 2016, 6:04 p.m. mmozeiko Actually, it may also be the case that OP was trying to load a site as if it were an image. If instead you do this:
It does work: ![]() |
mmozeiko
Mārtiņš Možeiko
1880 posts
/ 1 project
|
#7964
[Not a bug ] duplicate threads? 2 years, 6 months ago
Ah, that makes sense. Now its so obvious!
|