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.

            datitisev thanks, I will definitely take a look at your suggestion!

            20 days later

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

            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

              IanM Does this extension have conflict with the blog extension? Whenever this is installed i get error 500 when posting the blog.

                13 days later
                15 days later

                Hi, when I enable this plugin, my website frontend does not work and it returns 502. After I refresh the page, the website only shows the title and the bottom, the middle content part all disappears. How can I fix it please?

                  gerner There most likely is some error in the developer console. If you could check there (F12 or Right Click > Inspect Element, then click Console in most browsers), that'd be helpful. Thanks 🙂

                    datitisev
                    Thank you for your reply.

                    mount-redraw.js:15 TypeError: Cannot read property 'type' of undefined
                        at t.e.pushObject (Store.js:57)
                        at t.e.pushPayload (Store.js:37)
                        at e.preloadedApiDocument (Application.js:238)
                        at e.n.loadPage (DiscussionListState.ts:29)
                        at e.refresh (PaginatedListState.ts:139)
                        at e.refreshParams (PaginatedListState.ts:126)
                        at e.n.oninit (IndexPage.js:40)
                        at Function.a (render.js:30)
                        at M (render.js:917)
                        at render.js:153
                    a @ mount-redraw.js:15
                    v @ router.js:114
                    Promise.then (async)
                    t @ router.js:126
                    j @ router.js:95
                    a @ render.js:30
                    (anonymous) @ render.js:971
                    mount @ mount-redraw.js:45
                    y @ router.js:160
                    e.mount @ Application.js:205
                    n.mount @ ForumApplication.js:117
                    e.boot @ Application.js:177
                    (anonymous) @ (index):113

                    Above is the error.