<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Redirect WordPress users to different locations after they log in</title>
	<atom:link href="http://www.theblog.ca/wplogin-redirect/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/wplogin-redirect</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:51:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Voogah</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12807</link>
		<dc:creator>Voogah</dc:creator>
		<pubDate>Thu, 08 Apr 2010 20:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12807</guid>
		<description>Awesome plugin!

I have been using it for several months and it has worked great.

However, I am now trying to have it redirected to a custom page that is needing the $current_id global variable.  This works fine in IE but not in Safari, FireFox or Chrome.

After messing with the php code on my pages for weeks I finally learned that it has to do with the redirect.  If I take the redirect out and have it go to the backend and then link it to my page it finds the global!

Do you have any ideas on how to get the Global variables after your redirect plugin?

Thanks

&lt;strong&gt;Reply from Peter: If you&#039;re talking about getting the ID of the page you&#039;re on when viewing the page, there&#039;s nothing in the redirect plugin that is preventing that from happening.  The redirect plugin allows a completely new page reload.  Sounds like there&#039;s something else going on.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Awesome plugin!</p>
<p>I have been using it for several months and it has worked great.</p>
<p>However, I am now trying to have it redirected to a custom page that is needing the $current_id global variable.  This works fine in IE but not in Safari, FireFox or Chrome.</p>
<p>After messing with the php code on my pages for weeks I finally learned that it has to do with the redirect.  If I take the redirect out and have it go to the backend and then link it to my page it finds the global!</p>
<p>Do you have any ideas on how to get the Global variables after your redirect plugin?</p>
<p>Thanks</p>
<p><strong>Reply from Peter: If you&#8217;re talking about getting the ID of the page you&#8217;re on when viewing the page, there&#8217;s nothing in the redirect plugin that is preventing that from happening.  The redirect plugin allows a completely new page reload.  Sounds like there&#8217;s something else going on.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12793</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Tue, 06 Apr 2010 08:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12793</guid>
		<description>Hey Peter,

Thx for the great Plugin! I would like to redirect the users directly after the registration-process to one of the pages. (Not to the backend-login as default) Is that possible with your plugin? And how does it works? I use WP 2.9.2 with sipmle:press-forum and this is my last chance to get a &#039;clean&#039; registration. So your help was very useful! THX a lot!

&lt;strong&gt;Reply from Peter: If you&#039;re using a version of WordPress prior to 3.0 and are using the default registration process (wp-login.php?action=register) it looks like the only way to change the post-registration redirect URL is to edit wp-login.php (look for the section under &lt;em&gt;case: &#039;register&#039;&lt;/em&gt;)&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hey Peter,</p>
<p>Thx for the great Plugin! I would like to redirect the users directly after the registration-process to one of the pages. (Not to the backend-login as default) Is that possible with your plugin? And how does it works? I use WP 2.9.2 with sipmle:press-forum and this is my last chance to get a &#8216;clean&#8217; registration. So your help was very useful! THX a lot!</p>
<p><strong>Reply from Peter: If you&#8217;re using a version of WordPress prior to 3.0 and are using the default registration process (wp-login.php?action=register) it looks like the only way to change the post-registration redirect URL is to edit wp-login.php (look for the section under <em>case: &#8216;register&#8217;</em>)</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12759</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 02 Apr 2010 02:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12759</guid>
		<description>awesome, awesome plugin! what im wondering is how i can send people to a different wp system and be authenticated on the other end. for example, there are three sites: a.com, b.com, c.com.

i want both b.com and c.com to be able to login through a.com as well as their respective sites. assuming that the user sets the same username and password on both ends (a.com and say b.com), how can i pass those login credentials from a.com to b.com/c.com so they don&#039;t have to login again on the external sites?

