-
Notifications
You must be signed in to change notification settings - Fork 45
Dots in usernames (and likely titles) break links #126
Comments
Anywhere using the Laravel string utils class should be fine as far as I'm aware. The user profiles should be changed to include a slug in the users table, as otherwise other special characters will also cause issues.
|
Yeah, all cases should be rechecked though. Just noticed this on the demo board. |
Yeah, would be a good idea. Just checked the |
I'd simply add a twig filter |
Could do, or could save the time required to do so by just saving it in the DB ;) |
Also note that the slug should be properly encoded, |
This should now be fixed with the URL changes, correct? |
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 |
Damnit. The username should be slugified (which isn't a work, but I'm not sure if Laravel's slug method handles that (I think it does), or if the various URL generating functions make use of it... |
As the dot is used as url seperator it breaks things: http://mybb2.mybb.ninja/user/Paul%20H..5
It's likely that the same happens with forum and topic titles and probably some other slugged links.
The text was updated successfully, but these errors were encountered: