FriendsOfFlarum Follow Tags
- Edited
0.7.1 (beta 16)
0.6.6 (beta 15)
- Delay sending of jobs until after they are saved in the database FriendsOfFlarum/follow-tags35
Updating
composer require fof/follow-tags:"*"
Thank you @luceos for spotting the issue and providing the fix ️
Hi, I just installed this extension & prettymail. I'm testing it out but I don't see any email notifications.
I'm not sure if the email is not getting sent because I don't see any errors being logged - although I might be looking in the wrong place.
Does it send instant notifications or is it a digest? I don't see anywhere to specify when to notify.
Thanks
adam42 it should be one email every time a discussion is created with the followed tag.
Which mail driver are you using? SMTP?
Hmm, I won't get any notifications for stuff I post myself?
adam42 this seems to be the intended behavior.
The discussion author does not receive notifications for their own discussions https://github.com/FriendsOfFlarum/follow-tags/blob/0.7.2/src/Jobs/SendNotificationWhenDiscussionIsStarted.php#L56
Is there functionality to allow me to see who is following a tag - even if only as Admin?
adam42 not at this time unfortunately.
Only way to know would be by querying the database directly.
For tag subscriptions I would propose renaming lurking to something else. The term is a little dark and has a negative connotation imo.
Something like watching or tracking would be preferred for me personally.
1.0.0
- Update for Flarum 1.0
This is another extension updated for Flarum 1.0 by @glowingblue. We u
Installing
composer require fof/follow-tags:"*"
php flarum cache:clear
1.0.1
- Fix issue where ignored tags were still displayed in the All Discussions stream
Installation
composer require fof/follow-tags:"*"
php flarum cache:clear
User24 please share any error message so we can investigate.
clarkwinkelmann sir, any update regarding this?