<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Fun with WordPress - Latest Comments in Unobtrusive config for fire and forget plugins</title><link>http://funwithwordpress.disqus.com/</link><description></description><language>en</language><lastBuildDate>Tue, 18 Nov 2008 12:43:31 -0000</lastBuildDate><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3879930</link><description>Frank, I'm not quite sure which bit of it you don't know so I have tried to guess.&lt;br&gt;&lt;br&gt;You need to add a new value in the jquery using&lt;br&gt;&lt;br&gt;if ($('#secure_wp_index').is(':checked'))&lt;br&gt;{&lt;br&gt;  SecureWP = 1;&lt;br&gt;} else {&lt;br&gt; SecureWP = 0;&lt;br&gt;}&lt;br&gt;&lt;br&gt;Then add it to the post object right after "pcsc_config-API" : API_Val, so you change that to read:&lt;br&gt;"pcsc_config-API" : API_Val , "SecureWP" : SecureWP&lt;br&gt;&lt;br&gt;you can then check what value is set in PHP using $_POST['SecureWP'] == 1</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">arickmann</dc:creator><pubDate>Tue, 18 Nov 2008 12:43:31 -0000</pubDate></item><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3876488</link><description>THanks for yout time. I use thsi in php/html&lt;br&gt;&lt;code&gt;&amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;secure_wp_index&amp;quot; id=&amp;quot;secure_wp_index&amp;quot; value=&amp;quot;1&amp;quot; &amp;lt;?php if ( $secure_wp_index == '1') { echo &amp;quot;checked='checked'&amp;quot;; } ?&amp;gt; /&amp;gt;&lt;/code&gt;&lt;br&gt;Wth this is it possible to save the value of the checkbox. How i make this in the form with wp_ajax?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Frank</dc:creator><pubDate>Tue, 18 Nov 2008 09:05:19 -0000</pubDate></item><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3598153</link><description>Which part is it that you are have a problem with? Is it the javascript side, or the PHP side?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">arickmann</dc:creator><pubDate>Fri, 07 Nov 2008 15:38:20 -0000</pubDate></item><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3575521</link><description>Nice workflow and i like this.&lt;br&gt;I have tested this code and i have a probelm, maybe you can help me?&lt;br&gt;How it is possible to use a input-field type checkbox for update the vaule in options?&lt;br&gt;I can't see the resoltion.&lt;br&gt;Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Frank</dc:creator><pubDate>Thu, 06 Nov 2008 16:09:19 -0000</pubDate></item><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3025201</link><description>I doubt this debate will end any time soon Jeffro. It would be nice to be told to put config panels in place A (as distinct from adding extra capabilities which is fine to go wherever they should go) but that isn't the WordPress way. &lt;br&gt;&lt;br&gt;For sure there will be people who will think the plugin page is a stupid place to put config details as it takes it out of the menu system and others who think that is precisely why it is a good idea.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">arickmann</dc:creator><pubDate>Wed, 08 Oct 2008 12:51:19 -0000</pubDate></item><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3025200</link><description>They may have the option, but what happens if this becomes yet another place I have to browse to, to see if the plugin settings link is there or not. I wish plugin authors would settle on a one stop shop where all configuration links are located. &lt;br&gt;&lt;br&gt;Although I understand that because of how some of the administration panels are named, settings links sometimes don't belong in a certain menu versus others. This is a usability issue. Still, I'd like to see some sort of unofficial standard to make the end users life a little less complicated.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffro2pt0</dc:creator><pubDate>Wed, 08 Oct 2008 03:04:53 -0000</pubDate></item><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3025199</link><description>I figured you had probably put that forward at some point given the way Habari works (i.e. very well) but given the newfound desire to make WordPress usable I thought it might be a welcome addition. &lt;br&gt;&lt;br&gt;My prefered method of reducing the jumble is to require people to learn how to change variables at the top of plugins but I don't think that would go down too well. :-)&lt;br&gt;&lt;br&gt;It is quite simple to do so I'm not even sure it is necessary in the core. If people can see how to do it quickly and easily then they have the option.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">arickmann</dc:creator><pubDate>Fri, 03 Oct 2008 10:00:17 -0000</pubDate></item><item><title>Re: Unobtrusive config for fire and forget plugins</title><link>http://www.wp-fun.co.uk/2008/10/01/unobtrusive-config-for-fire-and-forget-plugins/#comment-3025198</link><description>See, there's a good idea.  I had it &lt;a href="http://comox.textdrive.com/pipermail/wp-hackers/2006-March/005247.html" rel="nofollow"&gt;back in 2006&lt;/a&gt;.  That WordPress doesn't include such an obvious idea, even at the suggestion of its users (and developers), is one major reason why Habari exists.&lt;br&gt;&lt;br&gt;I actually suggested several options for reducing the menu jumble that plugins inevitably produce.  One alternate solution was a unified page of one-off options for small plugins.  The trouble was, you had to install a plugin to display the unified options, and explicit plugin dependencies didn't exist, so if you didn't code an alternate way to display your plugin options, your plugin had no config!&lt;br&gt;&lt;br&gt;Maybe you can get more traction for the concept and have it integrated into WordPress core code.  It's hard to get developers to universally use something that requires more code because the core software won't support it for some reason.&lt;br&gt;&lt;br&gt;Sorry to invade your WP with Habari, but reading your recent twitter exchange, I know where your ideas spawned from.  ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Owen</dc:creator><pubDate>Fri, 03 Oct 2008 09:07:03 -0000</pubDate></item></channel></rss>