robinodds how does this relate to this extension ?
FriendsOfFlarum Follow Tags
- Edited
clarkwinkelmann If I set Hiding to a tag (Hide discussions from All Discussions page.), sticked discussions (with that tag) continue to appear in All Discussions page.
The same with Follow extension:
If I set Ignoring to a sticky discussion, it continues to appear in All Discussions page.
0.3.5
- Adds option to be notified if a discussion is moved to a tag you're following.
- Minor updates to JS dependencies
Updating
composer require fof/follow-tags
php flarum cache:clear
- Edited
Is there a way we can show only the threads that belong in the tag that we followed?
For example: I follow extension and dev tags using this extension, is there a page that I can view only threads belong in those two tags?
Would any of you consider adding this feature to the extension as a contract? @IanM @datitisev
0.3.6
- Fix issue where you'd be notified about a changed tag that you changed yourself, if you were subscribed to that tag.
- Fix issue where the discussion starter would not be notified about the changed tag, if they were subscribed to that tag.
Thank you you raising this iPurpl3x
Updating
composer require fof/follow-tags
- Edited
0.4.0
- View discussions in followed tags in Following page
- User setting for default filtering option (following, discussions in tags, both)
- Admin setting for default filtering option (overriden by user setting, see above)
- 0.4.1 Hopefully improve performance in forums with hundreds of tags
Updating
composer require fof/follow-tags
php flarum cache:clear
Is there a way how to make some forum tag followed by everyone? I would like to make "Private discussions" tag followed by everyone so they will be notified about new private discussions (fof/byobu).
How exactly is this information stored anyway? I didn't find table in the database related to this.