• Extensions
  • FriendsOfFlarum Mason, the discussion custom fields builder

serdo I did not provide a command. You need to edit your composer.json fixing the required version by changing it from a fixed version to asterix. You can also post your composer.json content of you don’t know what to change.

This extension hasn't been updated yet, so installing it on a forum running B.16 or 1.0 will fail.

    FriendsOfFlarum

    Outdated

    • Root composer.json requires fof/mason 0.5.1 -> satisfiable by fof/mason[0.5.1].
    • fof/mason 0.5.1 requires flarum/core >=0.1.0-beta.15 <0.1.0-beta.16 -> found flarum/core[v0.1.0-beta.15] but it does not match your minimum-stability.
      • [deleted]

      • Edited

      Justman10000 did you see the incompatible tag for this extension ? It looks as though this may be abandoned

      The Incompatible tag does not mean this extension is abandoned. It just hasn't been updated yet for v1.

      Looking at GitHub, it looks like it was updated (FriendsOfFlarum/mason9404279) but is going through some additional fixes/refactors.

      1.0.0

      • Update for Flarum 1.0
      Installation
      composer require fof/mason:"*"
      php flarum cache:clear

        IanM I get error after using php flarum cache:clear

        Declaration of Flarum\Filesystem\FilesystemManager::resolve($name): Illuminate\Contracts\Filesystem\Filesystem should be compatible with Illuminate\Filesystem\FilesystemManager::resolve($name, $config = NULL) in /home/user/web/domain.com/public_html/vendor/flarum/core/src/Filesystem/FilesystemManager.php on line 38
        • IanM replied to this.
          5 days later

          1.0.1

          • Fix issue where starting a discussion resulted in a js error if Show tags as field was enabled FriendsOfFlarum/mason29
          Installation
          composer require fof/mason:"*"
          php flarum cache:clear

          First thanks for this extension!!!
          Today I installed Flarum the first time... It is exciting!

          But... ;-)
          How is it possible to change the Layout from the Mason-Fields?
          I want to add a field with a optional price-Tag....
          and it doesnt look nice 🙁
          So is it possible to change the styling for one single input?
          And to get it as Tag in the Category-Listing?

            6 days later