<?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 users to the WordPress front page after logging in</title>
	<atom:link href="http://www.theblog.ca/wplogin-front-page/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/wplogin-front-page</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:18:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mario Zuany</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-10459</link>
		<dc:creator>Mario Zuany</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-10459</guid>
		<description>Man, I just want to thank you for this! =)</description>
		<content:encoded><![CDATA[<p>Man, I just want to thank you for this! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9909</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 22 Sep 2008 20:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9909</guid>
		<description>simple way.. http://nathany.com/developer/redirecting-wordpress-subscribers/

worked for me :)</description>
		<content:encoded><![CDATA[<p>simple way.. <a href="http://nathany.com/developer/redirecting-wordpress-subscribers/" rel="nofollow">http://nathany.com/developer/redirecting-wordpress-subscribers/</a></p>
<p>worked for me <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9757</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 21 Aug 2008 05:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9757</guid>
		<description>Sorry Kevin, I don&#039;t have any other ideas except maybe the plugin wasn&#039;t activated again after you fixed your syntax error?  Otherwise, if you want to send me some temporary login details, I can check it out.</description>
		<content:encoded><![CDATA[<p>Sorry Kevin, I don&#039;t have any other ideas except maybe the plugin wasn&#8217;t activated again after you fixed your syntax error?  Otherwise, if you want to send me some temporary login details, I can check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9756</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 21 Aug 2008 00:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9756</guid>
		<description>I missed the &quot;;&quot; at the end of my line... a simple error.  However, now that it&#039;s working, I&#039;m not getting a redirect when I log in as a subscriber...  And if I change the setting by level (level_0 = subscriber), I&#039;m not getting a redirect either.</description>
		<content:encoded><![CDATA[<p>I missed the &quot;;&quot; at the end of my line&#8230; a simple error.  However, now that it&#039;s working, I&#039;m not getting a redirect when I log in as a subscriber&#8230;  And if I change the setting by level (level_0 = subscriber), I&#039;m not getting a redirect either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9750</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 20 Aug 2008 03:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9750</guid>
		<description>Yup, that&#039;s how it works. Make sure you are redirecting to a page within your blog&#039;s directory -- without hacking the core files, WordPress does not allow you to redirect to external pages upon login.</description>
		<content:encoded><![CDATA[<p>Yup, that&#039;s how it works. Make sure you are redirecting to a page within your blog&#039;s directory &#8212; without hacking the core files, WordPress does not allow you to redirect to external pages upon login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9749</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 20 Aug 2008 02:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9749</guid>
		<description>Hi Peter,
I&#039;m trying to get this to work, but I&#039;m a little lost as to how to go about configuring the code.  For example, I want to redirect via Subscriber role, so how do I add that?

$redirect_by_role = array(); // Do not touch this line. Enter rules below this line

When I enter:

$redirect_by_role[&#039;subscriber&#039;] = &#039;http://www.example.com&#039;;

underneath the above line, nothing happens.  I should be able to figure this out, but I&#039;m not as familiar with PHP as I would like to be.</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I&#039;m trying to get this to work, but I&#039;m a little lost as to how to go about configuring the code.  For example, I want to redirect via Subscriber role, so how do I add that?</p>
<p>$redirect_by_role = array(); // Do not touch this line. Enter rules below this line</p>
<p>When I enter:</p>
<p>$redirect_by_role[&#039;subscriber&#039;] = &#039;http://www.example.com&#039;;</p>
<p>underneath the above line, nothing happens.  I should be able to figure this out, but I&#039;m not as familiar with PHP as I would like to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9733</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 17 Aug 2008 02:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9733</guid>
		<description>Hi Nate, I&#039;ve now updated the &lt;a href=&quot;http://www.theblog.ca/wp-content/uploads/2008/08/wplogin_redirect.txt&quot; rel=&quot;nofollow&quot;&gt;more complex version&lt;/a&gt; to include redirect per role.</description>
		<content:encoded><![CDATA[<p>Hi Nate, I&#039;ve now updated the <a href="http://www.theblog.ca/wp-content/uploads/2008/08/wplogin_redirect.txt" rel="nofollow">more complex version</a> to include redirect per role.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9728</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sat, 16 Aug 2008 08:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9728</guid>
		<description>Peter, I just wanted to let you know that this is an excellent plugin. I very luckily stumbled upon it. I used the &quot;working but much more complex solution&quot; and it did exactly what I needed to get done.

One suggestion if you decide to continue to improve the plugin would be to allow users to configure the redirects by role, since you already have level and individual users.

Regardless it&#039;s a great plugin and thanks for the work you put into it.</description>
		<content:encoded><![CDATA[<p>Peter, I just wanted to let you know that this is an excellent plugin. I very luckily stumbled upon it. I used the &quot;working but much more complex solution&quot; and it did exactly what I needed to get done.</p>
<p>One suggestion if you decide to continue to improve the plugin would be to allow users to configure the redirects by role, since you already have level and individual users.</p>
<p>Regardless it&#039;s a great plugin and thanks for the work you put into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9726</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 16 Aug 2008 07:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9726</guid>
		<description>Hi Brian, see http://www.theblog.ca/anti-spam for the plugin :D</description>
		<content:encoded><![CDATA[<p>Hi Brian, see <a href="http://www.theblog.ca/anti-spam" rel="nofollow">http://www.theblog.ca/anti-spam</a> for the plugin <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.theblog.ca/wplogin-front-page/comment-page-1#comment-9722</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 16 Aug 2008 02:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=194#comment-9722</guid>
		<description>Yeah you&#039;re right Peter, I thought I had tried it and it worked, but it seems that what I tried was to go to the siteurl/wp-admin and if I was logged out it would redirect me to the login page, but then it would keep me at the dashboard after I had logged in which is the effect I wanted. Maybe the same would have occurred using your script, I hadn&#039;t tried it... anyway, it&#039;s not really worth the trouble for me, I thought it was an easy solution... thanks either way. -Brian

p.s. What plugin are you using to get the anti-spam feature of your submit comments?</description>
		<content:encoded><![CDATA[<p>Yeah you&#039;re right Peter, I thought I had tried it and it worked, but it seems that what I tried was to go to the siteurl/wp-admin and if I was logged out it would redirect me to the login page, but then it would keep me at the dashboard after I had logged in which is the effect I wanted. Maybe the same would have occurred using your script, I hadn&#039;t tried it&#8230; anyway, it&#039;s not really worth the trouble for me, I thought it was an easy solution&#8230; thanks either way. -Brian</p>
<p>p.s. What plugin are you using to get the anti-spam feature of your submit comments?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
