<?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 change WordPress MU User Role capabilities</title>
	<atom:link href="http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/</link>
	<description>WordPress, PHP, MySQL, general WEB development hints, reviews, plugins, news...</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:52:00 +0000</lastBuildDate>
	<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: Vladimir Garagulya</title>
		<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/comment-page-1/#comment-928</link>
		<dc:creator>Vladimir Garagulya</dc:creator>
		<pubDate>Wed, 23 Feb 2011 16:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shinephp.com/?p=545#comment-928</guid>
		<description>It is impossible with one SQL query, as you should update 100 different tables with 100 different names. So you should write script for that. 
What WordPress version do you use? If you upgrade to the lastest WordPress 3.0.5 multi-site you can use User Role Editor plugin then. It mights update roles for all sites of the mulit-site network simultaneously.</description>
		<content:encoded><![CDATA[<p>It is impossible with one SQL query, as you should update 100 different tables with 100 different names. So you should write script for that.<br />
What WordPress version do you use? If you upgrade to the lastest WordPress 3.0.5 multi-site you can use User Role Editor plugin then. It mights update roles for all sites of the mulit-site network simultaneously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel C.</title>
		<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/comment-page-1/#comment-927</link>
		<dc:creator>Michel C.</dc:creator>
		<pubDate>Wed, 23 Feb 2011 15:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shinephp.com/?p=545#comment-927</guid>
		<description>I have wordpress MU with more than 100 sites and I&#039;d like to change the  user roles capabilitiesfor all my tables in the same SQL request.  Is it possible ? Can you help Me ?
Thanks
MC</description>
		<content:encoded><![CDATA[<p>I have wordpress MU with more than 100 sites and I&#8217;d like to change the  user roles capabilitiesfor all my tables in the same SQL request.  Is it possible ? Can you help Me ?<br />
Thanks<br />
MC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel</title>
		<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/comment-page-1/#comment-280</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Sun, 09 May 2010 08:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shinephp.com/?p=545#comment-280</guid>
		<description>Wow, thank you so much!!!</description>
		<content:encoded><![CDATA[<p>Wow, thank you so much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Garagulya</title>
		<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/comment-page-1/#comment-279</link>
		<dc:creator>Vladimir Garagulya</dc:creator>
		<pubDate>Sun, 09 May 2010 07:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.shinephp.com/?p=545#comment-279</guid>
		<description>Hi Mel!&lt;br&gt;I think this SQL command could help you&lt;br&gt;insert into wp_usermeta (user_id, meta_key, meta_value) &lt;br&gt;select wp_users.id, &#039;wp_1_capabilities&#039; as meta_key, &#039;a:1:{s:11:&quot;contributor&quot;;b:1;}&#039; as meta_value from wp_users where wp_users.id!=1</description>
		<content:encoded><![CDATA[<p>Hi Mel!<br />I think this SQL command could help you<br />insert into wp_usermeta (user_id, meta_key, meta_value) <br />select wp_users.id, &#39;wp_1_capabilities&#39; as meta_key, &#39;a:1:{s:11:&#8221;contributor&#8221;;b:1;}&#39; as meta_value from wp_users where wp_users.id!=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel</title>
		<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/comment-page-1/#comment-274</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Sat, 08 May 2010 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shinephp.com/?p=545#comment-274</guid>
		<description>I have a dilemma. I migrated users from a database to my wordpress mu database but for some users field wp_1_capabilites is missing in wp_usermeta table. How can I mass add this field for all users with Contributor capabilities?</description>
		<content:encoded><![CDATA[<p>I have a dilemma. I migrated users from a database to my wordpress mu database but for some users field wp_1_capabilites is missing in wp_usermeta table. How can I mass add this field for all users with Contributor capabilities?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

