fof/default-user-preferences

Configure the default user preferences for new users joining your forum

Fund package maintenance!
Website

Installs: 22 342

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 3

Open Issues: 0

Type:flarum-extension

1.2.1 2023-11-12 14:41 UTC

This package is auto-updated.

Last update: 2024-04-12 15:32:12 UTC


README

License Latest Stable Version

A Flarum extension.

Enables the following preferences by default for all new user signing up to your forum, with toggles in the extension settings to modify your chosen defaults.:

  • 'Someone replies to one of my posts (email) notification'
  • 'Someone mentions me in a post (email) notification'
  • 'Follow after reply'

Extending

Additional extensions may register defaults on the following way:

In your extension extend.php

(new \FoF\DefaultUserPreferences\Extend\RegisterUserPreferenceDefault())
    ->register(THE PREFERENCE KEY, THE DEFAULT VALUE),

Be sure to include translations in the fof-default-user-preferences.admin.settings namespace with the key matching the PREFERENCE KEY provided in the extender above. For example:

fof-default-user-preferences.admin.settings.myCoolKey

Installation

Install manually with composer:

composer require fof/default-user-preferences:"*"

Updating

composer update fof/default-user-preferences

Links

An extension by FriendsOfFlarum.