A Flarum extension. Profile Stories for Flarum
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
Install with composer:
composer require justoverclock/profile-stories:"*"
composer update justoverclock/profile-stories:"*"
php flarum migrate
php flarum cache:clear