Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-manual-discussion-slug
Manually define the slug of an individual discussion
https://github.com/clarkwinkelmann/flarum-ext-manual-discussion-slug
Last synced: about 19 hours ago
JSON representation
Manually define the slug of an individual discussion
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-manual-discussion-slug
- Owner: clarkwinkelmann
- License: mit
- Created: 2020-08-18T14:43:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T16:55:34.000Z (about 1 year ago)
- Last Synced: 2024-12-16T19:04:56.359Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://discuss.flarum.org/d/25993
- Size: 128 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Manual Discussion Slug
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-manual-discussion-slug.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-manual-discussion-slug) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-manual-discussion-slug.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-manual-discussion-slug) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
This extension lets you manually define the slug of an individual discussion.
Once a manual slug is set, it won't be overridden even if the title changes.
You can revert to automatic to have the slug generated by the default method.This extension only works with the default slug driver for discussions (id + slug).
## Installation
composer require clarkwinkelmann/flarum-ext-manual-discussion-slug
## 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**: Daniel Alter
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-manual-discussion-slug)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-manual-discussion-slug)
- [Discuss](https://discuss.flarum.org/d/25993)