Repost is a Flarum extension that enhances your forum by allowing posts that start with a URL to be treated as external links. When users click on such posts from the discussion list, they will be redirected to the external URL. However, users can still participate in discussions within the forum thread about the linked content.
To install the extension via Composer, run the following command:
composer require shebaoting/repost:"*"
php flarum migrate
php flarum cache:clear
To update the extension, use the following commands:
composer update shebaoting/repost:"*"
php flarum migrate
php flarum cache:clear
- When creating a new post, simply start the post content with a valid URL.
- Once posted, the discussion will appear as an external link in the discussion list.
- Clicking the discussion will redirect users to the specified URL, while still allowing for discussion within the forum.
This extension is open-sourced software licensed under the MIT license.