chrissearle
Forum Replies Created
-
Forum: Plugins
In reply to: Redirect to blog after loginOops – forgot the line number – in mine – wp-login.php line 165
Forum: Plugins
In reply to: Redirect to blog after loginIn 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.
Forum: Fixing WordPress
In reply to: RSS – get HTTP headers but no contentYep – that was it – time to go find out why I didn’t spot .2 release 🙂
Forum: Fixing WordPress
In reply to: XMLRPC and palm blogging softwareHmm – 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.
Forum: Fixing WordPress
In reply to: I can’t view my own “private” entries?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 :-))