Littlegolden please post the output of php flarum migrate
here
FriendsOfFlarum Moderator Notes
- Edited
luceos I have deleted the two migration entries in migrations table, and composer remove
Note extension.
Now I run this, nothing changed.
[golden@VM_0_11_centos bbs.csur.fun]# php flarum migrate
Migrating Flarum...
Nothing to migrate.
Migrating extension: flarum-sticky
Nothing to migrate.
Migrating extension: flarum-likes
Nothing to migrate.
Migrating extension: flarum-approval
Nothing to migrate.
Migrating extension: flarum-emoji
Nothing to migrate.
Migrating extension: flarum-flags
Nothing to migrate.
Migrating extension: flarum-lock
Nothing to migrate.
Migrating extension: flarum-mentions
Nothing to migrate.
Migrating extension: flarum-subscriptions
Nothing to migrate.
Migrating extension: flarum-suspend
Nothing to migrate.
Migrating extension: flarum-tags
Nothing to migrate.
Migrating extension: the-turk-diff
Nothing to migrate.
Migrating extension: michaelbelgium-discussion-views
Nothing to migrate.
Migrating extension: fof-best-answer
Nothing to migrate.
Migrating extension: fof-byobu
Nothing to migrate.
Migrating extension: fof-drafts
Nothing to migrate.
Migrating extension: fof-follow-tags
Nothing to migrate.
Migrating extension: fof-geoip
Nothing to migrate.
Migrating extension: fof-links
Nothing to migrate.
Migrating extension: fof-pages
Nothing to migrate.
Migrating extension: fof-filter
Nothing to migrate.
Migrating extension: fof-linguist
Nothing to migrate.
Migrating extension: fof-polls
Nothing to migrate.
Migrating extension: fof-pretty-mail
Nothing to migrate.
Migrating extension: fof-reactions
Nothing to migrate.
Migrating extension: fof-socialprofile
Nothing to migrate.
Migrating extension: fof-upload
Nothing to migrate.
Migrating extension: fof-user-directory
Nothing to migrate.
Migrating extension: fof-username-request
Nothing to migrate.
Migrating extension: fof-ban-ips
Nothing to migrate.
Migrating extension: studosi-mail-filter
Nothing to migrate.
Migrating extension: fof-stopforumspam
Nothing to migrate.
Migrating extension: flarum-akismet
Nothing to migrate.
Migrating extension: jjandxa-chinese-search
Nothing to migrate.
Migrating extension: askvortsov-moderator-warnings
Nothing to migrate.
Publishing assets...
DONE.
[golden@VM_0_11_centos bbs.csur.fun]# ^C
- Edited
0.1.3
- Auto create a moderator note when a user impersonates another user
- Requires
fof/impersonate
0.4.1 or later to use this function (optional)
Updating
composer require fof/moderator-notes
php flarum cache:clear
[deleted]
IanM Hey, i have a issue with your extension, my flarum instance is heavily modified with custom css and your extension sadly doesn't have a box when we use it. When we try to add a box it overwrites all the other boxes on the profile. As example the discussions boxes. Could you add an exclusive class for moderator notes?
Kind regards
[deleted]
IanM Hey thanks!! i wonder is there a way to delete a note?
[deleted]
IanM Alrighty, thanks
hi, how remove MODerator notes??? add button "remove note"
TOWUK if you scroll up slightly, you'll see that this exact question has just been answered.
askvortsov wow sorry, i dont love read more eng words
- Edited
0.2.0
- Adds the ability to delete a moderator note ([deleted] shebaoting TOWUK )
- Permission
canDeleteModeratorNotes
- defaultadmin
- Updated/improved UI
- Now uses
textformatter
- new lines, markdown (if enabled), bbcodes (if enabled) all supported (inspired by @askvortsov 's recent update to his excellent Moderator Warnings extension - [Dev] Dispatches new events
ModeratorNoteCreated
andModeratorNoteDeleted
Updating
composer require fof/moderator-notes:^0.2.0
php flarum cache:clear
Known issue
- an @ mention within the moderator note will produce an error. Github issue
IanM have you seen this? askvortsov1/flarum-moderator-warnings3
- Edited
Kylo I think each extension is for a different purpose. Warnings are viewable by users but these notes are only to give an idea around the behavior of a specific user so other mods know how to interact with him. If this extension gets the ability to warn users, I'm uninstalling the moderator warnings extension as I think this one is well-put-together and goes smooth with Flarum's UI
0.2.1
- Fix issue with using
@mention
within a moderator note (Kylo )
Updating
composer require fof/moderator-notes:^0.2.1
php flarum cache:clear
Thanks to @datitisev for the pointer for this fix ️