[deleted]
- Edited
Justman10000 did you see the incompatible tag for this extension ? It looks as though this may be abandoned
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.
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
Show tags as field
was enabled FriendsOfFlarum/mason29composer 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?
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?
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
GVG while I do agree that screenshots are very useful, there's also a very good reason we don't have any on most extension: it's a lot of work.
I think all the FoF extension that have screenshots are completely outdated. It's very difficult to keep them up to date. And sometimes outdated screenshots give the wrong idea since they might show features that were changed or removed.
The discussion first post is also often the same as the GitHub README file and it's not always practical to include screenshots in README since they need to be either hosted inside of the repository, or externally but then not all README viewers will show them the same way.
I do hope we can standardize this a bit better between extensions in the future!
GVG Please don't post in uppercase text to get a point across. You can place emphasis on words by using bold or italics, but uppercase text in forums is seen as shouting and impolite.
This is a community forum where you'll get much more traction if you ask for something rather than simply complain about it's lack of existence.
@clarkwinkelmann a comma somewhere in the plugin seems to be taking up space for nothing. how can i fix this
mekici we have an issue for it FriendsOfFlarum/mason31
Hopefully someone can take care of it soon.
I'm starting to consider uses for this extension, I would like to know before I get into a real use case, if it would be possible to use the field answers set in each field (when we have not activated the custom fields) as dropdown filters in the discussion list. I would like to know if this could be developed without complicating the current implementation.
This extention will mess up composer after updated to 1.3.1.
SZSZ what do you mean? Is there an error message?