Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 814 forks source link

Not possible to move categories to other sections #9693

Closed rich20 closed 3 weeks ago

rich20 commented 4 weeks ago

Describe the bug https://www.kunena.org/forum/k-6-3-0-support/168462-categories Confirmed

To Reproduce Try to move a category to another section

Result Categories can only be moved within a section

System information

Desktop

xillibit commented 3 weeks ago

So the issue it's by drag&drop, @Ruud68 do-you have an idea on this ?

Ruud68 commented 3 weeks ago

Good morning, we use the Joomla functionality / script here as it is used in eg com_content categries. I think it is only possible to order within the category: that is what we have now. Need to check if this is possible with Joomla articles: so create multi leven categories and not only sort them within its parent, but also move them to another parent.

Ruud68 commented 3 weeks ago

Okay so just tested this is com_content / categories. Same 'issue' here, you can only reorder categories within a category.

When you want to move a category then you actually move it: open the category and select a different parent.

There is probably a reason why Joomla does it this way. For me this is acceptable but that is that I am fine with the difference between moving a category and reordering a category (which in the interface might look the same, but in code is a completely different thing).

rich20 commented 3 weeks ago

I have now tested it with Joomla 3.10 and see that it is also not possible to move categories across sections. So iI think, the ticket can closed here again.