<?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>Tue, 07 Sep 2010 14:43: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: 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>
	<item>
		<title>By: shinephp</title>
		<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/comment-page-1/#comment-114</link>
		<dc:creator>shinephp</dc:creator>
		<pubDate>Wed, 17 Feb 2010 06:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.shinephp.com/?p=545#comment-114</guid>
		<description>Under Joomla every database table has the prefix to allow use the same database for the several Joomla installation, for example &#039;jos_&#039;. WordPress and WordPress MU has the same feature, e.g. &#039;wp_&#039; or &#039;wpmu_&#039;. These prefixes can be change by the site owner before the product installation. So it can varies from site to site.&lt;br&gt;If you use some Joomla + WordPress integration product (CorePHP or other?) you could have WordPress tables named as &#039;jos_wpmu_1_options&#039; for the blog 1, etc...</description>
		<content:encoded><![CDATA[<p>Under Joomla every database table has the prefix to allow use the same database for the several Joomla installation, for example &#39;jos_&#39;. WordPress and WordPress MU has the same feature, e.g. &#39;wp_&#39; or &#39;wpmu_&#39;. These prefixes can be change by the site owner before the product installation. So it can varies from site to site.<br />If you use some Joomla + WordPress integration product (CorePHP or other?) you could have WordPress tables named as &#39;jos_wpmu_1_options&#39; for the blog 1, etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.shinephp.com/how-to-change-wordpress-mu-user-role-capabilities/comment-page-1/#comment-113</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Wed, 17 Feb 2010 06:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shinephp.com/?p=545#comment-113</guid>
		<description>Shine - &lt;br&gt;   I GOT IT to work!!! Thanks sooo much for walking me through this. However my edit was located under:&lt;br&gt;&lt;br&gt;table: _wpmu_1_options&lt;br&gt;field: option_name&lt;br&gt;value: _wpmu_1_user_roles &lt;br&gt;&lt;br&gt;(notice the wpmu) not sure if this is a joomla thing or wpmu, but I thought it was worth a note.&lt;br&gt;&lt;br&gt;   Can&#039;t thanks U enough.&lt;br&gt;CHEERS!&lt;br&gt;GE</description>
		<content:encoded><![CDATA[<p>Shine &#8211; <br />   I GOT IT to work!!! Thanks sooo much for walking me through this. However my edit was located under:</p>
<p>table: _wpmu_1_options<br />field: option_name<br />value: _wpmu_1_user_roles </p>
<p>(notice the wpmu) not sure if this is a joomla thing or wpmu, but I thought it was worth a note.</p>
<p>   Can&#39;t thanks U enough.<br />CHEERS!<br />GE</p>
]]></content:encoded>
	</item>
</channel>
</rss>
