huoxin / auto-follow-discussion
Allow users to automatically follow the discussions they created
Installs: 293
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
- flarum/subscriptions: *
Requires (Dev)
- flarum/testing: ^1.0.0
This package is auto-updated.
Last update: 2024-11-15 17:00:10 UTC
README
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