Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Oops – forgot the line number – in mine – wp-login.php line 165

    In 1.5.2 wp-login.php reads

    $redirect_to = ‘wp-admin/’;

    I changed it to

    $redirect_to = ‘/’;

    since my WP install is installed on the web-root and this works fine.

    From reading the code – setting the request parameter “redirect_to” from the login link should work without editing the wp-login file (so I thought maybe we could do this in the template instead of editing core wp files). However – the links I have are created by the wp_loginout function which takes no parameters – so I don’t think it can easily be set.

    Thread Starter chrissearle

    (@chrissearle)

    Yep – that was it – time to go find out why I didn’t spot .2 release 🙂

    Thread Starter chrissearle

    (@chrissearle)

    Hmm – just gone and looked at the blog. Vagablog managed to post in the Uncategorized with a title – hBlogger managed to post in general but with no title. So – it looks like the send got thru but the response was a problem.

    Got the same problem. However – I’ve just noticed – the “Login” link in the public pages is _always_ “login” even if I’m logged in.

    Now – it’s been like this since install and if I click it after first login I’m straight in – but – shouldn’t that change when a user is active? Everything else seems to work.

    I don’t know if it should since I’m new to wp – but it looks like the login cookie is working for all pages except the index page. I’ve installed WP into the site-root if that makes any difference (didn’t have much else to stick there :-))

Viewing 5 replies - 1 through 5 (of 5 total)