Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Offline
Ha that's weird.
I get why it's happening but can't do anything to fix it for a good few hours.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Scratch that, accidentally left my laptop back at home and my desktop is ignoring me, can't access the server without either. Will hopefully be able to get that all fixed up in a few days when I get back home.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Offline
go different home
Offline
who says you can't go home?
can you also explain what went wrong with our img tags here? t hanks
whats the point? noneoene can fix cuz only diff can acces the sever
thanks hg for making this much better and ty for my avatar aswell
Offline
who says you can't go home?
can you also explain what went wrong with our img tags here? t hanks
it doesnt quote
[img]
for some reason
check out the post he linked
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
who says you can't go home?
can you also explain what went wrong with our img tags here? t hanks
Forum tries to strip image tags from quoted text. For some reason in that post it removes the first opening tag and the last closing tag and calls it good. I'm guessing an overly greedy regex or something?
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Right right
nearly forgot about this one
merged with maxi's topic
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Somewhat fixed.
It was not an overly greedy regex, The regex for both the quick quote link (broken) and the dedicated quote page (working) was 100% identical. it was a bug in the regex itself on both pages. But it was a bug in the quick quote code that brought it out.
Whoever wrote the quick quote code escaped the quoted message (which messed with all new lines and special characters) before stripping out the image tags. Turns out the code that strips out image tags *hates* escaped new lines (or actually any non-whitespace text at all) directly in between its img tags. So you can actually still trigger the bug just by inserting your own fake escaped new lines in there:
[img]https://forums.everybodyedits.com/img/smilies/smile.png[/img]\n[img]https://forums.everybodyedits.com/img/smilies/sad.png[/img]
Or other text:
[img]https://forums.everybodyedits.com/img/smilies/smile.png[/img]test[img]https://forums.everybodyedits.com/img/smilies/sad.png[/img]
and it ends up breaking the quote code in the same way, and it works across both the quick quote link and the full quote page.
This is fixed, too, somewhat. It causes some issues of its own, but no new issues.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
[ Started around 1738359967.6137 - Generated in 0.079 seconds, 12 queries executed - Memory usage: 1.53 MiB (Peak: 1.7 MiB) ]