0.2.5

  • Fix issue where note content was not being saved during migration

This may or may not be related to your issue ink

Updating

composer require fof/moderator-notes:^0.2.5
php flarum migrate
php flarum cache:clear
6 months later

Sorry, this one got missed for the beta 14 round, so...

0.3.0

  • Flarum beta 14 compatibility

0.4.0

  • Flarum beta 15 compatibility
a month later

0.4.1

Updating
composer require fof/moderator-notes:"*"
php flarum cache:clear

    IanM Oh, after updating 0.4.1, I can't even view other users' message boards. Even if I am an administrator, all users can't write on others' message boards. This is really incredible. I have set the permissions correctly, no errors were thrown, and I don’t know why.

      GitHenry what do you mean by message board? You mean other normal users can see or write moderator notes on other user's profiles?

      Or did the update have an impact on a completely unrelated feature of Flarum?

        clarkwinkelmann all users,everyone,cannot see or write moderator notes on other user's profiles,each user can only see or write moderator notes on their own profiles.I tried a fresh install of Flarum, but this problem still exists, I think this is a problem with this extension.

        clarkwinkelmann message board has the same meaning as moderator notes, which is how it is translated in Chinese Flarum, thank you for your reply.

        • ctml replied to this.

          GitHenry that's the intended behaviour. Only moderators on the forum should be able to leave notes on other users profiles, hence the name of the extension. Other moderators should be able to view the notes left by other moderators on any user profile.

          Unless you're saying something other than that is happening.

            ctml Even moderators cannot write notes on other user’s profiles, they can only write in their own moderator notes, and other people cannot see them.

            GitHenry

            I can also reproduce the same issue. Moderators can see the notes tab on their own profile, but not anyone else's.

            Edit: appending /notes to the end of the user's profile URL lets you view the notes, meaning that there's a check failing on the JS side of things.

            Edit 2: I think that this line should be app.session.user.canViewModeratorNotes() as we want to show the link if the signed in user is able to see mod notes, not if the user whose profile page it is can.

            I'll take a look in a moment to see what's going on here...

            0.4.2

            Upgrading
            composer require fof/moderator-notes:"*"
            php flarum cache:clear
              a month later
              10 days later

              0.5.0

              • Beta 16 ready
              Updating
              composer require fof/moderator-notes:"*"
              php flarum cache:clear
              2 months later
              4 months later

              Can users delete their own message boards? If they encounter malicious messages, they will not be able to delete them themselves.
              Of course, the content that can be left to the administrator or authorized person can not be deleted?