All Projects → FriendsOfFlarum → mason

FriendsOfFlarum / mason

Licence: MIT license
Add custom fields to discussions

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
typescript
32286 projects
Less
1899 projects

Projects that are alternatives of or similar to mason

masquerade
User profile builder extension for your Flarum forum.
Stars: ✭ 17 (+0%)
Mutual labels:  custom-fields, flarum-extension, flagrow
passport
The Laravel passport compatible oauth extension for your Flarum forum.
Stars: ✭ 24 (+41.18%)
Mutual labels:  flarum-extension, flagrow
byobu
Well integrated, advanced private discussions for your Flarum forum.
Stars: ✭ 49 (+188.24%)
Mutual labels:  flarum-extension, flagrow
analytics
A Flarum extension that provides your forum piwik's and google's analytics features
Stars: ✭ 32 (+88.24%)
Mutual labels:  flarum-extension, flagrow
extension-generator
This package is no longer supported. Please use https://github.com/flarum/cli instead.
Stars: ✭ 53 (+211.76%)
Mutual labels:  flarum-extension
flarum-discussion-views
An extension for the Flarum forum software which tracks and displays discussion views.
Stars: ✭ 26 (+52.94%)
Mutual labels:  flarum-extension
awesome-flarum
A curated list of amazingly awesome Flarum extensions and resources.
Stars: ✭ 151 (+788.24%)
Mutual labels:  flarum-extension
reactions
❤ A Flarum extension that adds reactions to your Flarum Community!
Stars: ✭ 17 (+0%)
Mutual labels:  flarum-extension
MetaMagik
Custom Fields for Kanboard - Plugin MetaMagik
Stars: ✭ 89 (+423.53%)
Mutual labels:  custom-fields
wordpress-custom-fields-permalink-plugin
Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.
Stars: ✭ 37 (+117.65%)
Mutual labels:  custom-fields
tutty-meta-box
Create custom fields with simple and easy to use WordPress meta box framework.
Stars: ✭ 16 (-5.88%)
Mutual labels:  custom-fields
python-choicesenum
Python's Enum with extra powers to play nice with labels and choices fields.
Stars: ✭ 77 (+352.94%)
Mutual labels:  custom-fields
flarum-ext-dashboard
DEPRECATED This completely re-imagines the Admin interface
Stars: ✭ 17 (+0%)
Mutual labels:  flarum-extension
flarum-ext-sso
🔒 Single Sign On for Flarum.
Stars: ✭ 59 (+247.06%)
Mutual labels:  flarum-extension
flarum-ext-indonesian
Indonesian Language Pack for Flarum
Stars: ✭ 13 (-23.53%)
Mutual labels:  flarum-extension
discussion-cards
Output of discussions in form of cards
Stars: ✭ 15 (-11.76%)
Mutual labels:  flarum-extension
ads
Allows you to configure ads in several locations
Stars: ✭ 17 (+0%)
Mutual labels:  flarum-extension
flarum-ext-email-verification-switch
Disable new registered user email verification, will be activated automatically.
Stars: ✭ 18 (+5.88%)
Mutual labels:  flarum-extension
bazaar
The extension marketplace for your Flarum forum.
Stars: ✭ 58 (+241.18%)
Mutual labels:  flarum-extension
Justified Gallery
Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
Stars: ✭ 1,512 (+8794.12%)
Mutual labels:  mason

Mason by FriendsOfFlarum

License Latest Stable Version

Add custom fields to your discussions. Features:

  • Create custom fields with name, icon and description
  • Fields can be required or optional
  • Fields accept a dropdown selector or user-provided answers
  • User answers can be validated with custom Laravel Validator rules
  • You can choose the number of columns of the layout
  • (experimental) show the tags field as a Mason field

Note: due to the way the Flarum discussion composer works, it currently cannot be automatically resized to fit all fields. If you have many fields you will have to manually increase the composer height with the mouse handle.

Installation

composer require fof/mason

Updating

composer require fof/mason
php flarum migrate
php flarum cache:clear

Configuration

Once enabled, a new Mason tab will show up in the admin.

Fields

Fields can be created, edited and reordered on the page. New fields are immediately visible in the frontend.

If you delete a field, it will be removed from all discussion that used it. Fields use a "soft delete" feature so the data is preserved in the database even if you delete it. You can bring the field and its answers back by editing the database if you need.

Answers

Answers are pre-made answers for a field. If you want to keep an answer visible but prevent new discussions from using it, you can change its suggestion state. If the field accepts user values, these will show up as non-suggested answers.

You can rename an answer (either admin or user made) and it will be updated everywhere it's used.

Deleting an answer will permanently remove it from all discussion using it. Unlike fields it doesn't use "soft deletes" and as such cannot be recovered.

Permissions

The extension comes with several permissions to choose who can interact with custom fields. Check the Permissions tab to configure them.

Usage

The custom fields form will display on the discussion composer, on the first post of the discussion and as an option in the discussion edit menu. The layout can be customized via the settings available in the Mason page of the admin panel.

Updating from Flagrow

This extension replaces Flagrow Mason.

Please backup your data before attempting the update!

You can upgrade from any of the older versions of the Flagrow extension.

Then upgrade from the old extension to the new one:

composer remove flagrow/mason
composer require fof/mason

When you enable the new extension, the permissions, settings and the data from Flagrow Mason will be moved to FoF Mason.

Links

An extension by FriendsOfFlarum

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].