<?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: Possible help in redirecting user to a custom page after profile edit ?</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit</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/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Ayaz malik on Possible help in redirecting user to a custom page after profile edit ?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit#p2294</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit#p2294</guid>
        	        	<description><![CDATA[<p>Hey Peter,<br />
Thanks for the prompt reply. i have tried it as well no luck :( . also getting no answer in the wordpress forum .<br />
i am not good with coding stuff :( . so if you can spend a little time and figure this out i will be really thankful to u :)<br />
chees</p>
<p>AYaz</p>
]]></description>
        	        	<pubDate>Mon, 17 Jan 2011 03:36:19 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Possible help in redirecting user to a custom page after profile edit ?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit#p2293</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit#p2293</guid>
        	        	<description><![CDATA[<p>Unfortunately I haven't looked at the profile update process before.  Sounds like the "personal_options_update" hook is too early in the update workflow.  There might be a more suitable hook later in that workflow; if not, the non-hack version would be to duplicate the "save changes" code within your function, and then include the redirect code.  The wordpress.org forums are a good place to ask for more help on that.</p>
<p>Good luck!</p>
]]></description>
        	        	<pubDate>Sun, 16 Jan 2011 23:31:48 +0000</pubDate>
        </item>
        <item>
        	<title>Ayaz malik on Possible help in redirecting user to a custom page after profile edit ?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit#p2292</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/possible-help-in-redirecting-user-to-a-custom-page-after-profile-edit#p2292</guid>
        	        	<description><![CDATA[<p>hello, i am using your redirect plugin it works like a charm.<br />
i made a custom area for members. now what i am planning is to redirect a user to that area whenver they edit their profile (wp-admin/profile.php) . is it possible ? </p>
<p> i have tried implementing this code : </p>
<p><input type="button" class="sfcodeselect" name="sfselectit8481" value="Select Code" onclick="spjSelectCode('sfcode8481');" /></p>
<div class="sfcode" id="sfcode8481">add_action('personal_options_update', 'redirect_me');<br />
function redirect_me(){<br />
wp_redirect(home_url('/'));<br />
exit;<br />
}</div>
<p>But it redirects the user withotu saving the changes in profile edit section :( .<br />
i know its a little off topic but since u did a good redirect plugin i hope u can help me with that.<br />
regards</p>
]]></description>
        	        	<pubDate>Sun, 16 Jan 2011 16:08:49 +0000</pubDate>
        </item>
</channel>
</rss>