<?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: Quick Tip #9 - Change the default capabilities of WordPress users with ease</title>
	<atom:link href="http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/</link>
	<description>web design &#124; blog &#124; madness</description>
	<pubDate>Thu, 09 Feb 2012 15:06:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Abbott</title>
		<link>http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/comment-page-1/#comment-4421</link>
		<dc:creator>Kevin Abbott</dc:creator>
		<pubDate>Thu, 28 Oct 2010 14:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=1851#comment-4421</guid>
		<description>Thanks I needed the contributor to do exactly what you needed it to do.  Very useful and easy to do! Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks I needed the contributor to do exactly what you needed it to do.  Very useful and easy to do! Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niklas  Olsson</title>
		<link>http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/comment-page-1/#comment-4386</link>
		<dc:creator>Niklas  Olsson</dc:creator>
		<pubDate>Tue, 14 Sep 2010 20:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=1851#comment-4386</guid>
		<description>Thanks for this post, it was exactly what I was looking for. I found a couple of plugins for managing user roles but all of them was for a single blog in a multi site instance.

I used your example to add some user credidentials to the default editor role so I don't need to assign the blog owner for each blog (in my multi site instance) the administrator role which has too much credidentials in this case.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it was exactly what I was looking for. I found a couple of plugins for managing user roles but all of them was for a single blog in a multi site instance.</p>
<p>I used your example to add some user credidentials to the default editor role so I don&#8217;t need to assign the blog owner for each blog (in my multi site instance) the administrator role which has too much credidentials in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nouveller</title>
		<link>http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/comment-page-1/#comment-3101</link>
		<dc:creator>Nouveller</dc:creator>
		<pubDate>Mon, 15 Feb 2010 13:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=1851#comment-3101</guid>
		<description>It might be possible to do something along the lines of: 

&lt;pre lang="PHP"&gt;
function page_block { 

if($post-&gt;ID == '5') {

...add/remove cap

}

}

add_action('admin_head', 'page_block');
&lt;/pre&gt;

I haven't tested it though but let me know if it works.

:)</description>
		<content:encoded><![CDATA[<p>It might be possible to do something along the lines of:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #ff0000; font-weight: bold;">function</span> page_block <span style="color: #009900;">&#123;</span> 
&nbsp;
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'5'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
<span style="color: #339933;">...</span>add<span style="color: #339933;">/</span>remove cap
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_head'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'page_block'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>I haven&#8217;t tested it though but let me know if it works.</p>
<p> <img src='http://www.nouveller.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun</title>
		<link>http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/comment-page-1/#comment-3100</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=1851#comment-3100</guid>
		<description>This is really handy and definitely something I will look at for a project i have on at the minute.

Is it possible to allow users to edit a page, but restrict it to just one page using that particular page's ID?</description>
		<content:encoded><![CDATA[<p>This is really handy and definitely something I will look at for a project i have on at the minute.</p>
<p>Is it possible to allow users to edit a page, but restrict it to just one page using that particular page&#8217;s ID?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nouveller</title>
		<link>http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/comment-page-1/#comment-3078</link>
		<dc:creator>Nouveller</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=1851#comment-3078</guid>
		<description>Do it!</description>
		<content:encoded><![CDATA[<p>Do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum Chapman</title>
		<link>http://www.nouveller.com/quick-tips/quick-tip-9-change-the-default-capabilities-of-wordpress-users-with-ease/comment-page-1/#comment-3076</link>
		<dc:creator>Callum Chapman</dc:creator>
		<pubDate>Thu, 11 Feb 2010 18:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=1851#comment-3076</guid>
		<description>This would allow them to write and upload files but sort of, uh, submit the article for review, instead of posting it? I guess they wouldn't have access to any other admin stuff either?

Might have to do this on my Circlebox. :)</description>
		<content:encoded><![CDATA[<p>This would allow them to write and upload files but sort of, uh, submit the article for review, instead of posting it? I guess they wouldn&#8217;t have access to any other admin stuff either?</p>
<p>Might have to do this on my Circlebox. <img src='http://www.nouveller.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

