askvortsov / flarum-article-series
Article Series for Flarum Blog
Installs: 737
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 3
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
- flarum/tags: ^1.0.0
- v17development/flarum-blog: ^0.6.0
Requires (Dev)
- flarum/testing: ^1.0.0
README
A Flarum extension. Article Series support for Flarum Blog
This allows you to create article series by labelling discussions with certain secondary tags.
Live site: ceramichacker.com
Usage
- Install and enable the extension
- Go to a tag that you'd like to be an article series on the tags settings page, and select the "Is Article Series" checkbox in the tag settings modal
- Usually, secondary tags should be used for article series
- For every discussion that's part of the article series, open the discussion controls dropdown, select which article series it's a part of, and select an order index. Articles will be sorted from lowest to highest order.
- Go to the article in the flarum-blog view, and you should see an article series navigation on the right
Installation
Install with composer:
composer require askvortsov/flarum-article-series:"*"
Updating
composer update askvortsov/flarum-article-series:"*"
php flarum migrate
php flarum cache:clear