- This topic has 1 reply, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Inside › This WordPress Site › Две Проблемки с Вашей Страничкой
Tagged: IE7, Registration, Search, Регистрация
У вас здесь 2 проблемы:
– IE7 doesn’t show the site right (пробел под logo, Search button here is warped to a next line – looks awful)
– New user is redirected back to register page upon a successful login. Что-то вы напортачили в code modifications.
As far as I can understand your poor English, I am having the same problem with point number 2. It is very confusing to be redirected back to Register page immediately after successful login.
I even know (i guess I know) what you did in wp-login.php:
if ( isset( $_REQUEST['redirect_to'] ) ) {
$redirect_to = $_REQUEST['redirect_to'];
// Redirect to https if user wants ssl
if ( $secure_cookie && false !== strpos($redirect_to, 'wp-admin') )
$redirect_to = preg_replace('|^http://|', '^https://', $redirect_to);
} else {
// ******You probably messed up HERE **********
// $redirect_to = admin_url();
$redirect_to = $_SERVER[HTTP_REFERER]; }
Also, I you going to fix IE7 problems?
© 2017 DomainWebCenter.com. All Rights Reserved. | Disclaimer | Contact the Editor