<?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: Explanation of Wordpress User Roles &amp; Permissions: Administrator, Author, Editor, Contributor, &amp; Subscriber</title>
	<atom:link href="http://www.jerryleventer.com/wordpress-roles-and-permissions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/</link>
	<description>Internet Marketing Technology &#38; Wordpress Website Solutions</description>
	<lastBuildDate>Sat, 10 Jul 2010 03:56:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Misty</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-5833</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Thu, 25 Jun 2009 10:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-5833</guid>
		<description>Thank you so much for writing this! I appreciate it very much because I was a bit confused when I was looking for add a new user to my blog and I wasn&#039;t sure which role I was suppose to give to them. Than you again!</description>
		<content:encoded><![CDATA[<p>Thank you so much for writing this! I appreciate it very much because I was a bit confused when I was looking for add a new user to my blog and I wasn&#8217;t sure which role I was suppose to give to them. Than you again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-5133</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 05 May 2009 16:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-5133</guid>
		<description>I forgot to mention that it does work. You just need to make those two database changes to promote people from subscriber to author.

But now my project is going to be eliminating the wp_usermeta table and putting data only in wp_users. And in normal columns. None of this key-value stuff.

After that, I plan to eliminate wp_post2cat and just have a single category for each post, in the wp_posts table.

The fewer tables, the better.</description>
		<content:encoded><![CDATA[<p>I forgot to mention that it does work. You just need to make those two database changes to promote people from subscriber to author.</p>
<p>But now my project is going to be eliminating the wp_usermeta table and putting data only in wp_users. And in normal columns. None of this key-value stuff.</p>
<p>After that, I plan to eliminate wp_post2cat and just have a single category for each post, in the wp_posts table.</p>
<p>The fewer tables, the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Leventer</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-5040</link>
		<dc:creator>Jerry Leventer</dc:creator>
		<pubDate>Fri, 01 May 2009 23:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-5040</guid>
		<description>Thanks for sharing your solution, Patrick.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your solution, Patrick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-5039</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 01 May 2009 23:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-5039</guid>
		<description>Well I did it, but it wasn&#039;t easy because of the use of wp_usermeta. All that data should be in wp_users.

Not only is it separated out, it&#039;s also in a horrible format of keys and values, so you can&#039;t even do table joins with wp_users. Ugh. Keeping user data in meta tables were a really bad decision by someone.</description>
		<content:encoded><![CDATA[<p>Well I did it, but it wasn&#8217;t easy because of the use of wp_usermeta. All that data should be in wp_users.</p>
<p>Not only is it separated out, it&#8217;s also in a horrible format of keys and values, so you can&#8217;t even do table joins with wp_users. Ugh. Keeping user data in meta tables were a really bad decision by someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Leventer</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-5015</link>
		<dc:creator>Jerry Leventer</dc:creator>
		<pubDate>Thu, 30 Apr 2009 21:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-5015</guid>
		<description>Patrick, you are definitely on the right track with this. I would suggest creating a few test accounts and work with those to see if you can change them in bulk.

Here&#039;s the page in the Codex:
http://codex.wordpress.org/Roles_and_Capabilities

I would also suggest you refer to the Codex.Wordpress.org forums for a more detailed answer, if that doesn&#039;t work. Please report back here if you find out anything. Thanks! :)</description>
		<content:encoded><![CDATA[<p>Patrick, you are definitely on the right track with this. I would suggest creating a few test accounts and work with those to see if you can change them in bulk.</p>
<p>Here&#8217;s the page in the Codex:<br />
<a href="http://codex.wordpress.org/Roles_and_Capabilities">http://codex.wordpress.org/Roles_and_Capabilities</a></p>
<p>I would also suggest you refer to the Codex.Wordpress.org forums for a more detailed answer, if that doesn&#8217;t work. Please report back here if you find out anything. Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-5013</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 30 Apr 2009 18:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-5013</guid>
		<description>Hi, I&#039;d like to to a mass modification of about 1000 users, giving them all &quot;author&quot; status.

I see that promoting a single user from subscriber to author changes this line in wp_usermeta:

wp_capabilities &#124; a:1:{s:10:&quot;subscriber&quot;;b:1;}

to

wp_capabilities &#124; a:1:{s:6:&quot;author&quot;;b:1;}

And it adds a new field to user_meta for that guy:

wp_user_level   &#124; 2                       

I&#039;d be grateful if you could explain these cryptic fields so I can make this mass change with one or two sql calls.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;d like to to a mass modification of about 1000 users, giving them all &#8220;author&#8221; status.</p>
<p>I see that promoting a single user from subscriber to author changes this line in wp_usermeta:</p>
<p>wp_capabilities | a:1:{s:10:&#8221;subscriber&#8221;;b:1;}</p>
<p>to</p>
<p>wp_capabilities | a:1:{s:6:&#8221;author&#8221;;b:1;}</p>
<p>And it adds a new field to user_meta for that guy:</p>
<p>wp_user_level   | 2                       </p>
<p>I&#8217;d be grateful if you could explain these cryptic fields so I can make this mass change with one or two sql calls.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Leventer</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-4618</link>
		<dc:creator>Jerry Leventer</dc:creator>
		<pubDate>Thu, 09 Apr 2009 22:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-4618</guid>
		<description>Hi Rodrigo,

 Perhaps I&#039;m not understanding your question but...

If the Plugin itself has permission settings, use those.  Otherwise, you need to create a user with the proper permissions to access it.</description>
		<content:encoded><![CDATA[<p>Hi Rodrigo,</p>
<p> Perhaps I&#8217;m not understanding your question but&#8230;</p>
<p>If the Plugin itself has permission settings, use those.  Otherwise, you need to create a user with the proper permissions to access it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodrigo</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-4614</link>
		<dc:creator>rodrigo</dc:creator>
		<pubDate>Thu, 09 Apr 2009 11:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-4614</guid>
		<description>Hi,

I&#039;ve installed a plugin but I need change the permission to work wth it, because is only for Administrators but I need it for Editor or Author.... How can I edit these permissions ?

thanks

Rodrigo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve installed a plugin but I need change the permission to work wth it, because is only for Administrators but I need it for Editor or Author&#8230;. How can I edit these permissions ?</p>
<p>thanks</p>
<p>Rodrigo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Leventer</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-4167</link>
		<dc:creator>Jerry Leventer</dc:creator>
		<pubDate>Sat, 21 Mar 2009 17:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-4167</guid>
		<description>Interlina - If you are assigned the role of &quot;Contributor&quot; on someone else&#039;s blog, you will not be able to enable access unless you request to be given higher permissions by the owner of the blog.

If you are the owner of the blog, login to the Dashboard, find the User area, and change the user access there.</description>
		<content:encoded><![CDATA[<p>Interlina &#8211; If you are assigned the role of &#8220;Contributor&#8221; on someone else&#8217;s blog, you will not be able to enable access unless you request to be given higher permissions by the owner of the blog.</p>
<p>If you are the owner of the blog, login to the Dashboard, find the User area, and change the user access there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: interlina</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-4163</link>
		<dc:creator>interlina</dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-4163</guid>
		<description>what about insert image/ upload file. user with contributor don&#039;t have right to insert image with add media tool

can you tell me, how to enable this acess? 
thanks</description>
		<content:encoded><![CDATA[<p>what about insert image/ upload file. user with contributor don&#8217;t have right to insert image with add media tool</p>
<p>can you tell me, how to enable this acess?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welcome Editors - Digital Musics</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-3949</link>
		<dc:creator>Welcome Editors - Digital Musics</dc:creator>
		<pubDate>Tue, 10 Mar 2009 17:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-3949</guid>
		<description>[...] accounts.Â  When you register, it sends me an email.Â  I then upgrade your account status to &#8216;editor,&#8217;Â  which means you can post news/events/comments without our [...]</description>
		<content:encoded><![CDATA[<p>[...] accounts.Â  When you register, it sends me an email.Â  I then upgrade your account status to &#8216;editor,&#8217;Â  which means you can post news/events/comments without our [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyla Weimann</title>
		<link>http://www.jerryleventer.com/wordpress-roles-and-permissions/comment-page-1/#comment-3411</link>
		<dc:creator>Hyla Weimann</dc:creator>
		<pubDate>Thu, 05 Feb 2009 09:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerryleventer.com/?p=442#comment-3411</guid>
		<description>Jerry, 
thank you for this. It is very well written with good content. I am sure it will be useful to many people.</description>
		<content:encoded><![CDATA[<p>Jerry,<br />
thank you for this. It is very well written with good content. I am sure it will be useful to many people.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
