0.6.1
- Address where some hidden tag discussions appeared in the 'all discussion' list FriendsOfFlarum/follow-tags23
- Requires Flarum beta 15+
Upgrading
composer require fof/follow-tags:"*"
php flarum cache:clear
composer require fof/follow-tags:"*"
php flarum cache:clear
Pollux Personally I'd use a Dodge Demon or Tesla Performance as a comparison but BMW works I guess
/following
page, if a user's notifications included an item not directly related to a discussion, ie userMention
, etc. (ctml )composer require fof/follow-tags:"*"
php flarum cache:clear
Ping @luceos to update discuss
with the updated version, please
composer require fof/follow-tags
php flarum cache:clear
Hi guys,
I'm using 0.4.6 on Beta 13
Looks like selecting "Hiding" on tags doesn't actually hide discussions from the homepage
How can I debug & fix this?
Hi,
I'm using this extension and noticed that some email notifications are enabled by default. See screenshot below.
Can you point out why is that?
The user's preferences field is NULL in the database so it was never set and I did not find anything in the code that would set a default value. Also, I do not have the default user preferences extension installed. Thanks!
stibi for this extension, notifications are enabled for alert
and email
by default.
You can see this in the code here: https://github.com/FriendsOfFlarum/follow-tags/blob/93012fc748309cce992efdc1026f18600937e65b/extend.php#L63
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?
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?
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.