An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Split

[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/fof/split/blob/master/LICENSE.md) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/split.svg)](https://packagist.org/packages/fof/split) [![Total Downloads](https://img.shields.io/packagist/dt/fof/split.svg)](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)