It should work. You probably have malformed sCode (that's the general problem I've seen people running into) The new processor is a lot more "correct" than the old one, which allowed you to get away with slightly less "correct" code haha.
Make sure you are closing all your tags in the right order :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
would this be why I just noticed some of my pet pages are all of a sudden missing their story content, and treasure chests are not showing up??
ALL GAMES COMMENT ME INFO ASKED FOR IN USER COMMENTS. YOU NEED TO USE HPY IN YOU POSTS!!!!!!IIF I OWE YOU ANYTHING COMMENT ME PLEASE! DON'T forget to watch for games items and dancing in my pants---Watch for me and read the rules SCAR all entries/gifts posted here [img align=left]https://i.imgur.com/DpThbSf.png[/img] Starting p41 song challenge your dance posts are used no giggle no prize :(
uhh... maybe? I would check for malformed code.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
they have been fine like forever and today I was just going through to see If I wanted to change anything on their profiles and noticed some are missing things. I will look into it thanks
ALL GAMES COMMENT ME INFO ASKED FOR IN USER COMMENTS. YOU NEED TO USE HPY IN YOU POSTS!!!!!!IIF I OWE YOU ANYTHING COMMENT ME PLEASE! DON'T forget to watch for games items and dancing in my pants---Watch for me and read the rules SCAR all entries/gifts posted here [img align=left]https://i.imgur.com/DpThbSf.png[/img] Starting p41 song challenge your dance posts are used no giggle no prize :(
It's been mentioned that the sCode rules are stricter now, in terms of having your tags closed in the proper order and things like that. So even if the profile coding has been the wrong way for a long time but still worked properly before, it probably won't work now until the code is entered properly.
You can try posting in this forum if you need help fixing any older code.
Sorry I can't be of more help D:
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Hey thanks for all your help finding bugs here and there.
Things that have been removed and won't be fixed at the time:
As for the Harvest sCode, I'm still double-checking on whether to add that back in since it's an old function. I'll have an update on it soon.
Let me know if I missed anything, I went back through the last 3 pages of forum posts but there was a lot to skim.
Fix for item scramble has been pushed :) Thank you!
I'm planning to update the sCode reference after this is more fully merged. You can remind me if I forget to do so, I think I must've forgot last time cuz I swear I added the egg and tp scodes, like I seriously thought I did xD
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
the friend feed has an issue with line breaks or spacing, i'm not sure which. It's not that big of a deal, but where there would be a break it's all squished together, especially noticeable for times when people put a ping, then a line break, then the content: it's showing up as the "pingDirectly followed by the content" just like that.

other than that, you've addressed/acknowledged or fixed most other things I mentioned, aside from this:
[img align=right]https://sapi.subeta.net/avatar/580707.png[/img]
the text doesn't wrap around aligned images anymore if that's the correct term for it.
[img align=right]https://sapi.subeta.net/avatar/580707.png[/img]
It still aligns the image but instead of the text being beside it as it used to, it's forced underneath it.
Thanks for all the hard work :)
I think Mesmer found another weird error. The NPC Shopkeepers Subetapedia page is all messed up. We're only seeing one entry in full, one truncated entry, and nothing else:
What it looks like for me (click/drag to enlarge):
Sorry to bother you about this, but can you confirm if the sCode update affects codes for pet profiles? I noticed some messed up positions on some of my pet profiles. If it is the case, would you recommend me fixing the coding now, or would any upcoming updates affect pet profile again?

I recommend checking for malformed sCode (and possibly malformed HTML) on your profiles. The new filter is much stricter with incorrect code that previously would've still gone through.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
@ Bug Thanks for the quick reply. I did notice that most of my older profiles were OK, but the newer ones were messed up. I must've added malformed html codes when making new profiles xD. Now I know what I'm going to do tonight :P!
[edit] Found my problem, I got sloppy, and didn't close the div tag properly in newer profiles xD (either missing or doubling it). Thought i'd post this since some of you might have the same problem.

Haha it looks like we ourselves became a victim to the "stricter rules" thing. spent some time fixing it up (thank you amber!!) so it should be good now. Please let me or Amber know if you see any other pages with stuff like that :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
It happens xD And no worries, will do so. It was Mesmer who caught this one and pointed it out to me.
Not sure if this is related but all the spoiler tags broke on my pet page like 5 mins ago:
https://subeta.net/pets/Mermacia%20Capulet
It was fine before x_x
@Cresenta Did you close your spoiler tags?
If that isn't it, could you pastebin your code somewhere?
In general though, the broken code is because, as I mentioned, the rules are enforced more strictly now. For instance, you need to close tags that have to be closed, you have to close them in the correct order, etc
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
I'm pretty sure I did? I haven't made any changes and it was fine a few mins ago. Everything else is ok, It's just the spoilers. Sorry for the dumbness, I'm not the best at this x_x
@Cresenta As I mentioned, you can paste your code somewhere if you'd like me to take a look :)
Without seeing the actual code I can only make guesses.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Welp, spent a good 15 minutes wondering what the fuck was going on when a friend noticed pet profiles were dodgy. :'|
Heads-up for anyone being really confused about pet profiles suddenly being broken:
<style type=text/css> ^ this breaks the pet profile.
<style type="text/css"> <style> CSS HERE </style>
^ these two seem to work fine.