- Edited
Internal Links No Reload
Install
composer require nearata/flarum-ext-internal-links-noreload:"*"
Update
composer update nearata/flarum-ext-internal-links-noreload:"*"
php flarum cache:clear
Remove
composer remove nearata/flarum-ext-internal-links-noreload
php flarum cache:clear
How it works
If a link in a post is found to be on the same
base url (ex. 'https://discuss.flarum.org'), the default behaviour of the anchor tag is removed and when the user clicks on it, it will be managed by mithril routing system (like when you click on a discussion in the discussions list).