https://github.com/FriendsOfFlarum/split
Split Flarum posts into a new discussion
https://github.com/FriendsOfFlarum/split
flarum flarum-extension moderating split
Last synced: about 2 months ago
JSON representation
Split Flarum posts into a new discussion
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/split
- Owner: FriendsOfFlarum
- License: mit
- Created: 2016-01-18T08:46:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:05:33.000Z (8 months ago)
- Last Synced: 2024-10-29T22:37:25.014Z (7 months ago)
- Topics: flarum, flarum-extension, moderating, split
- Language: PHP
- Homepage:
- Size: 558 KB
- Stars: 12
- Watchers: 3
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Split - Separate posts from one discussion into its own, splits discussions. (Extensions / Discussion ([:top:](#table-of-contents)))
README
# Split
[](https://github.com/fof/split/blob/master/LICENSE.md) [](https://packagist.org/packages/fof/split) [](https://packagist.org/packages/fof/split)
Allows splitting posts from discussions.
- Automatically creates references between the old and new discussion.
- Applies the tag of the old discussion to the new discussion.## Install
```bash
composer require fof/split:"*"
```## Disclaimer
The initial release was patched up, forked and released by [Davis](https://github.com/dav-is) under his name with our permission.
Without that last burst of effort this extension would have most likely been delayed for ages, thank you!## Links
- [Flarum Discuss post](https://discuss.flarum.org/d/1903)
- [Source code on GitHub](https://github.com/FriendsOfFlarum/split)
- [Changelog](https://github.com/FriendsOfFlarum/split/blob/master/CHANGELOG.md)
- [Report an issue](https://github.com/FriendsOfFlarum/split/issues)
- [Download via Packagist](https://packagist.org/packages/fof/split)