jonnnie So from what I've seen so far, it appears that our 2 extensions will be incompatible for the time being.

I will have to add a hook for it, I will include it in the 3.0 update, I don't have time at the moment.

    18 days later

    Ralkage True, but I formally accept the risks without any warranty. ? Minimally, how can I do it in composer? What parameter or arguments can I use to pull the beta? If I can figure that how, I know how to transfer extensions from one installation to another, and I check them locally before sending them to my active deployment.

    EDIT: Found it myself! ?

    composer require reflar/gamification 3.0.0-beta.2

      Hifihedgehog that is the version that composer should be pulling itself currently when you do composer require reflar/gamification as well as the version Bazaar pulls...

        Ralkage Hmmm... Odd. Composer doesn’t do that. Like Bazaar, it also grabs the last stable release instead of the latest release. Should I submit this as a bug as well? Is this a general Flarum bug perhaps? I noticed this rare behavior with another extension as well (I can’t remember it off the top of my head at the moment; I believe it was both AutoImage and AutoVideo, come to think of it).

          Hifihedgehog does Bazaar not install 3.0.0-beta.2? dev-master is the version above it aka master and not recommended to install.

            @Kyrne could there be a way to hide to up and down vote buttons if the "reactions" extension is also installed? As the Thumps up/down are also counted as up and down votes this would reduce redundancy.

            Also how about a Q&A function where a post can be marked as the "solution" and maybe duplicated just below the original post? A bit like Discourse does it. This could then also be reflected in the points a user has.

              Ralkage does Bazaar not install 3.0.0-beta.2? dev-master is the version above it aka master and not recommended to install.

              Correct. Both Bazaar and Composer grab the last stable release (v0.2.*) instead of the latest release. I was not after the dev-master given the heightened risks.

              Ralkage Here is what happens if I don't specify the version number when installing via Composer. This is a fresh local install of Flarum, excluding the initial installation of the correct latest version of Gamification. For some reason, version precedence is not resolving properly for just this extension. As can be seen below, the correct latest version is replaced by the last non-beta when no version parameter is specified.

              9 days later

              Thanks! Just what I needed. I’ll test it now and report back shortly. EDIT: Works like a charm. Thanks!

              robinodds

              3.0.1

              • Rework how posts are deleted ?
                • Fix an issue that caused an incorrect amount of votes to be removed from a user when a post was deleted
                • Votes are now deleted from the database when a post is deleted
              • Added French locale ?? - Thanks @KazeroG!

              Please allow Bazaar 60 minutes to pull the update

                Kyrne Amazing ?

                Did you check the matter that you cannot see who up/downvote?