<?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: redirect to a page that one specified user can access</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access</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/redirect-to-a-page-that-one-specified-user-can-access/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Charlie on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2665</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2665</guid>
        	        	<description><![CDATA[<p>Peter,<br />
Thanks for the response. I found a solution. I use your redirect plug-in along with another plug-in called User Specific Content. </p>
<p>I created a page for a particular user (User-1 Information page). The User Specific Content plug-in adds meta information to the page creation page and I can select who can view this page by Role or by specific username (or whether the user is logged in or not),</p>
<p>After creating that page I use your redirect plug-in and point the use to that page as their redirect. It works beautifully! If another user logs in and plays with the address bar trying to guess at another user's page, they see a message telling them their current login does not allow viewing the page content.</p>
<p>There are only a few users who will use this. (Less than 25). So I'm not sure if or how this would work on a much larger scale, but for my purposes it works perfectly.  </p>
<p>So, thank you again for the help!</p>
<p>-- Charlie</p>
]]></description>
        	        	<pubDate>Wed, 19 Oct 2011 12:49:29 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2664</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2664</guid>
        	        	<description><![CDATA[<p>Hi Charlie,</p>
<p>I can think of a couple of options:<br />
- Build a special page type on WordPress with its own template that responds to the username variable in the URL so that the page content is built based on the URL variable<br />
or<br />
- If you have a small number of user-specific pages, you could build a mapping of username to page ID. To have that take effect in the redirect plugin, though, you'd have to build that mapping in the rulRedirectFunctionCollection::rul_get_variable() function in the plugin file.</p>
<p>Both options require coding in PHP.</p>
]]></description>
        	        	<pubDate>Wed, 19 Oct 2011 11:40:56 +0000</pubDate>
        </item>
        <item>
        	<title>Charlie on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2663</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2663</guid>
        	        	<description><![CDATA[<p>I installed this plug-in and redirecting users back to the home page works fine. I don't want them going to the Dashboard or any of that. NOW I'm looking at this redirection to a personal page just for that user. User accounts are created by the admin. I understand how to put the variable in the URL for the user, but .... and pardon my ignorance here ... when I create pages in WordPress, the URL has a page_id, not a name. If I have a user named user1, for example, how do I craft a page that will have the username in the URL instead of a page_id? </p>
<p>This is for a site having to do with race horses. I'd like to give the clients a way to go to a personal page with any notes about training progress, race results, etc, but the information would be only pertaining to that client and the clients will not be able to see anyone else's information but their own. </p>
<p>This user name in the URL has me stopped at the moment :)</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 19 Oct 2011 06:23:36 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2654</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2654</guid>
        	        	<description><![CDATA[<p>Hi Al12,</p>
<p>In short, you can redirect to any page on your site, as long as the user has the permissions to view it. To manage permissions, though, you'd need a different plan, as my plugin only deals with redirects.</p>
]]></description>
        	        	<pubDate>Sat, 15 Oct 2011 01:06:42 +0000</pubDate>
        </item>
        <item>
        	<title>Al12 on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2651</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2651</guid>
        	        	<description><![CDATA[<p>Dumb question sorry. I found the read me txt. But how do I redirect a user to a private page on my site?</p>
]]></description>
        	        	<pubDate>Fri, 14 Oct 2011 03:29:31 +0000</pubDate>
        </item>
        <item>
        	<title>Al12 on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2650</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2650</guid>
        	        	<description><![CDATA[<p>Where is the read me txt file?</p>
]]></description>
        	        	<pubDate>Fri, 14 Oct 2011 03:16:33 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2636</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2636</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Yes, by using the syntax "[variable]username[/variable]" (documented in the plugin's readme.txt) you could craft URLs that are specific to users. However, this plugin does not cover user permissions — for that you'll have to use a plugin for that purposes, or build some logic into the relevant template to do the necessary checks.</p>
]]></description>
        	        	<pubDate>Thu, 06 Oct 2011 11:33:15 +0000</pubDate>
        </item>
        <item>
        	<title>ngentile on redirect to a page that one specified user can access</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2635</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/redirect-to-a-page-that-one-specified-user-can-access#p2635</guid>
        	        	<description><![CDATA[<p>Hello, Can I use this plugin to redirect a user that is logging to a page that only they can see? I want to create pages for each user so I can display content just for them. Thank you for any help you can give!</p>
]]></description>
        	        	<pubDate>Thu, 06 Oct 2011 10:47:58 +0000</pubDate>
        </item>
</channel>
</rss>