itlad/synopsis

Show summary excerpts on discussion lists.

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:flarum-extension

v0.1.3 2021-04-08 08:37 UTC

This package is auto-updated.

Last update: 2024-09-15 10:20:17 UTC


README

License Latest Stable Version

A Flarum extension which adds summary excerpts to the discussion list. This is essentially the same as IanM's Summaries andjordanjay29'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
  • Support to display pictures in content
  • Support to set the number of pictures to be displayed

Screenshots

Admin settings

image

content and images in summary

image

User settings

image

Installation

composer require itlad/synopsis

Updating

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

Links