FriendsOfFlarum Mason, the discussion custom fields builder
This extension hasn't been updated yet, so installing it on a forum running B.16 or 1.0 will fail.
davwheat can somone add imcompatible tag?
I really hope Mason will get an update for beta 16+
- Edited
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
Justman10000 yes, its already taged as incompatible.
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
fakruzaruret Updating to flarum/core 1.0.3
should resolve this issue
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
- Edited
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?
basti there are no alternate styles built-in. You can customize your website using custom CSS.
clarkwinkelmann Hi, in the current flarum 1.0.4, this extension has a bug that every field is followed by a comma. check out the test post [(https://bookclubforgrads.com/d/5-test)]. Can you check if you can reproduce this?
- Edited
To (temporarily) solve the bug of extra commas between fields, add the following custum CSS
.Mason-Field.Form-group { color: transparent }
.Mason-Field.Form-group > * { color: initial }
ParlorPink see the following answer https://stackoverflow.com/questions/68340768/can-i-hide-commas-from-a-jsx-bug-using-custom-css/68340963#68340963