<?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: How To: Per User Options in WordPress</title>
	<atom:link href="http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zach Reed</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-197717</link>
		<dc:creator>Zach Reed</dc:creator>
		<pubDate>Tue, 31 Jan 2012 16:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-197717</guid>
		<description>This is awesome. Is there a way to default it checked, so when the plugin is on, all users are defaulted to it checked and &quot;on&quot;, but then they can go to their profile to turn it off?

Thanks! :)</description>
		<content:encoded><![CDATA[<p>This is awesome. Is there a way to default it checked, so when the plugin is on, all users are defaulted to it checked and &#8220;on&#8221;, but then they can go to their profile to turn it off?</p>
<p>Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-154849</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 04 May 2011 21:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-154849</guid>
		<description>I always wondered how these things are really done. Thanks for showing! Now I am sure I will never be able modify any code to adjust it to my needs. I shall always ask for expert help. Thanks once more!</description>
		<content:encoded><![CDATA[<p>I always wondered how these things are really done. Thanks for showing! Now I am sure I will never be able modify any code to adjust it to my needs. I shall always ask for expert help. Thanks once more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-138177</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 13 Jan 2011 05:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-138177</guid>
		<description>Thanks Ozh, I shall definitely check it out. It will be so handy for my site!</description>
		<content:encoded><![CDATA[<p>Thanks Ozh, I shall definitely check it out. It will be so handy for my site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-136584</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Thu, 30 Dec 2010 21:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-136584</guid>
		<description>John » My own plugin IP to Nation</description>
		<content:encoded><![CDATA[<p>John » My own plugin IP to Nation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-136563</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 30 Dec 2010 16:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-136563</guid>
		<description>Wow I just noticed the nifty flag plugin you have beside each commenter&#039;s name. Can you please forward me the name of that? I think it would be a wonderful addition to my site! Thanks!</description>
		<content:encoded><![CDATA[<p>Wow I just noticed the nifty flag plugin you have beside each commenter&#8217;s name. Can you please forward me the name of that? I think it would be a wonderful addition to my site! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-136562</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 30 Dec 2010 16:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-136562</guid>
		<description>Thanks for showing your code. I actually use something similar to what you showed to prevent registered users from seeing a part of the dashboard that should be limited to admins!</description>
		<content:encoded><![CDATA[<p>Thanks for showing your code. I actually use something similar to what you showed to prevent registered users from seeing a part of the dashboard that should be limited to admins!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bofy</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-129258</link>
		<dc:creator>Bofy</dc:creator>
		<pubDate>Sat, 16 Oct 2010 16:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-129258</guid>
		<description>Hi!
 
I want to write a simple plugin for my WordPress blog but I didn&#039;t find any documentation for what I need.

I want to have a settings/options page to save each user&#039;s website URL (by user ID) on a separate admin menu page, not on the Profile page.

I want to give each Logged In user the possibility to save and see the settings page with their individual options saved.

Can you post on your website an example, please?
I would appreciate if you send me a link to an example or tutorial regarding my problem.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I want to write a simple plugin for my WordPress blog but I didn&#8217;t find any documentation for what I need.</p>
<p>I want to have a settings/options page to save each user&#8217;s website URL (by user ID) on a separate admin menu page, not on the Profile page.</p>
<p>I want to give each Logged In user the possibility to save and see the settings page with their individual options saved.</p>
<p>Can you post on your website an example, please?<br />
I would appreciate if you send me a link to an example or tutorial regarding my problem.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wykydtron</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-114951</link>
		<dc:creator>wykydtron</dc:creator>
		<pubDate>Tue, 13 Jul 2010 19:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-114951</guid>
		<description>I cant seem to get it to work on multiple authors in 3.0</description>
		<content:encoded><![CDATA[<p>I cant seem to get it to work on multiple authors in 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-103138</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Tue, 13 Apr 2010 23:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-103138</guid>
		<description>I am using you wordpress admin menu plugin and was wondering if it is possible to ad an option to sort the menu items!

Thanks.  Love the plugin!

Jerry</description>
		<content:encoded><![CDATA[<p>I am using you wordpress admin menu plugin and was wondering if it is possible to ad an option to sort the menu items!</p>
<p>Thanks.  Love the plugin!</p>
<p>Jerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnbillion</title>
		<link>http://planetozh.com/blog/2009/12/how-to-per-user-options-in-wordpress/comment-page-1/#comment-99399</link>
		<dc:creator>johnbillion</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1372#comment-99399</guid>
		<description>There&#039;s a fourth place on the Profile screen where you can add fields.

By filtering &#039;user_contactmethods&#039; you can quickly add a text input field to the Contact Info section. You can also use the filter to remove or rename the existing fields if so inclined.

Here&#039;s some example code:

&lt;code&gt;
function my_user_contactmethods($methods){
$methods[&#039;phone&#039;] = &#039;Phone Number&#039;;
return $methods;
}
add_filter(&#039;user_contactmethods&#039;,&#039;my_user_contactmethods&#039;);
&lt;/code&gt;

The above code will add a &#039;Phone Number&#039; text input to the Contact Info section.

Note that you still have to include the code to manually update the user meta when the form is submitted, as in Ozh&#039; examples.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a fourth place on the Profile screen where you can add fields.</p>
<p>By filtering &#8216;user_contactmethods&#8217; you can quickly add a text input field to the Contact Info section. You can also use the filter to remove or rename the existing fields if so inclined.</p>
<p>Here&#8217;s some example code:</p>
<p><code><br />
function my_user_contactmethods($methods){<br />
$methods['phone'] = 'Phone Number';<br />
return $methods;<br />
}<br />
add_filter('user_contactmethods','my_user_contactmethods');<br />
</code></p>
<p>The above code will add a &#8216;Phone Number&#8217; text input to the Contact Info section.</p>
<p>Note that you still have to include the code to manually update the user meta when the form is submitted, as in Ozh&#8217; examples.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

