Is it possible in flarum/mentions to use links relative to forum-url?
file FormatPostMentions.php line 45
$tag->template = '<a href="/d/{@discussionid} ...
file FormatUserMentions.php line 80
$event->renderer->setParameter('PROFILE_URL', '/u/');
Is there some agreement that forum must be placed into the root of site?