Can't move topics to different categories
-
Hi guys,
Since a few weeks ago, I've been unable to move topics in my NodeBB forum with my admin account. If I try to move one through Topic Tools -> Move Topic, the popup window opens correctly, but I can't click on any of the categories and the Move button stays grayed out. In the bottom left corned of the menu there is a line of text that says "disabled_categories_note".
Updating the forum to 1.5.3 didn't fix the issue.
Does anyone know what's going on? Definitely looks like a bug to me
Thank you!
-
@baris said in Can't move topics to different categories:
Do you have a custom theme? Switch to persona and try again if so.
I do have a custom theme, but that's just a copy of Persona aside from the fact the breadcrumb is below the header instead of above. All other visual changes are in the Custom CSS box in the admin panel.
You know what could be causing this issue in the theme?
-
If you've updated NodeBB but not your corresponding theme, then your theme need to update to a newer Persona version.
For the specific issue outlined, you'll need these two commits:
- https://github.com/NodeBB/nodebb-theme-persona/commit/d681699338d623557e44dfd4203ec77eff1b0009
- https://github.com/NodeBB/nodebb-theme-persona/commit/35d41b31b42300b81a9b64f063201efa7e180a6d
That said, if your changes to Persona are minimal, you can probably just merge in the latest changes from Persona into your theme