<?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: All other users not saved when Wordpress admin is other than english</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saved-when-wordpress-admin-is-other-than-english</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/all-other-users-not-saved-when-wordpress-admin-is-other-than-english/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>alphabit on All other users not saved when Wordpress admin is other than english</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saved-when-wordpress-admin-is-other-than-english#p2955</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saved-when-wordpress-admin-is-other-than-english#p2955</guid>
        	        	<description><![CDATA[<p>You're welcome. Thanks for the quick update. Already updated my wordpress install :-)</p>
<p>Cheers</p>
]]></description>
        	        	<pubDate>Mon, 06 Feb 2012 23:00:05 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on All other users not saved when Wordpress admin is other than english</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saved-when-wordpress-admin-is-other-than-english#p2954</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saved-when-wordpress-admin-is-other-than-english#p2954</guid>
        	        	<description><![CDATA[<p>Thanks a lot for pointing this out.  I've released version 2.5.2 now, which fixes this bug.</p>
]]></description>
        	        	<pubDate>Mon, 06 Feb 2012 09:57:40 +0000</pubDate>
        </item>
        <item>
        	<title>alphabit on All other users not saved when Wordpress admin is other than english</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saved-when-wordpress-admin-is-other-than-english#p2953</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saved-when-wordpress-admin-is-other-than-english#p2953</guid>
        	        	<description><![CDATA[<p>Hi there,</p>
<p>just wanted to share what happened to me today while trying to get your great redirect plugin to fully work.</p>
<p>I was struggling with the 2 textfield of the "all other users" section in the settings page.<br />
It felt like the data wasn't submitted, since it always "forgot" the values and after a submit the mentioned form fields were empty.</p>
<p>The cause relies in the "rul_submit_all" function within the file "wp_login_redirect.php". There, a variable named "$update_or_delete" is compared to a string "Update" or "Delete", which is fine on us/en systems. </p>
<p>Since I was using a localized Wordpress Edition (the german edition that also includes a localized admin section), in my case the caption of the button was "Aktualisieren" instead of "Update".</p>
<p>That caused the comparison to fail and the data not to be stored. I quickly fixed that for me with a simple str_replace.</p>
<p><input type="button" class="sfcodeselect" name="sfselectit6780" value="Select Code" onclick="spjSelectCode('sfcode6780');" /></p>
<div class="sfcode" id="sfcode6780">
// ----------------------------------<br />
// Process the rule changes<br />
// ----------------------------------</p>
<p># quick and dirty fix<br />
$update_or_delete = str_replace('Aktualisieren','Update',$update_or_delete);<br />
$update_or_delete = str_replace('L&#38;ouml;schen','Delete',$update_or_delete);<br />
$update_or_delete = str_replace('Löschen','Delete',$update_or_delete);</p>
<p>...<br />
(continue with regular code)
</p>
</div>
<p>I thought to share this just in case someone else should encounter the same problem.</p>
<p>Cheers</p>
]]></description>
        	        	<pubDate>Mon, 06 Feb 2012 08:48:45 +0000</pubDate>
        </item>
</channel>
</rss>