https://github.com/clarkwinkelmann/flarum-ext-discussion-lists
https://github.com/clarkwinkelmann/flarum-ext-discussion-lists
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-discussion-lists
- Owner: clarkwinkelmann
- License: mit
- Created: 2022-08-13T04:09:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T21:29:41.000Z (7 months ago)
- Last Synced: 2025-03-24T23:51:24.935Z (2 months ago)
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/31560
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Discussion Lists
[](https://github.com/clarkwinkelmann/flarum-ext-discussion-lists/blob/master/LICENSE.txt) [](https://packagist.org/packages/clarkwinkelmann/flarum-ext-discussion-lists) [](https://packagist.org/packages/clarkwinkelmann/flarum-ext-discussion-lists) [](https://www.paypal.me/clarkwinkelmann)
This extension allows creating public and private lists of discussions.
Public lists can further be configured as series which will be shown as a navigation menu on discussions and blog posts.
Private lists act as a bookmark feature and can be accessed from a user profile.
Lists can be ordered by date or manually.
Manually ordered lists are limited to 50 entries maximum, to avoid any issue related to pagination.## Installation
This extension will automatically install [Flamarkt Backoffice](https://github.com/flamarkt/backoffice), which you will need to enable before you can enable this extension.
You don't need to worry about the backoffice admin panel, it's not used.
The backoffice is only installed to get access to some of its UI components.composer require clarkwinkelmann/flarum-ext-discussion-lists
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
**Sponsors**: puppydreamwork
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-discussion-lists)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-discussion-lists)
- [Discuss](https://discuss.flarum.org/d/31560)