5 days later

How to get email notification when discussion is closed not I started and not followed?

a month later
  • [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

      12 days later

      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?

        5 days later

        0.7.1 (beta 16)

        0.6.6 (beta 15)

        Updating
        composer require fof/follow-tags:"*"

        Thank you @luceos for spotting the issue and providing the fix 👍

        4 days later

        0.7.2

        • Watch Saving event instead of Posted to fix issues with after save callback resetting (thanks @luceos!)

        Updating

        composer update fof/follow-tags:"*"
        php flarum cache:clear

          davwheat The problem was they the Posted event when adding after saving callbacks to the model would reset those callbacks before even saving. I have to dive into the issue in core yet.

          a month later

          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?

            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.

              8 days later

              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.

                ctml You should be able to change it with Linguist if you wish to. I see why it can give off a bad vibe, but it's commonly used in forums I think... 🤷

                • ctml replied to this.