Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)