<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Disable functionality ... only sometimes? :)</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2814</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2814</guid>
        	        	<description><![CDATA[<p>Thanks for the suggestion. Yes, I should really move the settings to the WordPress database.</p>
]]></description>
        	        	<pubDate>Sat, 12 Nov 2011 09:53:37 +0000</pubDate>
        </item>
        <item>
        	<title>chris on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2813</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2813</guid>
        	        	<description><![CDATA[<p><strong>chris said: </strong></p>
<blockquote><p>Thanks for answering for the next guy! I really love this plugin - it makes it so foolproof :)</p>
</blockquote>
<p>Would you consider moving a few of the preferences out of the core plugin files (when the plugin is updated you have to remember to go back and re-instate the preferences)? Just a thought, thanks for the great plugin once again!</p>
]]></description>
        	        	<pubDate>Sat, 12 Nov 2011 09:49:07 +0000</pubDate>
        </item>
        <item>
        	<title>chris on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2666</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2666</guid>
        	        	<description><![CDATA[<p>Thanks for answering for the next guy! I really love this plugin - it makes it so foolproof :)</p>
]]></description>
        	        	<pubDate>Wed, 19 Oct 2011 19:36:02 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2659</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2659</guid>
        	        	<description><![CDATA[<p>Ah, sorry for missing that. I thought you were using a differently named variable.  I'm glad you've got it working for you now!</p>
<p>For future reference, if you ever need to extend the plugin in the way described, you could put the code in functions.php or in a separate extension.</p>
]]></description>
        	        	<pubDate>Tue, 18 Oct 2011 00:31:48 +0000</pubDate>
        </item>
        <item>
        	<title>chris on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2658</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2658</guid>
        	        	<description><![CDATA[<p>Turns out you already let me do this!!  All I did was switch this:</p>
<p>// Allow a POST or GET "redirect_to" variable to take precedence over settings within the plugin<br />
$rul_allow_post_redirect_override = false;</p>
<p>to</p>
<p>// Allow a POST or GET "redirect_to" variable to take precedence over settings within the plugin<br />
$rul_allow_post_redirect_override = true;</p>
<p>(lines 41-42)!!!!</p>
]]></description>
        	        	<pubDate>Mon, 17 Oct 2011 19:43:58 +0000</pubDate>
        </item>
        <item>
        	<title>chris on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2657</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2657</guid>
        	        	<description><![CDATA[<p>Sorry, the documentation is great but it's not clear to me where the extra bit of the 'extension' goes ... just into functions.php?? Or into wplogin_redirect_control.php or something? THanks!!</p>
]]></description>
        	        	<pubDate>Mon, 17 Oct 2011 16:27:13 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2643</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2643</guid>
        	        	<description><![CDATA[<p>This can probably be coded, as an "extension" to the plugin. The idea is that you can insert your own logic in before or in between any of my plugin's rules. There is documentation and a general example here:</p>
<p><a href="http://wordpress.org/extend/plugins/peters-login-redirect/other_notes/" rel="nofollow"><a href="http://wordpress.org/extend/pl" rel="nofollow">http://wordpress.org/extend/pl</a>.....her_notes/</a></p>
<p>In short, you could read a global variable or the "redir" GET variable in your extension and have the plugin return that instead.</p>
]]></description>
        	        	<pubDate>Wed, 12 Oct 2011 12:58:35 +0000</pubDate>
        </item>
        <item>
        	<title>chris on Disable functionality ... only sometimes? :)</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2642</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/disable-functionality-only-sometimes#p2642</guid>
        	        	<description><![CDATA[<p>I'll explain how I'm set up and what I'm interested in doing - you can then call me names, tell me I'm crazy, or succinctly solve my 'problem' - your choice which one!</p>
<p>I have a short&#38;sweet url like this: <a href="http://site.com/auto-login.php?log=UserName&#038;pwd=EasyPassword&#038;redir=/Member/something/newsletter" rel="nofollow"><a href="http://site.com/auto-login.php" rel="nofollow">http://site.com/auto-login.php</a>.....newsletter</a></p>
<p>This link gets emailed once a week to the website's fanbase of about 200 people, letting them know that if they click the link they'll get whisked away, logged into the website, and go straight to the week's newsletter (at /Member/something/newsletter obviously). (<a href="http://jeremystein.com/brain/wordpress-auto-login/">Thanks to this website</a>)</p>
<p>If members are not going to my site from this link, but instead just logging in as "UserName" with "EasyPassword" on my site, I'd like them to get taken to site.com/Member. For just this, the plugin works fine! But when I'm trying to send them to /Member/something/newsletter with the link in the email .. the plugin sends them to site.com/Member.</p>
<p>Any ideas how to circumvent the Login Redirect functionality? :)</p>
<p>Thanks in advance!</p>
]]></description>
        	        	<pubDate>Wed, 12 Oct 2011 12:26:44 +0000</pubDate>
        </item>
</channel>
</rss>