Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-author-change
Let mods update the author of discussions and posts
https://github.com/clarkwinkelmann/flarum-ext-author-change
Last synced: 3 months ago
JSON representation
Let mods update the author of discussions and posts
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-author-change
- Owner: clarkwinkelmann
- License: mit
- Created: 2019-10-19T21:11:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:33:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T16:47:28.231Z (3 months ago)
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/21731
- Size: 372 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Author Change
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-author-change.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-author-change) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-author-change.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-author-change) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
Let mods update the author and date of discussions and posts.
The author edit button is added underneath the title/tag edit button for discussions and under the content edit button for posts.
#### Author edit
Users with "Update author" permission must also have the "View user list" permission to be able to search for users.
#### Date edit
The field uses the native [datetime-local](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local) picker in browsers that support it (at the time of writing, Chrome/Edge/Opera).
The field format in supported browsers will match your browser/operating system language and country setting.**The time in the modal is UTC.**
#### Other
The first post of a discussion and the discussion itself are not automatically synced.
You will probably want to edit the data in both places.> This extension was written live on YouTube.
> Watch the video on the Clark writes code channel: [Author part](https://www.youtube.com/watch?v=v89ro_sO0nU), [Date part](https://www.youtube.com/watch?v=uc-itrO-nug).
> Support me on [Patreon](https://www.patreon.com/clark_writes_code)!## Installation
composer require clarkwinkelmann/flarum-ext-author-change
## Support
This extension is under **active maintenance**.
Bugfixes and compatibility updates will be published for free as time allows.
You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features.
Support is offered on a "best effort" basis through the Flarum community thread.
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-author-change)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-author-change)
- [Discuss](https://discuss.flarum.org/d/21731)