Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-follow-tags-prompt
Prompt user for tags to follow after registration
https://github.com/clarkwinkelmann/flarum-ext-follow-tags-prompt
Last synced: 3 months ago
JSON representation
Prompt user for tags to follow after registration
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-follow-tags-prompt
- Owner: clarkwinkelmann
- License: mit
- Created: 2020-09-09T00:34:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T13:49:09.000Z (about 1 year ago)
- Last Synced: 2024-09-13T01:25:23.797Z (4 months ago)
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/25994
- Size: 341 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Follow Tags Prompt
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-follow-tags-prompt.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-follow-tags-prompt) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-follow-tags-prompt.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-follow-tags-prompt) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
Prompt user for tags to follow after registration.
This is a companion extension that requires [FriendsOfFlarum Tags](https://github.com/FriendsOfFlarum/follow-tags) to work.
The modal will open for all new or existing users who have not clicked the "Continue" button present in the modal.
If the modal is closed in any other way than the "Continue" button, it will open again on the next page refresh.The list of tags shown in the modal can be customized.
By default, a button to access the modal is also added to the "Following" page.
This can be disabled in the settings.The extension also contains two other loosely related features:
- Ability to make the "Following" page display all discussions without filtering for guests instead of showing an empty page.
- Ability to make the "Following" page the homepage (under Basics)Those options are disabled by default.
## Installation
composer require clarkwinkelmann/flarum-ext-follow-tags-prompt
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
**Sponsors**: [Talkie](https://talkie.vn/), [Andrew MacLean](https://andrewdmaclean.com/), [ctml](https://discuss.flarum.org/u/ctml)
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-follow-tags-prompt)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-follow-tags-prompt)
- [Discuss](https://discuss.flarum.org/d/25994)