Jones
Jones
I'd simply add a twig filter `slug` then which we would need to call when generating the user profile link.
Also note that the slug should be properly encoded, `alert(0)` also breaks the link atm.
I'll test it as soon as I got my installation back running
While topic links work now there are still issues with usernames. Note that it changed from dots to slashes so eg `Test/er` can't access his profile @euantorano
Depends on how we'll implement the page manager. The page itself could be added with it but it also needs to modify the sign up page.
Memberlist searching should be added first as that feature may remove/change the whole bar.
There's an issue for search enhancements, I'd simply add it there.
Well, existing cases are all controllers/routes which need an id. (forum show, all topics (either forum, topic or post), like, quote, conversations, user profile)
Another thing I forgot: The `find` repository method also handles permissions for forums: https://github.com/mybb/mybb2/blob/master/app/Database/Repositories/Eloquent/ForumRepository.php#L59-L64
Also `required` isn't needed: If the id isn't set laravel can't find the correct route anyways (at least with the current routes).