Hi, I'm trying to translate this with Linguist but also if I apply settings and clean cache the translation is not applied. I have to report this to the Linguist enxtesnion?
FriendsOfFlarum Follow Tags
peopleinside can you share the keys of the translations you have trouble with?
clarkwinkelmann All. Unable to translate buttons, description in drop down, etc.
I will do by file now as from the extension for linguist seems changes are not applied.
peopleinside Load order of the extensions might be interfering. Try enabling linguist after follow tags, or vice versa.
datitisev for now I have translated the en file and insert in mine locale folder.
Thanks.
How to get email notification when discussion is closed not I started and not followed?
[deleted]
When new post is written in discussion I follow, I get an email with this subject: fof-follow-tags.email.subject.newPostInTag
The body of email: fof-follow-tags.email.body.newPostInTag
Is this related to PrettyMail or Follow Tags by FriendsOfFlarum?
`
[deleted] have you tried clearing your cache? php flarum cache:clear
It looks like the translations were not loaded. This is usually cache related.
[deleted]
- Edited
clarkwinkelmann have you tried clearing your cache?
It is the same after cache cleared, via admin dashboard and using Terminal php flarum cache:clear
And it is only related to FoF/Follow Tags extension and notifications
0.7.0
- Update for Flarum beta 16
- Replaced search gambit
is:following-tag
with query?filter[following-tag]
- Potentially breaking if you or an extension you use takes advantage of the gambit
Upgrading
composer require fof/follow-tags:"*"
php flarum cache:clear
Are you aware of this little glitch of the follow dropdown on tablet?
- 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