askvortsov/flarum-article-series

Article Series for Flarum Blog

Maintainers

👁 askvortsov

Package info

github.com/askvortsov1/flarum-article-series

Language:JavaScript

Type:flarum-extension

pkg:composer/askvortsov/flarum-article-series

Statistics

Installs: 968

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

v0.2.0 2022-05-09 23:04 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 7bfa698fd3a7cac8e8f9e724a40188cc87b6b32f

  • Alexander Skvortsov <sasha.skvortsov109.woop@gmail.com>

flarum

This package is auto-updated.

Last update: 2026-06-18 21:27:16 UTC


README

👁 License
👁 Latest Stable Version
👁 Total Downloads

A Flarum extension. Article Series support for Flarum Blog

This allows you to create article series by labelling discussions with certain secondary tags.

👁 Image

Live site: ceramichacker.com

Usage

  1. Install and enable the extension
  2. 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
    1. Usually, secondary tags should be used for article series
  3. 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.
  4. 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

Links