<?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: WP Plugin: Simple Login</title>
	<atom:link href="http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/</link>
	<description>&#34;... A shelter from pigs on the wing&#34;</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Edem</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7957</link>
		<dc:creator>Edem</dc:creator>
		<pubDate>Sun, 05 Feb 2012 20:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7957</guid>
		<description>I guess it wouldn&#039;t be too difficult, but it kind of goes against the goal of the widget, that is being as simple as possible. Actually I don&#039;t even check for the user being logged in, because the called functions printing the links do that already. But you could always use a plugin which hides pages from guest visitors, that also hides their links - I&#039;m using Wordpress Access Control for that.</description>
		<content:encoded><![CDATA[<p>I guess it wouldn&#8217;t be too difficult, but it kind of goes against the goal of the widget, that is being as simple as possible. Actually I don&#8217;t even check for the user being logged in, because the called functions printing the links do that already. But you could always use a plugin which hides pages from guest visitors, that also hides their links &#8211; I&#8217;m using WordPress Access Control for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7932</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7932</guid>
		<description>Hi Edem
Is it difficult to add a link into the widget when logged in?
I would like to have a link to a specific page that only displays in the widget when the profile is logged in.
Can this be done?
Cheers
Thanks for all your help.</description>
		<content:encoded><![CDATA[<p>Hi Edem<br />
Is it difficult to add a link into the widget when logged in?<br />
I would like to have a link to a specific page that only displays in the widget when the profile is logged in.<br />
Can this be done?<br />
Cheers<br />
Thanks for all your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edem</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7927</link>
		<dc:creator>Edem</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7927</guid>
		<description>Deleting the link wouldn&#039;t stop them being able to access the dashboard, though if they are not site admins, there&#039;s only a few things they can do there. (Create a Subscriber test account and login to see what can they access.) Currently you can&#039;t remove the site admin link, but I might add the option if I find the time (which is not likely for a while unfortunately).</description>
		<content:encoded><![CDATA[<p>Deleting the link wouldn&#8217;t stop them being able to access the dashboard, though if they are not site admins, there&#8217;s only a few things they can do there. (Create a Subscriber test account and login to see what can they access.) Currently you can&#8217;t remove the site admin link, but I might add the option if I find the time (which is not likely for a while unfortunately).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7925</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7925</guid>
		<description>Thanks for the plug-in. Heaps better than Meta. Can you tell me if I can erase the &quot;Site Admin&quot; link that is displayed after logging in? I want one level of user to not access the dashboard but still access private content on the frontend.
Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for the plug-in. Heaps better than Meta. Can you tell me if I can erase the &#8220;Site Admin&#8221; link that is displayed after logging in? I want one level of user to not access the dashboard but still access private content on the frontend.<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edem</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7625</link>
		<dc:creator>Edem</dc:creator>
		<pubDate>Wed, 04 Jan 2012 23:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7625</guid>
		<description>No, this plugin doesn&#039;t handle variables. The selected page is handed to wp_loginout without any parsing. These predefined options were satisfying for my own needs, implementing custom variables is possible, but was too time consuming at the time. :) If you&#039;d like to implement it, you need to parse &lt;code&gt;$option[&#039;redirectto&#039;]&lt;/code&gt; and set &lt;code&gt;$redirect&lt;/code&gt; accordingly, in the &lt;code&gt;widget_simple_login&lt;/code&gt; function. (Look for the switch at around line 26.)</description>
		<content:encoded><![CDATA[<p>No, this plugin doesn&#8217;t handle variables. The selected page is handed to wp_loginout without any parsing. These predefined options were satisfying for my own needs, implementing custom variables is possible, but was too time consuming at the time. :) If you&#8217;d like to implement it, you need to parse <code>$option['redirectto']</code> and set <code>$redirect</code> accordingly, in the <code>widget_simple_login</code> function. (Look for the switch at around line 26.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7624</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Wed, 04 Jan 2012 23:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7624</guid>
		<description>Hey, great plug-in, was exactly what I was looking for. Only one hitch: I need clients to be able to log in and be redirected to their own private page. I&#039;ve tried using [variable]username[/variable] in the custom redirect field, but it apparently can&#039;t read variables...? Suggestions?</description>
		<content:encoded><![CDATA[<p>Hey, great plug-in, was exactly what I was looking for. Only one hitch: I need clients to be able to log in and be redirected to their own private page. I&#8217;ve tried using [variable]username[/variable] in the custom redirect field, but it apparently can&#8217;t read variables&#8230;? Suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edem</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7269</link>
		<dc:creator>Edem</dc:creator>
		<pubDate>Fri, 18 Nov 2011 17:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7269</guid>
		<description>Hi, since the plugin has some configurations, and I try to make it simple, I never tried to make it available via a function call. If you&#039;re okay with static configuration, you could try to copy the code from the widget&#039;s widget_simple_login function, should be simple enough. Or feel free to make a version with an options page configuration and a function call.</description>
		<content:encoded><![CDATA[<p>Hi, since the plugin has some configurations, and I try to make it simple, I never tried to make it available via a function call. If you&#8217;re okay with static configuration, you could try to copy the code from the widget&#8217;s widget_simple_login function, should be simple enough. Or feel free to make a version with an options page configuration and a function call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edem</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7268</link>
		<dc:creator>Edem</dc:creator>
		<pubDate>Fri, 18 Nov 2011 17:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7268</guid>
		<description>Hi, thanks for the positive feedback.
Actually that &quot;Admin&quot; is taken from the language localisation, so you would need to change the system-wide german language file. (I try to keep the plugin as simple as possible.)</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the positive feedback.<br />
Actually that &#8220;Admin&#8221; is taken from the language localisation, so you would need to change the system-wide german language file. (I try to keep the plugin as simple as possible.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uwe</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-7267</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Fri, 18 Nov 2011 17:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-7267</guid>
		<description>Hey, thanks for the wonderful &quot;little&quot; PlugIn.
There&#039;s one wish, after Login the user see &quot;Admin&quot; (witch is the user-dashboard) and &quot;Anmelden&quot; (german for LogIn). Is it possible to change the &quot;admin&quot; in &quot;profile&quot; fpr example?

I didn&#039;t found a way in the php.

Thanks for your trouble.
Regards
Uwe</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the wonderful &#8220;little&#8221; PlugIn.<br />
There&#8217;s one wish, after Login the user see &#8220;Admin&#8221; (witch is the user-dashboard) and &#8220;Anmelden&#8221; (german for LogIn). Is it possible to change the &#8220;admin&#8221; in &#8220;profile&#8221; fpr example?</p>
<p>I didn&#8217;t found a way in the php.</p>
<p>Thanks for your trouble.<br />
Regards<br />
Uwe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dyce</title>
		<link>http://blog.thinkedem.hu/2009/05/02-wp-plugin-simple-login/comment-page-1/#comment-1248</link>
		<dc:creator>Dyce</dc:creator>
		<pubDate>Sat, 26 Jun 2010 07:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thinkedem.hu/?p=811#comment-1248</guid>
		<description>Is there a way to code this into my theme instead of using the widget?</description>
		<content:encoded><![CDATA[<p>Is there a way to code this into my theme instead of using the widget?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

