blomstra / welcome-login
Add signup and login buttons to the WelcomeHero banner
Installs: 2 914
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
This package is auto-updated.
Last update: 2024-10-29 06:13:14 UTC
README
A Flarum extension. Add signup and login buttons to the WelcomeHero banner
Usage
This extension forces the WelcomeHero
banner to be displayed to guest users (ie not logged in), and places additional Signup
and Login
buttons directly in it. A setting is provided to only show this on mobile viewports, or to every screen size.
This extension overrides aspects of the WelcomeHero
, and therefore may be incompatible with other extensions/themes that also attempt to alter it.
Installation
Install with composer:
composer require blomstra/welcome-login:"*"
Updating
composer update blomstra/welcome-login php flarum cache:clear