All Projects → FriendsOfFlarum → masquerade

FriendsOfFlarum / masquerade

Licence: MIT license
User profile builder extension for your Flarum forum.

Programming Languages

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

Projects that are alternatives of or similar to masquerade

mason
Add custom fields to discussions
Stars: ✭ 17 (+0%)
Mutual labels:  custom-fields, flarum-extension, flagrow
byobu
Well integrated, advanced private discussions for your Flarum forum.
Stars: ✭ 49 (+188.24%)
Mutual labels:  flarum, 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, flarum-extension, flagrow
passport
The Laravel passport compatible oauth extension for your Flarum forum.
Stars: ✭ 24 (+41.18%)
Mutual labels:  flarum, flarum-extension, flagrow
reactions
❤ A Flarum extension that adds reactions to your Flarum Community!
Stars: ✭ 17 (+0%)
Mutual labels:  flarum, flarum-extension
awesome-flarum
A curated list of amazingly awesome Flarum extensions and resources.
Stars: ✭ 151 (+788.24%)
Mutual labels:  flarum, flarum-extension
flarum-ext-email-verification-switch
Disable new registered user email verification, will be activated automatically.
Stars: ✭ 18 (+5.88%)
Mutual labels:  flarum, flarum-extension
ads
Allows you to configure ads in several locations
Stars: ✭ 17 (+0%)
Mutual labels:  flarum, flarum-extension
discussion-cards
Output of discussions in form of cards
Stars: ✭ 15 (-11.76%)
Mutual labels:  flarum, flarum-extension
extension-generator
This package is no longer supported. Please use https://github.com/flarum/cli instead.
Stars: ✭ 53 (+211.76%)
Mutual labels:  flarum, flarum-extension
flarum-ext-sso
🔒 Single Sign On for Flarum.
Stars: ✭ 59 (+247.06%)
Mutual labels:  flarum, flarum-extension
flarum-ext-dashboard
DEPRECATED This completely re-imagines the Admin interface
Stars: ✭ 17 (+0%)
Mutual labels:  flarum, flarum-extension
bazaar
The extension marketplace for your Flarum forum.
Stars: ✭ 58 (+241.18%)
Mutual labels:  flarum, flarum-extension
flarum-ext-indonesian
Indonesian Language Pack for Flarum
Stars: ✭ 13 (-23.53%)
Mutual labels:  flarum, 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, flarum-extension
mondedie-chat
Node.js chat application using Express, Socket.io, Redis and Mithril
Stars: ✭ 40 (+135.29%)
Mutual labels:  flarum
wp-custom-fields
WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
Stars: ✭ 53 (+211.76%)
Mutual labels:  user-profile
interfaces
A diverse set of royalty-free user avatars to be used for marketing graphics and application screenshots.
Stars: ✭ 50 (+194.12%)
Mutual labels:  user-profile
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

Masquerade by FriendsOfFlarum

License Latest Stable Version

The user profile generator. Includes:

  • New tab on user profile to show masquerade profile with answers provided to configured fields.
  • New tab on user profile for user to set up a masquerade profile.
  • Add, update, delete and order profile fields in admin.
  • Permission who can have a masquerade profile.
  • Permission who can view a masquerade profile.
  • Allowing you to configure forced redirection to make a (email verified) user complete the required fields.

Installation

composer require fof/masquerade:*

Update

composer require fof/masquerade:*
php flarum migrate
php flarum cache:clear

Configuration

Enable the extension. Visit the masquerade tab in the admin to configure the fields.

Be aware that the "Add new field" and "Edit field " toggle the field form when clicked.

Make sure you configure the masquerade permissions on the Admin Permissions tab to your needs.

Updating from Flagrow

This extension replaces Flagrow Masquerade.

Please backup your data before attempting the update!

First make sure you installed the latest Flagrow release will all migrations applied:

composer require flagrow/masquerade
# Go to admin panel and check extension is enabled
php flarum migrate

(Instead of running the migrate command you can also disable and re-enable the extension in the admin panel)

Then upgrade from the old extension to the new one:

composer remove flagrow/masquerade
composer require fof/masquerade:*

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

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].