@razibal thanks for reporting, https://github.com/NodeBB/NodeBB/issues/10692
This started happening after the refactor to change tag storage to be by category https://github.com/NodeBB/NodeBB/pull/8938/files
It seems that only administrators have access to the flags interface in the admin section. But <del>they</del><ins>global moderators</ins> get notifications for flagged posts.
Is there a way to let them in to the flags interface?
@boomzilla said:
It seems that only administrators have access to the flags interface in the admin section. But <del>they</del><ins>moderators</ins> get notifications for flagged posts.
Is there a way to let them in to the flags interface?
Better?
Global moderators can go to forum.com/posts/flags to see the flagged posts.
@baris OK, so the URL is open to them, there's just no UI for it?
Not yet, as global moderators were added quite recently, though we're open to adding a panel in for global mods.
@boomzilla It uses the same UI we have in the /admin side.
@baris By UI, I mean some sort of a link or icon or whatever to get there.
Right we don't have that yet, you can add navigation items to the top menu that are visible to admins that should probably be extended to global mods as well.
@baris said:
you can add navigation items to the top menu that are visible to admins that should probably be extended to global mods as well.
I assume you mean that some day there will be a way to show the navigation to moderators or not? I looked for that, but only saw the admins. I guess because that's a new thing, like @julian said.
Yeah, we will add an option like Only display to Admin
for global mods as well. https://github.com/NodeBB/NodeBB/issues/4344