basically, i want clients to be able to login through my own website to access their files vs making them login through their own wp-login. login through both both ends (a.com and the external b/c.com) would be essential just in case the parent a.com goes offline for whatever reason (they&#039;d still be able to access login through their own server).

thoughts?

&lt;strong&gt;Reply from Peter: This doesn&#039;t really pertain to my plugin and I haven&#039;t researched much into this topic.  If your sites are all sitting on the same server, you could start here: http://techblog.touchbasic.com/html/single-unified-login-for-multiple-wordpress-2-8-installs-in-subdirectories-using-cookies/&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>awesome, awesome plugin! what im wondering is how i can send people to a different wp system and be authenticated on the other end. for example, there are three sites: a.com, b.com, c.com.</p>
<p>i want both b.com and c.com to be able to login through a.com as well as their respective sites. assuming that the user sets the same username and password on both ends (a.com and say b.com), how can i pass those login credentials from a.com to b.com/c.com so they don&#8217;t have to login again on the external sites?</p>
<p>basically, i want clients to be able to login through my own website to access their files vs making them login through their own wp-login. login through both both ends (a.com and the external b/c.com) would be essential just in case the parent a.com goes offline for whatever reason (they&#8217;d still be able to access login through their own server).</p>
<p>thoughts?</p>
<p><strong>Reply from Peter: This doesn&#8217;t really pertain to my plugin and I haven&#8217;t researched much into this topic.  If your sites are all sitting on the same server, you could start here: http://techblog.touchbasic.com/html/single-unified-login-for-multiple-wordpress-2-8-installs-in-subdirectories-using-cookies/</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathon</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12709</link>
		<dc:creator>Jonathon</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12709</guid>
		<description>Peter, Thank you for this plugin, AWESOME!

@MikeonTV, maybe check out Smashing Magazine&#039;s post. Number 3 in their WordPress powertips &quot;3. Embedding a log-in form that returns to the current location&quot; might do the trick, checking it myself now.

http://www.smashingmagazine.com/2009/07/02/power-tips-for-wordpress-template-developers/</description>
		<content:encoded><![CDATA[<p>Peter, Thank you for this plugin, AWESOME!</p>
<p>@MikeonTV, maybe check out Smashing Magazine&#8217;s post. Number 3 in their WordPress powertips &quot;3. Embedding a log-in form that returns to the current location&quot; might do the trick, checking it myself now.</p>
<p>http://www.smashingmagazine.com/2009/07/02/power-tips-for-wordpress-template-developers/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeonTV</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12708</link>
		<dc:creator>MikeonTV</dc:creator>
		<pubDate>Sun, 21 Mar 2010 15:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12708</guid>
		<description>Still no logout function? It seems silly that my users still have to see the wordpress login screen when logging.

&lt;strong&gt;Reply from Peter: See &lt;a href=&quot;http://www.theblog.ca/wplogin-redirect#comment-10936&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt;. You could also write your own function that completely overrides the wp_logout function.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Still no logout function? It seems silly that my users still have to see the wordpress login screen when logging.</p>
<p><strong>Reply from Peter: See <a href="http://www.theblog.ca/wplogin-redirect#comment-10936" rel="nofollow">this comment</a>. You could also write your own function that completely overrides the wp_logout function.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12702</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Sat, 20 Mar 2010 21:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12702</guid>
		<description>This is an excellent plugin. Simple to use, but does exactly what it should. 

I&#039;m not sure people realise how tricky this could be - I work with both drupal and joomla. It&#039;s possible in Drupal (but very tricky), and I&#039;ve never found a way to do it at all in Joomla.

Congrats.</description>
		<content:encoded><![CDATA[<p>This is an excellent plugin. Simple to use, but does exactly what it should. </p>
<p>I&#8217;m not sure people realise how tricky this could be &#8211; I work with both drupal and joomla. It&#8217;s possible in Drupal (but very tricky), and I&#8217;ve never found a way to do it at all in Joomla.</p>
<p>Congrats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12699</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 20 Mar 2010 00:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12699</guid>
		<description>Peter thank you so much for the great plugin.  1.80 is awesome.

For Shawn above, if you upgrade to 1.8 there is a place for a username variable so you would redirect to:

http://mywebsite.net/members/&#091;variable&#093;username&#091;/variable&#093;/activity/</description>
		<content:encoded><![CDATA[<p>Peter thank you so much for the great plugin.  1.80 is awesome.</p>
<p>For Shawn above, if you upgrade to 1.8 there is a place for a username variable so you would redirect to:</p>
<p>http://mywebsite.net/members/&#91;variable&#93;username&#91;/variable&#93;/activity/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12681</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12681</guid>
		<description>Great plugin, just what I needed so subscribers don&#039;t get confused when they log in to view content. Thank you : )</description>
		<content:encoded><![CDATA[<p>Great plugin, just what I needed so subscribers don&#8217;t get confused when they log in to view content. Thank you : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12675</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 17 Mar 2010 12:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12675</guid>
		<description>Fantastic plug-in. Only hitch was because the mysql user doesn&#039;t have CREATE TABLE privileges. I checked out the source and pulled the CREATE TABLE SQL and did this manually.

Might be helpful to add to the plugin - check tables, if table doesn&#039;t exist, don&#039;t show form, rather show info on how to create the table.

Aside from that, worked perfectly and the PHP is very neat.

Thanks!

&lt;strong&gt;Reply from Peter: Thanks for the feedback.  I will add the table details to a &quot;Troubleshooting&quot; section in the post.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Fantastic plug-in. Only hitch was because the mysql user doesn&#8217;t have CREATE TABLE privileges. I checked out the source and pulled the CREATE TABLE SQL and did this manually.</p>
<p>Might be helpful to add to the plugin &#8211; check tables, if table doesn&#8217;t exist, don&#8217;t show form, rather show info on how to create the table.</p>
<p>Aside from that, worked perfectly and the PHP is very neat.</p>
<p>Thanks!</p>
<p><strong>Reply from Peter: Thanks for the feedback.  I will add the table details to a &#8220;Troubleshooting&#8221; section in the post.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.theblog.ca/wplogin-redirect/comment-page-3#comment-12661</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=266#comment-12661</guid>
		<description>I am trying to use this plugin with buddypress to redirect a user to their activity page after signing in. 

I only want this for subscribers.

What I can&#039;t figure out is what to put into the url, because each persons activity page is different

example:
http://mywebsite.net/members/admin/activity/

the &#039;admin&#039; is the users wildcard...

ideas?

&lt;strong&gt;Reply from Peter: Starting in version 1.8 of the plugin, you can put this as the URL: http://mywebsite.net/members/&#091;variable&#093;username&#091;/variable&#093;/activity/&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I am trying to use this plugin with buddypress to redirect a user to their activity page after signing in. </p>
<p>I only want this for subscribers.</p>
<p>What I can&#8217;t figure out is what to put into the url, because each persons activity page is different</p>
<p>example:<br />
http://mywebsite.net/members/admin/activity/</p>
<p>the &#8216;admin&#8217; is the users wildcard&#8230;</p>
<p>ideas?</p>
<p><strong>Reply from Peter: Starting in version 1.8 of the plugin, you can put this as the URL: http://mywebsite.net/members/&#91;variable&#93;username&#91;/variable&#93;/activity/</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>

