<?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: Custom capabilities in plugins and themes</title>
	<atom:link href="http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Wed, 23 May 2012 07:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JLeuze</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-403515</link>
		<dc:creator>JLeuze</dc:creator>
		<pubDate>Mon, 22 Aug 2011 06:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-403515</guid>
		<description>I was looking at the wrong diff on that ticket, thanks for pointing me in the right direction Justin, got it working perfectly now!</description>
		<content:encoded><![CDATA[<p>I was looking at the wrong diff on that ticket, thanks for pointing me in the right direction Justin, got it working perfectly now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Tadlock</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-403423</link>
		<dc:creator>Justin Tadlock</dc:creator>
		<pubDate>Mon, 22 Aug 2011 02:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-403423</guid>
		<description>If you look at that entire ticket, you&#039;ll see that they rolled the &lt;code&gt;option_page_capability_*&lt;/code&gt; hook into 3.2 as a fix for this problem.  You can see an example of it in action in the TwentyEleven theme.</description>
		<content:encoded><![CDATA[<p>If you look at that entire ticket, you&#8217;ll see that they rolled the <code>option_page_capability_*</code> hook into 3.2 as a fix for this problem.  You can see an example of it in action in the TwentyEleven theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLeuze</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-403236</link>
		<dc:creator>JLeuze</dc:creator>
		<pubDate>Sun, 21 Aug 2011 20:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-403236</guid>
		<description>I&#039;m trying to add custom capabilities to a plugin of mine to change the capability that gives access to the plugin options page and I ran into a couple of issues. First it doesn&#039;t look like the &quot;members_plugin_init&quot; function exists in version 0.2 of the Members plugin? I checked for the &quot;members_get_capabilities&quot; function instead and that worked for me.

The other bigger issue was that even though I can give any role with the custom capability access to the options page, they can&#039;t actually make any changes to the options unless they also have the &quot;manage_options&quot; capability.

From this &lt;a href=&quot;http://core.trac.wordpress.org/ticket/14365&quot; rel=&quot;nofollow&quot;&gt;ticket&lt;/a&gt; it looks like this is a known issue. Do you know of another way to do this, or was this meant to be more of a proof of concept then a functioning example?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to add custom capabilities to a plugin of mine to change the capability that gives access to the plugin options page and I ran into a couple of issues. First it doesn&#8217;t look like the &#8220;members_plugin_init&#8221; function exists in version 0.2 of the Members plugin? I checked for the &#8220;members_get_capabilities&#8221; function instead and that worked for me.</p>
<p>The other bigger issue was that even though I can give any role with the custom capability access to the options page, they can&#8217;t actually make any changes to the options unless they also have the &#8220;manage_options&#8221; capability.</p>
<p>From this <a href="http://core.trac.wordpress.org/ticket/14365" rel="nofollow">ticket</a> it looks like this is a known issue. Do you know of another way to do this, or was this meant to be more of a proof of concept then a functioning example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trusktr</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-367891</link>
		<dc:creator>trusktr</dc:creator>
		<pubDate>Wed, 29 Jun 2011 00:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-367891</guid>
		<description>Very superb! If only features like these could be added to the core of wordpress by awesome designers like you!</description>
		<content:encoded><![CDATA[<p>Very superb! If only features like these could be added to the core of wordpress by awesome designers like you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Father</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-213006</link>
		<dc:creator>The Father</dc:creator>
		<pubDate>Thu, 15 Jul 2010 18:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-213006</guid>
		<description>I plan on having a lot of members. I am wondering what each role permission does specifically. I really appreciate the plugin and I think it is very useful so far. I know what most of the role permissions do but some of the AOC_ permissions are unclear to me. Also, I just added a new member and he is not showing up on my public members list(siege community) but the one I added before has shown up. Thanks in advance  for your help and please keep up the exceptional work.</description>
		<content:encoded><![CDATA[<p>I plan on having a lot of members. I am wondering what each role permission does specifically. I really appreciate the plugin and I think it is very useful so far. I know what most of the role permissions do but some of the AOC_ permissions are unclear to me. Also, I just added a new member and he is not showing up on my public members list(siege community) but the one I added before has shown up. Thanks in advance  for your help and please keep up the exceptional work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-186798</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 20 Apr 2010 23:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-186798</guid>
		<description>Hi Justin, I am a newbie programming and I was wondering if you can help me or tell me how much would you charge. I need to create a role that has access only to some plugins.

Thanks for your time

Gabriel</description>
		<content:encoded><![CDATA[<p>Hi Justin, I am a newbie programming and I was wondering if you can help me or tell me how much would you charge. I need to create a role that has access only to some plugins.</p>
<p>Thanks for your time</p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margarida Fernandes</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-186655</link>
		<dc:creator>Margarida Fernandes</dc:creator>
		<pubDate>Mon, 19 Apr 2010 21:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-186655</guid>
		<description>Just wanted to thank you for this plugin. I am just sorry I am not a professional developer, and that other developers don&#039;t follow what you suggest here, so that I could take more advantage of your plugin and have more flexibility. But still this has helped me in my blog a lot.</description>
		<content:encoded><![CDATA[<p>Just wanted to thank you for this plugin. I am just sorry I am not a professional developer, and that other developers don&#8217;t follow what you suggest here, so that I could take more advantage of your plugin and have more flexibility. But still this has helped me in my blog a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-185593</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 12 Apr 2010 06:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-185593</guid>
		<description>BTW I forgot in my previous post but you can send me an email if you can help me with it.</description>
		<content:encoded><![CDATA[<p>BTW I forgot in my previous post but you can send me an email if you can help me with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-185592</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 12 Apr 2010 06:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-185592</guid>
		<description>Hi, I am just starting in this plugins development and I am getting a little desperate. So if anyone here knows how to add to the Members plugin the capability to choose an admin to be able only to change some of the plugins that are installed on the theme, please let me know and how much will it cost.

For example I want one of the admins to be able to manage the options of three different plugins but not all the plugins that I have installed.</description>
		<content:encoded><![CDATA[<p>Hi, I am just starting in this plugins development and I am getting a little desperate. So if anyone here knows how to add to the Members plugin the capability to choose an admin to be able only to change some of the plugins that are installed on the theme, please let me know and how much will it cost.</p>
<p>For example I want one of the admins to be able to manage the options of three different plugins but not all the plugins that I have installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://justintadlock.com/archives/2009/09/18/custom-capabilities-in-plugins-and-themes#comment-182744</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 24 Mar 2010 16:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1821#comment-182744</guid>
		<description>Hmmm...I can apply it for my new site and I really appreciate your time for sharing it with us. I have been reading your posts and it&#039;s really amazing how you can help people like me. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;I can apply it for my new site and I really appreciate your time for sharing it with us. I have been reading your posts and it&#8217;s really amazing how you can help people like me. Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

