Archived May, 2026.

I have an issue with moving topics between categories

gilles

Hello,

I am on version 2026.5.0-latest.1 (4f17eef310) and I wanted to move topics to another category using the function

The selected topics were copied to the new category instead of being moved. I’m not sure if this is normal? Afterwards, I deleted my old topics that were in the wrong category. When I returned to my forum, all the topics I had moved to the new category had disappeared. I repeated the test with a single topic by editing it and changing its category; same result: it creates a copy of the topic in the new category, so I deleted the original topic which wasn’t in the correct category. I think there is a major problem!!! For your information, I moved topics into subcategories.

Ethsim2

I wonder if the topics may not have actually been copied, but were still showing in the old category list because of stale state / not refreshing after the bulk category update.

One quick check would be to compare the topic ID in the URL. For example:

/t/example-topic-title/12345 

If the apparent “old” and “new” topics had the same numeric ID, then they were the same topic record, not copies. In that case, deleting the one still shown in the old category would also delete it from the new category.

If the IDs were different, then that would suggest a real duplicate/copy happened, which would be a different issue.

I also wondered about the recent nested-post keyboard navigation change, but that seems to affect selected posts inside a topic rather than selected topics in the bulk topic list, so it may be unrelated.

gilles

Thanks for your feedback. I think you’re right. So the issue is that if I try to move a topic, it creates a copy with the same ID, resulting in a duplicate topic. Normally, it should move the topic, not copy it. I thought this used to work :thinking:

gilles

Finally, I understand. It was the first time I was using subcategories. I had moved topics from the parent category into the subcategory, and I assumed the parent category would only display its own topics, not those of the subcategories. That’s why there were duplicate topics between the subcategory and the parent category.

So, in the end, I don’t quite see the point of subcategories, since you could simply add a tag (representing a subcategory) to the relevant topics and then filter later to find them. I thought the parent category would only show its own topics and not those of the subcategories.

Ethsim2

Ah, that makes sense - thanks for checking.

So it was not really a copied topic or duplicate topic after all, but the same topic being visible from both the parent category view and the subcategory view.

That also explains why deleting the “old” one deleted it everywhere: it was the same topic ID / same topic record.

I can see why that would be confusing the first time using subcategories though. Tags may work better if you want a lighter way to group topics without changing the category structure.