- Edited
Auto Follow Discussion
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 follow status is not displayed until the page is refreshed (当使用自动关注读过的主题时,需要刷新页面才会显示关注状态)
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