/synopsis

A Flarum extension to add summary excerpts on the discussions list page.

Primary LanguagePHPMIT LicenseMIT

Synopsis by IanM

License Latest Stable Version

A Flarum extension which adds summary excerpts to the discussion list. This is essentially the same as jordanjay29's Summaries, with extra customisable options. If you don't need the extra options, I recommend using Summaries instead.

Features

As well as displaying an excerpt as a summary (with configurable length):

  • All display strings are translatable
  • Toggle between displaying plain or rich content in the summary (admin)
  • Choose from using either the first or latest post in the summary (admin)
  • User preference to show/hide summaries
  • User preference to enable summaries on mobile

Screenshots

Admin settings

image

Rich content in summary

image

User settings

image

Installation

composer require ianm/synopsis

Updating

composer require ianm/synopsis
php flarum migrate
php flarum cache:clear

Links