Reload page after login
-
Hi, I’m using “White Label Login” plugin to display a login/register form in a modal popup. I set it to refresh the page right after the user succeed to log in and everything was working fine… until I activate bbpress. When bbpress is activated, the user is always redirected to the homepage, no matter the page displayed. I installed a local Worpdress with the same plugins, and the result is the same.
So, I made some search in the bbpress core files and this issue seems to come from the bbp_redirect_login function. When I deactivate or simply delete it (/plugins/bbpress/includes/user/functions.php => line 27), the page reload after login as expected.
This function is probably useful for bbpress and I don’t want to make any modification in the bbpress core files so I need some help 🙂
Thanks
- You must be logged in to reply to this topic.