flarum-discussion-views

An extension for the Flarum forum software which tracks and displays discussion views.

MIT License

Downloads
34.9K
Stars
26
Committers
10
flarum-discussion-views - v7.2 Latest Release

Published by MichaelBelgium almost 2 years ago

What's Changed

  • Option to ignore bots/crawlers (#37)
  • Added help texts to settings

Behind the scenes:

  • Replaced deprecated Migration::addSettings
  • Updated js packages
  • Edited/added translations

Full Changelog: https://github.com/MichaelBelgium/flarum-discussion-views/compare/v7.1.3...v7.2

flarum-discussion-views - v7.1.0 - Footer viewlist

Published by MichaelBelgium about 3 years ago

Added features:

  • footer viewlist (and setting) - an alternative to the sidebar viewlist
  • Tracking guests is now an option/setting
  • Quite some new translation keys have been added

Difference between the footer viewlist and sidebar viewlist

  • does not display guests
  • increasing the max viewlist items won't affect that much and neither use a lot of space like in the sidebar viewlist
  • does not show multiple views per user - if a user viewed it 3 times, the user will only be displayed once

Full changelog

flarum-discussion-views - Flarum beta 16

Published by MichaelBelgium over 3 years ago

Added support for beta 16 (and kinda 15 actually)

Full changelog

  • Usage of new extenders
  • Replaced deprecated functions with new ones
  • General improvements
flarum-discussion-views - Flarum beta 14

Published by MichaelBelgium about 4 years ago

  • Update the extension to be compatible with Flarum version beta 14
  • Updated the css
flarum-discussion-views - Flarum beta 13

Published by MichaelBelgium over 4 years ago

This update gives compatibility and usage of the new model extender from beta 13. Also updates translation keys.

flarum-discussion-views - Add new permission

Published by MichaelBelgium over 4 years ago

  • Adds permission "can view discussion viewcount"
  • Adds new translation key
  • Edited other permission translationkey

Linked issue: #19

flarum-discussion-views - v3.1.0

Published by MichaelBelgium over 4 years ago

Full changelog

Summary:

  • Add list of latest visitors on a discussion page
  • Add new settings: max viewlist items, enable the viewlist
  • Add new translation keys

To update, execute:

composer update michaelbelgium/flarum-discussion-views
php flarum migrate
php flarum cache:clear
flarum-discussion-views - v3.0.1

Published by MichaelBelgium almost 5 years ago

  • Fixes a bug when you navigate back to the discussion list if you directly browsed to a discussion or other page
  • Adjust filter setting translation: sorting does not equal filtering
  • Some refactoring and improvements
flarum-discussion-views - Settings, database changes, versioning update

Published by MichaelBelgium almost 5 years ago

A huge update which does this:

  • Adds settings where u can choose between:
    • the way of tracking: normal or unique by ip
    • the way of displaying the count (abbr or full, eg 3000 vs 3K)
    • if you wanna display the (un)popular filters or not
  • Database changes
    • Adds table discussion_views
    • Adds default settings to settings table
  • PSR-4 namespacing fixed and renamed
  • Stepped down from the odd "v0.1.0-betax" versioning
  • Added translation keys for the settings modal

Due the reversioning you need to reinstall this extension to be able to update.

composer require michaelbelgium/flarum-discussion-views
php flarum migrate

flarum-discussion-views - Flarum beta 8 support

Published by MichaelBelgium almost 5 years ago

To update execute:

composer update michaelbelgium/flarum-discussion-views
php flarum migrate
php flarum cache:clear