Fix broken tags/quotes on old threads

Hi,

I often am browsing old threads on the DevForum, and when many people are discussing something, it started getting confusing. The quote tags, albeit being there, were not creating a quote of the user’s reply.
Here are some screenshot examples:


This also has an effect on tags such as [size=1]:

Threads shown were:

Multiple types of tags from old threads are broken, which confuses me when I try to view an old article.

Thanks,
chasedig

This should be a feature request for Discourse.

No, this should not be a feature request for discourse. Before October 2015, the devforum used another forum software called Kunena. The posts are broken because they were posted under Kunena. Basically think of any posts before then as legacy content. Legacy stuff usually isn’t updated.

Seeing all the broken formatters does get on my nerves lol but there are a lot of posts out there that are broken. Is it both time-consuming and invasive to go edit all these to fit discourse.

cc @VegetationBush

7 Likes

I think the problem is that nested kunena quotes were converted like this:

[quote] layer 1 [/quote]
layer 2 [/quote]
layer 3 [/quote]

Instead of

[quote]
[quote]
[quote]
layer 1
[/quote]
layer 2
[/quote]
layer 3
[/quote]

So making sure there are enough opening quote tags, and making sure paragraphs inside are at their own separate lines.

The fix can probably be automated if you can show this is a significant enough problem to put engineering time into.

2 Likes