<?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: YD Network-wide Options</title>
	<atom:link href="http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yann.com</link>
	<description>Développeur WordPress freelance à Paris</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:22:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Griffith</title>
		<link>http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options#comment-57042</link>
		<dc:creator>Griffith</dc:creator>
		<pubDate>Thu, 02 Feb 2012 17:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=535#comment-57042</guid>
		<description>i think that is is easier to select all the options then go back through and deselect the options you wouldn&#039;t want to transfer. Clicking about 600 times gets a little redundant... In regards this would only apply to the &quot;Options to propagate&quot; meta box. 
Regardless i do appreciate all the work on this plugin! made my life easier.</description>
		<content:encoded><![CDATA[<p>i think that is is easier to select all the options then go back through and deselect the options you wouldn&#8217;t want to transfer. Clicking about 600 times gets a little redundant&#8230; In regards this would only apply to the &#8220;Options to propagate&#8221; meta box.<br />
Regardless i do appreciate all the work on this plugin! made my life easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Y.Dubois</title>
		<link>http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options#comment-57040</link>
		<dc:creator>Y.Dubois</dc:creator>
		<pubDate>Thu, 02 Feb 2012 17:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=535#comment-57040</guid>
		<description>@Griffith: there is no select all; but I don&#039;t think you would really want to do that. Options to replicate have to be chosen carefully.</description>
		<content:encoded><![CDATA[<p>@Griffith: there is no select all; but I don&#8217;t think you would really want to do that. Options to replicate have to be chosen carefully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Griffith</title>
		<link>http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options#comment-57018</link>
		<dc:creator>Griffith</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=535#comment-57018</guid>
		<description>Maybe i am missing this setting somewhere, but is there a check/uncheck all button?</description>
		<content:encoded><![CDATA[<p>Maybe i am missing this setting somewhere, but is there a check/uncheck all button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options#comment-56799</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Wed, 01 Feb 2012 16:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=535#comment-56799</guid>
		<description>Appreciate the reply - yup, I can just make the manually change for the deprecated function (was interfering with some access rules I had setup for &#039;manage_options&#039; - no biggy). Concerning your second comment - yeah, can completely understand that - and just figured out that Members is really just a nice GUI interface for what you can already do with code - so I just created my own plugin instead as a global MU plugin and modified from there :) Thanks!</description>
		<content:encoded><![CDATA[<p>Appreciate the reply &#8211; yup, I can just make the manually change for the deprecated function (was interfering with some access rules I had setup for &#8216;manage_options&#8217; &#8211; no biggy). Concerning your second comment &#8211; yeah, can completely understand that &#8211; and just figured out that Members is really just a nice GUI interface for what you can already do with code &#8211; so I just created my own plugin instead as a global MU plugin and modified from there <img src='http://www.yann.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Y.Dubois</title>
		<link>http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options#comment-56786</link>
		<dc:creator>Y.Dubois</dc:creator>
		<pubDate>Wed, 01 Feb 2012 15:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=535#comment-56786</guid>
		<description>@Zach: some plugins do not use regular WP option keys to store their settings, so depending on what mechanism that plugin uses, just propagating option changes might not be sufficient to spread the settings over the whole site network. Check out that the plugin does not use it&#039;s own data structures. My plugin can also duplicate data structures (ie database tables) and contents. However, if the plugin you wish to make network-wide stores its settings elsewhere (in a file, or in user meta or post meta keys for example...), my plugin won&#039;t be able to deal with it. You will then need some other approach to the problem.</description>
		<content:encoded><![CDATA[<p>@Zach: some plugins do not use regular WP option keys to store their settings, so depending on what mechanism that plugin uses, just propagating option changes might not be sufficient to spread the settings over the whole site network. Check out that the plugin does not use it&#8217;s own data structures. My plugin can also duplicate data structures (ie database tables) and contents. However, if the plugin you wish to make network-wide stores its settings elsewhere (in a file, or in user meta or post meta keys for example&#8230;), my plugin won&#8217;t be able to deal with it. You will then need some other approach to the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Y.Dubois</title>
		<link>http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options#comment-56785</link>
		<dc:creator>Y.Dubois</dc:creator>
		<pubDate>Wed, 01 Feb 2012 15:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=535#comment-56785</guid>
		<description>@Zach: Yes, the use of deprecated functions is not exactly a bug. It does not prevent the plugin from working fine with later releases of WordPress, nor does it introduce vulnerabilities. This will be upgraded in a future release. Right now, the plugin works just fine, so there is no hurry.</description>
		<content:encoded><![CDATA[<p>@Zach: Yes, the use of deprecated functions is not exactly a bug. It does not prevent the plugin from working fine with later releases of WordPress, nor does it introduce vulnerabilities. This will be upgraded in a future release. Right now, the plugin works just fine, so there is no hurry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.yann.com/en/wp-plugins/yd-wpmu-sitewide-options#comment-56586</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Tue, 31 Jan 2012 16:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=535#comment-56586</guid>
		<description>Hi,
Also think I found a bug (or at least, a deprecated function that should be replaced). On line 145 of yd-wpmu-sitewide-options.php, you are using a capability number, &quot;8&quot;, instead of an actual capability, like &quot;manage_options&quot;. Any references like that should be changed. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Also think I found a bug (or at least, a deprecated function that should be replaced). On line 145 of yd-wpmu-sitewide-options.php, you are using a capability number, &#8220;8&#8243;, instead of an actual capability, like &#8220;manage_options&#8221;. Any references like that should be changed. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

