fractals
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Login] Redirect filter does not work when logging in after logoutbrilliant – thank you – I changed the general settings to reflect foo.bar.com – and DONE, all working.
/J
Forum: Plugins
In reply to: [Force Login] Redirect filter does not work when logging in after logoutok – back again – because I am not getting consistent behavior – and have had others try aswell .. wondering aloud
I use the domain foo.bar.com – which actually is a redirect from bar.com/foo – should that work consistently , or should I only use bar.com/foo ?
Forum: Plugins
In reply to: [Force Login] Using JetpackI will – suddenly stopped working after I installed force login – and that is only change – still wrestling with getting force to work properly – once done will revisit this – thakyou
Forum: Plugins
In reply to: [Force Login] Redirect filter does not work when logging in after logoutMANY THANKS.
I added that new code to functions php – and worked like a charm. And to answer your other question … yes … always added to functions.php
No need for debug – using Transmit – I just copied my functions.php back up file over the corrupt one that I had mangled – and I was back to success.
Again – mahalo for help. (And my daughter will be ecstatic !)
Forum: Plugins
In reply to: [Force Login] Redirect filter does not work when logging in after logoutjust got your plugin today to protect a site I have built for my daughter and grandaughter – it is great – thank you – but I am an amateur.
I got the login working – but when you login – I want to just to go to the home page – not into the admin section
I found this
/**
* Set the URL to redirect to on login.
*
* @return string URL to redirect to on login. Must be absolute.
**/
function my_forcelogin_redirect() {
return site_url( ‘/mypage/’ );
}
add_filter(‘v_forcelogin_redirect’, ‘my_forcelogin_redirect’, 10, 1);and have tried every version- but not being a coder – I am obviously got getting it right
what would that code look like for domain = http://www.foo.com and directory = /test
at one point I even managed to kill my site completely through incorrectly applying the URLs
many thanks in anticipation
Forum: Fixing WordPress
In reply to: Can’t access site after changing WP URL addressthreestyler – goofed up in exactly the same way as HRG250.
searched the archives – came up with your post here – it worked.
thankyou so much.
i am saved.