You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi great plugin, thank you so much. I'm using Sidebar Login with bbpress plugin.
When using %USERNAME% with users who have a space in their username the spaces get replaced in the url with 20% and the bbpress account page breaks. But replacing the the spaces in the username with dashes all is good.
So on lines 86 & 87 i wrapped $current_user->user_login with sanitize_title() and all is good.
Hope that helps in someway, don't know if that will help everyone, but it works my purposes.
Thanks again for the plugin!
The text was updated successfully, but these errors were encountered:
Hi great plugin, thank you so much. I'm using Sidebar Login with bbpress plugin.
When using %USERNAME% with users who have a space in their username the spaces get replaced in the url with 20% and the bbpress account page breaks. But replacing the the spaces in the username with dashes all is good.
So on lines 86 & 87 i wrapped $current_user->user_login with sanitize_title() and all is good.
Hope that helps in someway, don't know if that will help everyone, but it works my purposes.
Thanks again for the plugin!
The text was updated successfully, but these errors were encountered: