<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: wp-options-manager</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: wp-options-manager</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 15:44:12 +0000</pubDate>

<item>
<title>chrisfmasse on "[Plugin: WP-Options-Manager] - WordPress 2.8"</title>
<link>http://wordpress.org/support/topic/278624#post-1100391</link>
<pubDate>Fri, 12 Jun 2009 12:25:43 +0000</pubDate>
<dc:creator>chrisfmasse</dc:creator>
<guid isPermaLink="false">1100391@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Marc,&#60;/p&#62;
&#60;p&#62;Thanks a lot. This plugin is so great, I can't live without it. Seriously.&#60;/p&#62;
&#60;p&#62;Chris Masse
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] - WordPress 2.8"</title>
<link>http://wordpress.org/support/topic/278624#post-1100364</link>
<pubDate>Fri, 12 Jun 2009 12:01:31 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">1100364@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have fixed the problems. Please download the new version that works with 2.8 - have fun.&#60;/p&#62;
&#60;p&#62;Marc
&#60;/p&#62;</description>
</item>
<item>
<title>gregma on "[Plugin: WP-Options-Manager] - WordPress 2.8"</title>
<link>http://wordpress.org/support/topic/278624#post-1099585</link>
<pubDate>Thu, 11 Jun 2009 22:18:08 +0000</pubDate>
<dc:creator>gregma</dc:creator>
<guid isPermaLink="false">1099585@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes... this plugin made an error500 at my blog after upgrade 2.7.1 -&#38;gt; 2.8&#60;br /&#62;
I had to delete the plugin...
&#60;/p&#62;</description>
</item>
<item>
<title>chrisfmasse on "[Plugin: WP-Options-Manager] - WordPress 2.8"</title>
<link>http://wordpress.org/support/topic/278624#post-1098457</link>
<pubDate>Thu, 11 Jun 2009 12:59:23 +0000</pubDate>
<dc:creator>chrisfmasse</dc:creator>
<guid isPermaLink="false">1098457@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Impossible to upgrade it and impossible to install it... with WordPress 2.8.&#60;/p&#62;
&#60;p&#62;I hope that this plugin will be upgraded because it was very helpful to moi. Thanks a lot.&#60;/p&#62;
&#60;p&#62;Chris Masse
&#60;/p&#62;</description>
</item>
<item>
<title>sustainorder on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1097472</link>
<pubDate>Wed, 10 Jun 2009 18:14:19 +0000</pubDate>
<dc:creator>sustainorder</dc:creator>
<guid isPermaLink="false">1097472@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Great answer raufaser.&#60;br /&#62;
I thought the plugin job was to detect files that are depracated and not used by wordpress anymore, not ALL files. Who has the time to search through a hay heap of files (sometimes mounting to hundreds if not thousands) to find the ones you want deleted???&#60;br /&#62;
A well written plugin makes things EASIER for users who are not familiar with code talk that takes ages to decipher, not to ruin their blogs.&#60;br /&#62;
True, I should have done the backup but it wasn't a blog I wanted to keep anyway, so I took the chance and activate this plugin and hoped for the best. And as it turns out, your plugin is NOT the best.&#60;br /&#62;
My advice- rewrite the plugin to list only the files that aren't being used by wordpress to make it EASY for users like me. I don't see a purpose of this plugin in this version as it is.
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1097117</link>
<pubDate>Wed, 10 Jun 2009 11:24:40 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">1097117@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Are really all entrys set to blog_id = 0 ?&#60;br /&#62;
I can't explain that - the code of the wp options manager plugin could not do that. No options are changed until the users deletes something by choice.&#60;/p&#62;
&#60;p&#62;Try the following SQL query:&#60;br /&#62;
&#60;code&#62;SELECT blog_id FROM wp_options WHERE 1 GROUP BY blog_id;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Please report the result to me.
&#60;/p&#62;</description>
</item>
<item>
<title>Njualem on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1095592</link>
<pubDate>Mon, 08 Jun 2009 21:10:49 +0000</pubDate>
<dc:creator>Njualem</dc:creator>
<guid isPermaLink="false">1095592@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Raufaser;&#60;/p&#62;
&#60;p&#62;I have accessed my database through phpmyadmin and I discovered that the &#34;blog-id&#34; in wp-options table for all the different Blogs has been set to 0.&#60;br /&#62;
i.e:&#60;br /&#62;
wp_1_option, blog_id = 0&#60;br /&#62;
wp_2_option, blog_id = 0&#60;br /&#62;
wp_3_option, blog_id = 0&#60;br /&#62;
wp_4_option, blog_id = 0&#60;br /&#62;
wp_5_option, blog_id = 0  ...  and so on.&#60;/p&#62;
&#60;p&#62;So how do I get to edit these entries per Blog at one go. You know there are thousands of wp_options entries per Blog and editing them one by one will be just impossible. Can you give me some sql code or query that I can use on each wp_option table to change the &#34;blog_id&#34; value from 0 to the correct values like 1, 2, 3, 4, etc. I believe I can do the editing using phpmyadmin all I will need is some code or query and some guidelines if there are any.&#60;/p&#62;
&#60;p&#62;Thanks for your support.
&#60;/p&#62;</description>
</item>
<item>
<title>Njualem on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1095404</link>
<pubDate>Mon, 08 Jun 2009 17:38:08 +0000</pubDate>
<dc:creator>Njualem</dc:creator>
<guid isPermaLink="false">1095404@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks Raufaser, &#60;/p&#62;
&#60;p&#62;At least I fell a bit relieved from your quick respond. &#60;/p&#62;
&#60;p&#62;Yes WPMU do have more than one options table in the database, they are named with something like this: wp_1_options, wp_2_options, wp_3_options and so on. I noticed this when I was backing up the first database.&#60;/p&#62;
&#60;p&#62;So if I find this &#34;active_plugins&#34; option, what do I do? Do I delete it? And if Yes, do I delete the &#34;active_plugin&#34; option from all the wp_option tables belonging to all the other Blogs?&#60;/p&#62;
&#60;p&#62;Thanks once more.
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1095326</link>
<pubDate>Mon, 08 Jun 2009 15:58:38 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">1095326@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello Njualem,&#60;/p&#62;
&#60;p&#62;I think the problem is, that the plugin trys to rewrite the option &#34;active_plugins&#34; to ensure that WPOM is the first plugin that is loaded. You can find this option in the database table &#34;wp_options&#34;. I think on WP MU there are more than one entrys with this option name, for each blog one - and there is a problem.&#60;br /&#62;
Check the database with phpmyadmin or something and search for this option in the wp_options table.&#60;/p&#62;
&#60;p&#62;Note: &#34;Warning: file_put_contents(/home/co[...]&#34; - that just means that the directory was not writable, which is in generally no problem, and has nothing to do with you main problem.&#60;/p&#62;
&#60;p&#62;I will add a warning for WP MU Users not to use that plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] New feature coming! :-)"</title>
<link>http://wordpress.org/support/topic/231283#post-1095321</link>
<pubDate>Mon, 08 Jun 2009 15:56:40 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">1095321@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello Njualem,&#60;/p&#62;
&#60;p&#62;I think the problem is, that the plugin trys to rewrite the option &#34;active_plugins&#34; to ensure that WPOM is the first plugin that is loaded. You can find this option in the database table &#34;wp_options&#34;. I think on WP MU there are more than one entrys with this option name, for each blog one - and there is a problem.&#60;br /&#62;
Check the database with phpmyadmin or something and search for this option in the wp_options table.&#60;/p&#62;
&#60;p&#62;Note: &#34;Warning: file_put_contents(/home/co[...]&#34; - that just means that the directory was not writable, which is in generally no problem, and has nothing to do with you main problem.&#60;/p&#62;
&#60;p&#62;I will add a warning for WP MU Users not to use that plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>Njualem on "[Plugin: WP-Options-Manager] New feature coming! :-)"</title>
<link>http://wordpress.org/support/topic/231283#post-1094815</link>
<pubDate>Mon, 08 Jun 2009 00:54:37 +0000</pubDate>
<dc:creator>Njualem</dc:creator>
<guid isPermaLink="false">1094815@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Raufaser,&#60;/p&#62;
&#60;p&#62;I should start by appreciating your work, it gives non experinced guys like us access into complicated areas.&#60;/p&#62;
&#60;p&#62;I have a problem with my entire website. I am using Wordpress Mu 2.7.1 and I installed the WP-Options-Manager Plugin to clean up deprecated Plugin options from my data base. It worked well when I started using it in one of my WPMU Blogs but later I noticed that there was this warning message displaying at the bottom of my blog.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: file_put_contents(/home/content/n/j/c/njcqi150209/html/wp-content/plugins/wp-options-manager/../../uploads/.wpom.dat) [function.file-put-contents]: failed to open stream: No such file or directory in /home/content/n/j/c/njcqi150209/html/wp-content/plugins/wp-options-manager/wp_options_manager.php on line 839&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I could not understand exactly what it was all about but then I thought activating the Plugin on the WPMU Main Blog could solve the problem so I did just that and then came the catastrophe.&#60;/p&#62;
&#60;p&#62;On the WPMU main blog, I noticed that the Plugin was not functioning well so I went back to the Blog I first installed the Plugin to check-out its behavior but unfortunately I had a &#60;strong&#62;NO PAGE FOUND&#60;/strong&#62; screen. Both the front-end and the back-end of all of my other Blogs display a &#60;strong&#62;NO PAGE FOUND&#60;/strong&#62; screen as well but the WPMU Main Blog is not affected.&#60;/p&#62;
&#60;p&#62;I tried uninstalling the Plugin and removing it entirely from my Wordpress Plugins directory but to no avail, the damage had already been done. I guess its now a more serious database problem and I really don't know where to start from. I have no experience on dealing with database which is why I went for a Plugin to do the job. &#60;/p&#62;
&#60;p&#62;I am in a fixed now, since I had only made backup just for the first Blog I started from and now I risk losing my entire site because the other Blogs don't have up to date backups.&#60;/p&#62;
&#60;p&#62;Please can any one point me to the right direction?&#60;/p&#62;
&#60;p&#62;Thanks for your suggestions. &#60;/p&#62;
&#60;p&#62;NB: This might be a potential Bug for WPMU. So I suggest you include in the Plugin's description a warning to WPMU users.
&#60;/p&#62;</description>
</item>
<item>
<title>Njualem on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1094808</link>
<pubDate>Mon, 08 Jun 2009 00:42:23 +0000</pubDate>
<dc:creator>Njualem</dc:creator>
<guid isPermaLink="false">1094808@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Raufaser,&#60;/p&#62;
&#60;p&#62;I should start by appreciating your work, it gives non experinced guys like us access into complicated areas.&#60;/p&#62;
&#60;p&#62;I have a problem with my entire website. I am using Wordpress Mu 2.7.1 and I installed the WP-Options-Manager Plugin to clean up deprecated Plugin options from my data base. It worked well when I started using it in one of my WPMU Blogs but later I noticed that there was this warning message displaying at the bottom of my blog.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Warning: file_put_contents(/home/content/n/j/c/njcqi150209/html/wp-content/plugins/wp-options-manager/../../uploads/.wpom.dat) [function.file-put-contents]: failed to open stream: No such file or directory in /home/content/n/j/c/njcqi150209/html/wp-content/plugins/wp-options-manager/wp_options_manager.php on line 839&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I could not understand exactly what it was all about but then I thought activating the Plugin on the WPMU Main Blog could solve the problem so I did just that and then came the catastrophe.&#60;/p&#62;
&#60;p&#62;On the WPMU main blog, I noticed that the Plugin was not functioning well so I went back to the Blog I first installed the Plugin to check-out its behavior but unfortunately I had a &#60;strong&#62;NO PAGE FOUND&#60;/strong&#62; screen. Both the front-end and the back-end of all of my other Blogs display a &#60;strong&#62;NO PAGE FOUND&#60;/strong&#62; screen as well but the WPMU Main Blog is not affected.&#60;/p&#62;
&#60;p&#62;I tried uninstalling the Plugin and removing it entirely from my Wordpress Plugins directory but to no avail, the damage had already been done. I guess its now a more serious database problem and I really don't know where to start from. I have no experience on dealing with databases which is why I went for a Plugin to do the job. &#60;/p&#62;
&#60;p&#62;I am in a fixed now, since I had only made backup just for the first Blog I started from and now I risk losing my entire site because the other Blogs don't have up to date backups.&#60;/p&#62;
&#60;p&#62;Please can give me some insides on what steps to take?&#60;/p&#62;
&#60;p&#62;Thanks for your support.&#60;/p&#62;
&#60;p&#62;NB: This might be a potential Bug for WPMU. So I suggest you include in the Plugin's description a warning to WPMU users.
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1091535</link>
<pubDate>Thu, 04 Jun 2009 10:10:18 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">1091535@http://wordpress.org/support/</guid>
<description>&#60;p&#62;RTFM:&#60;/p&#62;
&#60;p&#62;Quote (BOLD TEXT Description Page):&#60;br /&#62;
&#34;Important: Only the administrator user should have access to this plugin and should know what he is doing!&#34;&#60;/p&#62;
&#60;p&#62;Quote (FAQ second paragraph):&#60;br /&#62;
&#34;Is it risky to delete options from the database table?&#60;/p&#62;
&#60;p&#62;For sure! So please only delete options if you are really really sure that the options are no longer needed by WordPress or the sky will fall on your head. ;)&#34;&#60;/p&#62;
&#60;p&#62;Quote from &#34;Other Notes (Warranty)&#34;:&#60;br /&#62;
&#34;I have to repeat it again: Only delete options if you really know what you are doing! If there is any maybe do not delete or that option and maybe your WordPress ist lost in space.&#60;/p&#62;
&#60;p&#62;Hint: Backup your database then delete then test and restore the backup if something goes wrong.&#34;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Sorry, but if you're so careless not to read a manual before using a software that deletes database entrys of your WP installation, hum... no more comment on that.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Maybe you're one of the peoples that needs &#34;warning coffee is hot&#34; printings all over the mc donalds paper cup...
&#60;/p&#62;</description>
</item>
<item>
<title>sustainorder on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1085320</link>
<pubDate>Thu, 28 May 2009 04:40:13 +0000</pubDate>
<dc:creator>sustainorder</dc:creator>
<guid isPermaLink="false">1085320@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yeah, I expected the plugin not to list things that aren't supposed to be deleted.&#60;br /&#62;
Why offer a plugin like this at all? To how many people has this happened?&#60;br /&#62;
And I haven't backed up the database in quite a time, so yeah I am fucked up.&#60;br /&#62;
Thank you very much plugin maker. NOT.
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1083818</link>
<pubDate>Tue, 26 May 2009 16:19:08 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">1083818@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I think you deleted something you better had not deleted.&#60;/p&#62;
&#60;p&#62;Did you made a database backup? If not, you're fucked up a bit now.&#60;/p&#62;
&#60;p&#62;Maybe it helps to deactivate all plugins via the database (delete option &#34;active_plugins&#34; with phpmyadmin for example).
&#60;/p&#62;</description>
</item>
<item>
<title>sustainorder on "[Plugin: WP-Options-Manager] can't enter my admin panel"</title>
<link>http://wordpress.org/support/topic/273475#post-1082438</link>
<pubDate>Sun, 24 May 2009 21:25:05 +0000</pubDate>
<dc:creator>sustainorder</dc:creator>
<guid isPermaLink="false">1082438@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, I activated your plugin, cleaned up the options and now I am not able to enter the admin area. I am shown this:&#60;br /&#62;
&#34;You do not have sufficient permissions to access this page.&#34;&#60;/p&#62;
&#60;p&#62;What have I done wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] options manager - can't seem to activate this plugin"</title>
<link>http://wordpress.org/support/topic/235367#post-975654</link>
<pubDate>Wed, 04 Feb 2009 15:31:25 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">975654@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Now I'll know why you have this problem: It's PHP 4. Another user reported that in my blog. He switched to PHP 5 and everything was fine.&#60;/p&#62;
&#60;p&#62;The plugin requires PHP 5 (see plugin FAQ). I forgot that to mention. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>alanft on "[Plugin: WP-Options-Manager] options manager - can't seem to activate this plugin"</title>
<link>http://wordpress.org/support/topic/235367#post-959961</link>
<pubDate>Mon, 19 Jan 2009 09:43:04 +0000</pubDate>
<dc:creator>alanft</dc:creator>
<guid isPermaLink="false">959961@http://wordpress.org/support/</guid>
<description>&#60;p&#62;(my answer vanished - sorry if this is a duplicate post)&#60;/p&#62;
&#60;p&#62;i used another plugin to clean out my options DB in the end. if i get to a PC in the near future i'll give it a go.
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] options manager - can't seem to activate this plugin"</title>
<link>http://wordpress.org/support/topic/235367#post-959931</link>
<pubDate>Mon, 19 Jan 2009 08:43:54 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">959931@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hm, maybe a problem with your WordPress? Can you try it on a PC and not on a mac (because of the JavaScript Stuff...)? I have no problem to deactivate and activate the plugin, my WP Version ist 2.7.
&#60;/p&#62;</description>
</item>
<item>
<title>alanft on "[Plugin: WP-Options-Manager] options manager - can't seem to activate this plugin"</title>
<link>http://wordpress.org/support/topic/235367#post-959473</link>
<pubDate>Sun, 18 Jan 2009 20:20:07 +0000</pubDate>
<dc:creator>alanft</dc:creator>
<guid isPermaLink="false">959473@http://wordpress.org/support/</guid>
<description>&#60;p&#62;WP 2.6.5. activating it leads to a blank page (Firefox) or an error page (Safari). Web client is on a mac.&#60;/p&#62;
&#60;p&#62;sorry - not much more info to give to help troubleshoot.
&#60;/p&#62;</description>
</item>
<item>
<title>rschilt on "[Plugin: WP-Options-Manager] Needs feature to select multiple options"</title>
<link>http://wordpress.org/support/topic/231425#post-947452</link>
<pubDate>Tue, 06 Jan 2009 23:35:01 +0000</pubDate>
<dc:creator>rschilt</dc:creator>
<guid isPermaLink="false">947452@http://wordpress.org/support/</guid>
<description>&#60;p&#62;R,&#60;/p&#62;
&#60;p&#62;1st impressions... looking great!&#60;/p&#62;
&#60;p&#62;Will use it from time to time to clean up Options Table and post any issues/questions as they arise.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;R
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] Needs feature to select multiple options"</title>
<link>http://wordpress.org/support/topic/231425#post-947166</link>
<pubDate>Tue, 06 Jan 2009 18:44:58 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">947166@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Okay. New version is ready for release. I will check in my changes in a few houres. I added some new features also. :)
&#60;/p&#62;</description>
</item>
<item>
<title>rschilt on "[Plugin: WP-Options-Manager] Needs feature to select multiple options"</title>
<link>http://wordpress.org/support/topic/231425#post-946820</link>
<pubDate>Tue, 06 Jan 2009 12:52:53 +0000</pubDate>
<dc:creator>rschilt</dc:creator>
<guid isPermaLink="false">946820@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I knew you were on to it man!!&#60;/p&#62;
&#60;p&#62;Appreciate the prompt response and look forward to taking your next version for a bit of a test drive.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;R
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] Needs feature to select multiple options"</title>
<link>http://wordpress.org/support/topic/231425#post-946802</link>
<pubDate>Tue, 06 Jan 2009 12:31:19 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">946802@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi R!&#60;/p&#62;
&#60;p&#62;Yes I'm working on that. It's on my feature list since version 0.01, but there were other things to do. I will integrate that feature in the next version.&#60;/p&#62;
&#60;p&#62;Thanks for your post. :-)&#60;/p&#62;
&#60;p&#62;Marc
&#60;/p&#62;</description>
</item>
<item>
<title>rschilt on "[Plugin: WP-Options-Manager] Needs feature to select multiple options"</title>
<link>http://wordpress.org/support/topic/231425#post-946445</link>
<pubDate>Tue, 06 Jan 2009 01:44:25 +0000</pubDate>
<dc:creator>rschilt</dc:creator>
<guid isPermaLink="false">946445@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Have tested the latest version and it's certainly looking great!&#60;/p&#62;
&#60;p&#62;There is one feature though that I will need to see before actually using it proper and that is the ability to select multiple options for deletion - rather than having to delete one option at a time.&#60;/p&#62;
&#60;p&#62;Hope to see this feature added soon - will keep my eyes wide open!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;R
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] New feature coming! :-)"</title>
<link>http://wordpress.org/support/topic/231283#post-946244</link>
<pubDate>Mon, 05 Jan 2009 22:11:43 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">946244@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Update is now available! Have fun with version 0.03!
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] New feature coming! :-)"</title>
<link>http://wordpress.org/support/topic/231283#post-945910</link>
<pubDate>Mon, 05 Jan 2009 17:18:00 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">945910@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ah finaly I made it: The WP Options Manager now can collect which option variables are accessed automatically. I will release an update soon, after the final testing.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-options-manager/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-options-manager/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] Upcoming feature: Automatic search for deprecated options"</title>
<link>http://wordpress.org/support/topic/228162#post-935207</link>
<pubDate>Tue, 23 Dec 2008 19:22:56 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">935207@http://wordpress.org/support/</guid>
<description>&#60;p&#62;All right, update is now checked in, should be available in a few minutes via the repository.&#60;/p&#62;
&#60;p&#62;Frohe Ostern!
&#60;/p&#62;</description>
</item>
<item>
<title>raufaser on "[Plugin: WP-Options-Manager] Upcoming feature: Automatic search for deprecated options"</title>
<link>http://wordpress.org/support/topic/228162#post-935065</link>
<pubDate>Tue, 23 Dec 2008 17:24:40 +0000</pubDate>
<dc:creator>raufaser</dc:creator>
<guid isPermaLink="false">935065@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That's a nice new feature. I will release an update soon.&#60;/p&#62;
&#60;p&#62;Marc&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-options-manager/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-options-manager/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
