huoxin233 / flarum-ext-auto-follow-discussion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Follow Discussion

License Latest Stable Version Total Downloads

A Flarum extension that builds on Flarum Subscriptions.

一个 Flarum 扩展,基于 Flarum Subscriptions

Features

  • Allow users to automatically follow the discussions they created(允许用户自动关注他们创建的主题)

  • Allow users to automatically follow the discussions they read(允许用户自动关注他们读过的主题)

Known Issues

  • For automatically follow after read, the following state is not shown unless the page is refresh (当使用自动关注读过的主题时,需要刷新页面才会显示关注状态)

Screenshots

Installation

Install with composer:

composer require huoxin/auto-follow-discussion:"*"

Updating

composer update huoxin/auto-follow-discussion:"*"
php flarum migrate
php flarum cache:clear

Links

About

License:MIT License


Languages

Language:PHP 52.1%Language:JavaScript 47.9%