justoverclock / profile-stories
Profile Stories for Flarum
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:TypeScript
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
This package is auto-updated.
Last update: 2025-01-08 23:02:47 UTC
README
A Flarum extension. Profile Stories for Flarum
Custom stories for Flarum Users
This extension is sponsored by Capybara, and add a custom stories system for users. Groups or users with permissions "canCreateStory" can create a story on a user profile that is displayed in:
- User profile card (as a count)
- User profile page (as a list of cards)
- Custom page that shows all users stories together
- Notifications for new stories
Installation
Install with composer:
composer require justoverclock/profile-stories:"*"
Updating
composer update justoverclock/profile-stories:"*"
php flarum migrate
php flarum cache:clear