fof/masquerade

User profile builder extension for your Flarum forum.

Fund package maintenance!
Open Collective

Installs: 8 793

Dependents: 1

Suggesters: 0

Security: 0

Stars: 18

Watchers: 4

Forks: 12

Open Issues: 10

Type:flarum-extension

2.1.4 2023-11-12 10:35 UTC

README

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