<?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"
>
<channel>
	<title>un, deux ou trois nuages (en)</title>
	<link>http://undeuxoutrois.de/</link>
	<atom:link href="http://undeuxoutrois.de/undeuxtroisnuages_news_en.xml" rel="self" type="application/rss+xml" />
	<description>Information about updates and news of my WordPress plugins</description>
	<pubDate>Mon, 19 Jul 2010 15:21:29 +0200</pubDate>
	<lastBuildDate>Mon, 19 Jul 2010 15:21:49 +0200</lastBuildDate>
	<language>en-gb</language>
	<copyright>If it is not marked in a different way then the plugins and programs on http://undeuxoutrois.de/ are published under GNU General Public License. You can find the complete license here (http://www.fsf.org/licensing/licenses/gpl.html). If it is not marked in a different way then other content (e.g. text, pictures) is published under the Creative Commons license Attribution-ShareAlike 2.0.</copyright>
	<image>
		<url>http://undeuxoutrois.de/bilder/titel_feed_klein.jpg</url>
		<title>un, deux ou trois nuages (en)</title>
		<link>http://undeuxoutrois.de/</link>
	</image>
	<item>
		<title><![CDATA[podPress 8.8.5 released]]></title>
		<link>http://undeuxoutrois.de/index.shtml</link>
		<comments>http://undeuxoutrois.de/index.shtml#kommentare_lesen</comments>
		<category><![CDATA[podPress]]></category>
		<description><![CDATA[Today, I released podPress 8.8.5. This version comes with a lot of bug fixes and adjustment to current WordPress versions. It is compatible up to WP 3.0. podPress has also some new features. You can find a full list of the changes in the new <a href="http://wordpress.org/extend/plugins/podpress/changelog/" target="_blank">Changelog</a>.<br /><br />If you discover a problem with this plugin then report it in the <a href="http://wordpress.org/tags/podpress?forum_id=10" target="_blank">WP.org "Plugins and Hacks" forum</a> and tag your post with the tag "podpress".<br /><br />All phrases in podPress are now ready for <a href="http://codex.wordpress.org/Translating_WordPress">translation</a>. Prepared .mo and .po files are in the package of v8.8.5. If you have a translation or if you have questions, please send an email to podpress [at] web.de<br /><br />I have already started to make a German language file: <a href="http://undeuxoutrois.de/downloads/podpress-de_DE_885_19072010.zip">podpress-de_DE_885_19072010.zip</a>.]]></description>
		<content:encoded><![CDATA[Today, I released podPress 8.8.5. This version comes with a lot of bug fixes and adjustment to current WordPress versions. It is compatible up to WP 3.0. podPress has also some new features. You can find a full list of the changes in the new <a href="http://wordpress.org/extend/plugins/podpress/changelog/" target="_blank">Changelog</a>.<br /><br />If you discover a problem with this plugin then report it in the <a href="http://wordpress.org/tags/podpress?forum_id=10" target="_blank">WP.org "Plugins and Hacks" forum</a> and tag your post with the tag "podpress".<br /><br />All phrases in podPress are now ready for <a href="http://codex.wordpress.org/Translating_WordPress">translation</a>. Prepared .mo and .po files are in the package of v8.8.5. If you have a translation or if you have questions, please send an email to podpress [at] web.de<br /><br />I have already started to make a German language file: <a href="http://undeuxoutrois.de/downloads/podpress-de_DE_885_19072010.zip">podpress-de_DE_885_19072010.zip</a>.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_128</guid>
		<pubDate>Mon, 19 Jul 2010 15:03:30 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[new plugin for debbuging plugins and themes in WP 3.0]]></title>
		<link>http://undeuxoutrois.de/</link>
		<comments>http://undeuxoutrois.de/kommentare.shtml#kommentare_lesen</comments>
		<category><![CDATA[general]]></category>
		<description><![CDATA[Motivation:<br />If you run WP 3.0 and you get messages like "The plugin generated 2533 characters of unexpected output during activation. If you notice "headers already sent" messages, problems with syndication feeds or other issues, try deactivating or removing this plugin." then you can uses this plugin to print the original message(s) which have e.g. 2533 characters into a log file. (These message might occur if you set the constant WP_DEBUG = TRUE.)<br /><br />Usage:<br /><ul><br /><li>use ONLY with WP 3.0 (upcoming WP version might have build in such output function (<a href="http://core.trac.wordpress.org/ticket/12254">see this proposition</a>))</li><br /><li>install and activate this plugin</li><br /><li>insert in line 63 of /wp-admin/plugins.php the lines:<br />					if (function_exists("printphpnotices_var_dump")) {<br />						printphpnotices_var_dump($result->get_error_data());<br />					}</li><br /><li>(re-)actvate the other plugin which causes the messages</li><br /><li>look into the log file (printphpnotices_log.dat) which is in the folder of Print PHP Notices plugin</li><br /></ul><br /><br />You can download <a href="http://undeuxoutrois.de/downloads/printphpnotices.zip">Print PHP Notices</a> <a href="http://undeuxoutrois.de/downloads/printphpnotices.zip">here</a>.]]></description>
		<content:encoded><![CDATA[Motivation:<br />If you run WP 3.0 and you get messages like "The plugin generated 2533 characters of unexpected output during activation. If you notice "headers already sent" messages, problems with syndication feeds or other issues, try deactivating or removing this plugin." then you can uses this plugin to print the original message(s) which have e.g. 2533 characters into a log file. (These message might occur if you set the constant WP_DEBUG = TRUE.)<br /><br />Usage:<br /><ul><br /><li>use ONLY with WP 3.0 (upcoming WP version might have build in such output function (<a href="http://core.trac.wordpress.org/ticket/12254">see this proposition</a>))</li><br /><li>install and activate this plugin</li><br /><li>insert in line 63 of /wp-admin/plugins.php the lines:<br />					if (function_exists("printphpnotices_var_dump")) {<br />						printphpnotices_var_dump($result->get_error_data());<br />					}</li><br /><li>(re-)actvate the other plugin which causes the messages</li><br /><li>look into the log file (printphpnotices_log.dat) which is in the folder of Print PHP Notices plugin</li><br /></ul><br /><br />You can download <a href="http://undeuxoutrois.de/downloads/printphpnotices.zip">Print PHP Notices</a> <a href="http://undeuxoutrois.de/downloads/printphpnotices.zip">here</a>.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_127</guid>
		<pubDate>Fri, 16 Jul 2010 11:10:54 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[podPress 8.8.5 RC 2.1]]></title>
		<link>http://undeuxoutrois.de/</link>
		<comments>http://undeuxoutrois.de/kommentare.shtml#kommentare_lesen</comments>
		<category><![CDATA[general]]></category>
		<description><![CDATA[podPress is going to become marked as stable very soon. But one or two minor issue needs to be reviewed first.<br /><br />Follow the discussion <a href="http://wordpress.org/support/topic/422584" target="_blank">here</a> and <a href="http://wordpress.org/support/topic/412624" target="_blank">here</a>.]]></description>
		<content:encoded><![CDATA[podPress is going to become marked as stable very soon. But one or two minor issue needs to be reviewed first.<br /><br />Follow the discussion <a href="http://wordpress.org/support/topic/422584" target="_blank">here</a> and <a href="http://wordpress.org/support/topic/412624" target="_blank">here</a>.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_126</guid>
		<pubDate>Tue, 13 Jul 2010 23:26:08 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[podPress 8.8.5 beta 12]]></title>
		<link>http://undeuxoutrois.de/</link>
		<comments>http://undeuxoutrois.de/kommentare.shtml#kommentare_lesen</comments>
		<category><![CDATA[general]]></category>
		<description><![CDATA[Beta 11 and 12 include a lot of fixes for problems with the "Play in Popup" and YouTube videos which occurred especially in (old) IE browsers. Furthermore beta 12 incudes bug fixes for problems with the new bot list functionality.]]></description>
		<content:encoded><![CDATA[Beta 11 and 12 include a lot of fixes for problems with the "Play in Popup" and YouTube videos which occurred especially in (old) IE browsers. Furthermore beta 12 incudes bug fixes for problems with the new bot list functionality.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_125</guid>
		<pubDate>Sat, 26 Jun 2010 00:49:23 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[podPress 8.8.5 beta 9]]></title>
		<link>http://undeuxoutrois.de/</link>
		<comments>http://undeuxoutrois.de/kommentare.shtml#kommentare_lesen</comments>
		<category><![CDATA[general]]></category>
		<description><![CDATA[I believe that this is probably the last beta version and that the next <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a> will be a Release Candidate.<br />Beta 9 brings some HTML and CSS modifications specially on the post/page editor pages and compared to earlier beta versions the way the plugin determines the upload directory is now compatible with older WP versions again. Furthermore the process of the file size and duration determination has been improved a little bit more.<br /><br />Please, test the <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a> and tell me your experiences.]]></description>
		<content:encoded><![CDATA[I believe that this is probably the last beta version and that the next <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a> will be a Release Candidate.<br />Beta 9 brings some HTML and CSS modifications specially on the post/page editor pages and compared to earlier beta versions the way the plugin determines the upload directory is now compatible with older WP versions again. Furthermore the process of the file size and duration determination has been improved a little bit more.<br /><br />Please, test the <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a> and tell me your experiences.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_124</guid>
		<pubDate>Tue, 22 Jun 2010 23:29:15 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[podPress and WP 3.0 Multi Sites]]></title>
		<link>http://undeuxoutrois.de/</link>
		<comments>http://undeuxoutrois.de/kommentare.shtml#kommentare_lesen</comments>
		<category><![CDATA[general]]></category>
		<description><![CDATA[Today, I made some further changes to podPress <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a>. podPress 8.8.5 beta 7 which is the current <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a> should be  compatible and usable with WP 3.0 in the new Multi Sites mode.]]></description>
		<content:encoded><![CDATA[Today, I made some further changes to podPress <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a>. podPress 8.8.5 beta 7 which is the current <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">Development Version</a> should be  compatible and usable with WP 3.0 in the new Multi Sites mode.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_122</guid>
		<pubDate>Sat, 19 Jun 2010 22:45:21 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[podPress 8.8.5 beta 4]]></title>
		<link>http://undeuxoutrois.de/</link>
		<comments>http://undeuxoutrois.de/kommentare.shtml#kommentare_lesen</comments>
		<category><![CDATA[general]]></category>
		<description><![CDATA[In the last weeks I have written with the help of some diligent bug reporters a lot of patches for podPress. All theses patches are now in the current <span class="fett">Development Version</span> of podPress. You can download this version here: <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">http://wordpress.org/extend/plugins/podpress/download/</a>.<br /><br />That is new or changed in 8.8.5 beta 4:<br /><ul><br /><li>new ATOM feeds: podPress adds now an feed with the name "torrent" which contains only posts (or pages) with .torrent files and a feed with the name "enhancedpodcast" which contains only posts (or pages) with .m4a/.m4v files</li><br /><li>more options for the podPress - Feed Buttons widget: more buttons (new buttons added: feed-enhpodcast.png, feed-torrent.png, button_comments_rss_blog.png, button_atom_blog.png, button_comments_atom_blog.png)</li><br /><li>more options for the podPress - Feed Buttons widget: feed buttons mode or text mode (In the text mode there is in front of each text a feed icon, but only for WP 2.2 . For older WP versions it is possible to add an icon via the Filter Hook: podpress_legacy_support_feed_icon)</li><br /><li>more phrases ready for internationalization (<a href="http://codex.wordpress.org/I18n_for_WordPress_Developers" rel="nofollow">http://codex.wordpress.org/I18n_for_WordPress_Developers</a>)</li><br /><li>frappr.com maps advice on the General Settings page of podPress removed</li><br /><li>contains a fix for a problem (<a href="http://wordpress.org/support/topic/379290#post-1499746">WP.org forum post 379290</a>) with single and double quotation marks in the media file titles (Thanks to <a href="http://wordpress.org/support/profile/140408">John Halton</a>)</li><br /><li>the appearance (incl. paging) of the tables on the statistic pages is updated</li><br /><li>new feature: a bot filter for the download statistic - users can select (and deselected) IP addresses and user agent names which are probably search engine bots. The statistics will be computed without the download numbers of these bots. (for FULL / FULL  stat logging)</li><br /><li>The display of the statistics of the different collecting method Count Only, FULL and FULL  are now separated. If the Count Only logging is active then the statistic page will have now besides the Quick Counts a comparable graph. This table and the graph and the Statistic Summary on the Dashboard are based on the numbers of the db table wp_podpress_statcounts. In Full or Full  logging mode the number come from the wp_podpress_stats. That is important to know because the counter which counts the downloads on the wp_podpress_statcounts table counts when one of the 3 logging modes is active but the other counter which collects the data in the wp_podpress_stats table counts only during Full and Full  mode. In other words: the numbers of the 2 tables can differ if someone uses the Counts Only mode for a while and than one of the others. Furthermore it is not possible to display the numbers of the Counts Only mode without the download numbers of the bots.</li><br /><li>a new "Downloads Per Media File" and a new "Downloads Per Post" overview (for FULL / FULL  stat logging)</li><br /><li>The object-element of the players has the class "podpress_player_object".</li><br /><li>each podPress page and the Admin Menu has an icon (podpress_icon_r2_v2_32.png and podpress_icon_r2_v2_16.png added)</li><br /><li>a new button and icon for YouTube videos embedded with podPress (embed_youtube_button.png / embed_youtube_icon.png)</li><br /><li>a new button and icon for WMA files embedded with podPress (audio_wma_button.png / audio_wma_icon.png) (Now, podPress handles WMA file internally as audio_wma and not as video_wma.)</li><br /><li>podPress uses now the DB_CHARSET or DB_COLLATE constants to create the 2 statistics tables</li><br /><li>a new customizable XSPF player (<a href="http://plugins.trac.wordpress.org/ticket/1089">Ticket #1089</a>)</li><br /><li>a reworked player preview</li><br /><li>fix for podPress_downloadlinks container</li><br /><li>fix for the "Before More"-functionality</li><br /><li>better handling of invalid input data in the feed generating procedures</li><br /><li>additional descriptions for the feed settings pages of podPress</li><br /><li>patch for an error-free stats counter</li><br /><li>Podango message at the general settings page of podPress</li><br /><li>compared to 8.8.5 beta 2 the last patch of this <a href="http://plugins.trac.wordpress.org/ticket/1064">Ticket #1064</a> makes that the enclosures which are added with podPress listed always before the enclosures from the custom fields with the name "enclosure". That is important because podcatchers like iTunes tend to recognize only the first enclosure of a RSS item. (Is a fix for <a href="http://wordpress.org/support/topic/372625">this problem</a>.</li><br /><li>update to 1PixelOut player a.k.a. Audio Player 2.0</li><br /><li>update to getID3 1.7.9</li><br /></ul><br />Please, help to test this beta version. <br />Before you start testing make a backup of your database and your files!<br />Report your bug in this forum and if your start a new thread then use at least the tag "podpress".]]></description>
		<content:encoded><![CDATA[In the last weeks I have written with the help of some diligent bug reporters a lot of patches for podPress. All theses patches are now in the current <span class="fett">Development Version</span> of podPress. You can download this version here: <a href="http://wordpress.org/extend/plugins/podpress/download/" target="_blank">http://wordpress.org/extend/plugins/podpress/download/</a>.<br /><br />That is new or changed in 8.8.5 beta 4:<br /><ul><br /><li>new ATOM feeds: podPress adds now an feed with the name "torrent" which contains only posts (or pages) with .torrent files and a feed with the name "enhancedpodcast" which contains only posts (or pages) with .m4a/.m4v files</li><br /><li>more options for the podPress - Feed Buttons widget: more buttons (new buttons added: feed-enhpodcast.png, feed-torrent.png, button_comments_rss_blog.png, button_atom_blog.png, button_comments_atom_blog.png)</li><br /><li>more options for the podPress - Feed Buttons widget: feed buttons mode or text mode (In the text mode there is in front of each text a feed icon, but only for WP 2.2 . For older WP versions it is possible to add an icon via the Filter Hook: podpress_legacy_support_feed_icon)</li><br /><li>more phrases ready for internationalization (<a href="http://codex.wordpress.org/I18n_for_WordPress_Developers" rel="nofollow">http://codex.wordpress.org/I18n_for_WordPress_Developers</a>)</li><br /><li>frappr.com maps advice on the General Settings page of podPress removed</li><br /><li>contains a fix for a problem (<a href="http://wordpress.org/support/topic/379290#post-1499746">WP.org forum post 379290</a>) with single and double quotation marks in the media file titles (Thanks to <a href="http://wordpress.org/support/profile/140408">John Halton</a>)</li><br /><li>the appearance (incl. paging) of the tables on the statistic pages is updated</li><br /><li>new feature: a bot filter for the download statistic - users can select (and deselected) IP addresses and user agent names which are probably search engine bots. The statistics will be computed without the download numbers of these bots. (for FULL / FULL  stat logging)</li><br /><li>The display of the statistics of the different collecting method Count Only, FULL and FULL  are now separated. If the Count Only logging is active then the statistic page will have now besides the Quick Counts a comparable graph. This table and the graph and the Statistic Summary on the Dashboard are based on the numbers of the db table wp_podpress_statcounts. In Full or Full  logging mode the number come from the wp_podpress_stats. That is important to know because the counter which counts the downloads on the wp_podpress_statcounts table counts when one of the 3 logging modes is active but the other counter which collects the data in the wp_podpress_stats table counts only during Full and Full  mode. In other words: the numbers of the 2 tables can differ if someone uses the Counts Only mode for a while and than one of the others. Furthermore it is not possible to display the numbers of the Counts Only mode without the download numbers of the bots.</li><br /><li>a new "Downloads Per Media File" and a new "Downloads Per Post" overview (for FULL / FULL  stat logging)</li><br /><li>The object-element of the players has the class "podpress_player_object".</li><br /><li>each podPress page and the Admin Menu has an icon (podpress_icon_r2_v2_32.png and podpress_icon_r2_v2_16.png added)</li><br /><li>a new button and icon for YouTube videos embedded with podPress (embed_youtube_button.png / embed_youtube_icon.png)</li><br /><li>a new button and icon for WMA files embedded with podPress (audio_wma_button.png / audio_wma_icon.png) (Now, podPress handles WMA file internally as audio_wma and not as video_wma.)</li><br /><li>podPress uses now the DB_CHARSET or DB_COLLATE constants to create the 2 statistics tables</li><br /><li>a new customizable XSPF player (<a href="http://plugins.trac.wordpress.org/ticket/1089">Ticket #1089</a>)</li><br /><li>a reworked player preview</li><br /><li>fix for podPress_downloadlinks container</li><br /><li>fix for the "Before More"-functionality</li><br /><li>better handling of invalid input data in the feed generating procedures</li><br /><li>additional descriptions for the feed settings pages of podPress</li><br /><li>patch for an error-free stats counter</li><br /><li>Podango message at the general settings page of podPress</li><br /><li>compared to 8.8.5 beta 2 the last patch of this <a href="http://plugins.trac.wordpress.org/ticket/1064">Ticket #1064</a> makes that the enclosures which are added with podPress listed always before the enclosures from the custom fields with the name "enclosure". That is important because podcatchers like iTunes tend to recognize only the first enclosure of a RSS item. (Is a fix for <a href="http://wordpress.org/support/topic/372625">this problem</a>.</li><br /><li>update to 1PixelOut player a.k.a. Audio Player 2.0</li><br /><li>update to getID3 1.7.9</li><br /></ul><br />Please, help to test this beta version. <br />Before you start testing make a backup of your database and your files!<br />Report your bug in this forum and if your start a new thread then use at least the tag "podpress".]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_120</guid>
		<pubDate>Mon, 14 Jun 2010 19:07:39 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[Custom Field List Widget v1.1.2]]></title>
		<link>http://undeuxoutrois.de/custom_field_list_widget.shtml</link>
		<comments>http://undeuxoutrois.de/custom_field_list_widget.shtml#kommentare_lesen</comments>
		<category><![CDATA[Custom Field List Widget]]></category>
		<description><![CDATA[The plugins frontend has now a Danish translation provided by <a href="http://www.fotoblogger.dk/" target="_blank" title="Peter Kirring">Peter Kirring</a><br /><br />Further I have enhanced the German language files and switch from the old translation of custom fields "Spezialfelder" to the new one "Benutzerdefinierte Felder".]]></description>
		<content:encoded><![CDATA[The plugins frontend has now a Danish translation provided by <a href="http://www.fotoblogger.dk/" target="_blank" title="Peter Kirring">Peter Kirring</a><br /><br />Further I have enhanced the German language files and switch from the old translation of custom fields "Spezialfelder" to the new one "Benutzerdefinierte Felder".]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_119</guid>
		<pubDate>Thu, 20 May 2010 15:09:22 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[PhotoZip v0.7.2 and the future of this plugin]]></title>
		<link>http://undeuxoutrois.de/photozip.shtml</link>
		<comments>http://undeuxoutrois.de/photozip.shtml#kommentare_lesen</comments>
		<category><![CDATA[Photozip]]></category>
		<description><![CDATA[PhotoZip v0.7.2 is a bug fix release which contains fixes of some old and sloppy PHP code. PhotoZip should work with modern PHP versions again. But ...<br /><br />Since WP 2.7 I am using the WP-own picture uploader to fill my image galleries. This uploader does what only PhotoZip made possible in older WP versions: upload more than one picture at once. But now you can use the WP-own uploader in a comparable manner. You simply select multiple files and click on "Upload" and WP does the rest.<br />Because that procedure works so good I am not going to continue the development of this plugin.<br />I will try to answer your questions and help if someone else like to continue or to modify this plugin.<br /><br />One very helpful plugin for the switch from PhotoZip to the WP media uploader is probably the <a href="http://wordpress.org/extend/plugins/add-from-server/" target="_blank">Add From Server</a> plugin. This plugin "[...] allows you to browse the filesystem on the webserver and copy any files into the WordPress uploads system, Once "imported" it will be treated as any other uploaded file, and you can access it via the Media [...]" library.]]></description>
		<content:encoded><![CDATA[PhotoZip v0.7.2 is a bug fix release which contains fixes of some old and sloppy PHP code. PhotoZip should work with modern PHP versions again. But ...<br /><br />Since WP 2.7 I am using the WP-own picture uploader to fill my image galleries. This uploader does what only PhotoZip made possible in older WP versions: upload more than one picture at once. But now you can use the WP-own uploader in a comparable manner. You simply select multiple files and click on "Upload" and WP does the rest.<br />Because that procedure works so good I am not going to continue the development of this plugin.<br />I will try to answer your questions and help if someone else like to continue or to modify this plugin.<br /><br />One very helpful plugin for the switch from PhotoZip to the WP media uploader is probably the <a href="http://wordpress.org/extend/plugins/add-from-server/" target="_blank">Add From Server</a> plugin. This plugin "[...] allows you to browse the filesystem on the webserver and copy any files into the WordPress uploads system, Once "imported" it will be treated as any other uploaded file, and you can access it via the Media [...]" library.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_118</guid>
		<pubDate>Thu, 20 May 2010 15:06:54 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[Custom Field List Widget v1.1.1]]></title>
		<link>http://undeuxoutrois.de/custom_field_list_widget.shtml</link>
		<comments>http://undeuxoutrois.de/custom_field_list_widget.shtml#kommentare_lesen</comments>
		<category><![CDATA[Custom Field List Widget]]></category>
		<description><![CDATA[This version contains a fix for a bug in the sorting order functionality of version 1.0. The option ASC/DESC should work now as expected.<br />I am very sorry that I have created probably some confusion with version 1.0!!<br /><br />Special Thanks to Connie for reporting the bug!!]]></description>
		<content:encoded><![CDATA[This version contains a fix for a bug in the sorting order functionality of version 1.0. The option ASC/DESC should work now as expected.<br />I am very sorry that I have created probably some confusion with version 1.0!!<br /><br />Special Thanks to Connie for reporting the bug!!]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_117</guid>
		<pubDate>Mon, 12 Apr 2010 22:21:30 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[Custom Field List Widget v1.0 RC 4]]></title>
		<link>http://undeuxoutrois.de/custom_field_list_widget.shtml</link>
		<comments>http://undeuxoutrois.de/custom_field_list_widget.shtml#kommentare_lesen</comments>
		<category><![CDATA[Custom Field List Widget]]></category>
		<description><![CDATA[v1.0 RC 4 includes a new feature. It should now be possible to sort the post title resp. the (lowest) sub list elements alphabetically. (Fabio brought up the idea in the <a href="http://undeuxoutrois.de/custom_field_list_widget.shtml#kommentare_lesen">comments (nr. 37)</a>)<br />Furthermore I have found and fixed a problem with the "sort the values by the last word" feature.<br /><br />You can try this RC 4. To do so, download the <a href="http://wordpress.org/extend/plugins/custom-field-list-widget/download/" target="_blank">Development Version from the repository</a>.]]></description>
		<content:encoded><![CDATA[v1.0 RC 4 includes a new feature. It should now be possible to sort the post title resp. the (lowest) sub list elements alphabetically. (Fabio brought up the idea in the <a href="http://undeuxoutrois.de/custom_field_list_widget.shtml#kommentare_lesen">comments (nr. 37)</a>)<br />Furthermore I have found and fixed a problem with the "sort the values by the last word" feature.<br /><br />You can try this RC 4. To do so, download the <a href="http://wordpress.org/extend/plugins/custom-field-list-widget/download/" target="_blank">Development Version from the repository</a>.]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_116</guid>
		<pubDate>Tue, 06 Apr 2010 16:46:24 +0200</pubDate>
	</item>
	<item>
		<title><![CDATA[Custom Field List Widget v1.0 RC 3]]></title>
		<link>http://undeuxoutrois.de/custom_field_list_widget.shtml</link>
		<comments>http://undeuxoutrois.de/custom_field_list_widget.shtml#kommentare_lesen</comments>
		<category><![CDATA[Custom Field List Widget]]></category>
		<description><![CDATA[Version 0.9.9 came with the new drop down menu option but it was only possible to have the values displayed like with the option "each element with sub elements" and there was no way to change by a setting on the widgets page. That is different in version 1.0. In that version you have to select this option actively.<br />Another new thing is the class "customfieldlist_opt_link" which all clickable drop down menu elements have.<br />The widget_custom_field_list.css file contains now predefined CSS definitions for this class which makes the clickable elements in the drop down menus look like links (< a > HTML tags).]]></description>
		<content:encoded><![CDATA[Version 0.9.9 came with the new drop down menu option but it was only possible to have the values displayed like with the option "each element with sub elements" and there was no way to change by a setting on the widgets page. That is different in version 1.0. In that version you have to select this option actively.<br />Another new thing is the class "customfieldlist_opt_link" which all clickable drop down menu elements have.<br />The widget_custom_field_list.css file contains now predefined CSS definitions for this class which makes the clickable elements in the drop down menus look like links (< a > HTML tags).]]></content:encoded>
		<dc:creator>Tim B.</dc:creator>
		<guid isPermaLink="false">undeuxtroisnuagesnews_en_114</guid>
		<pubDate>Sat, 27 Mar 2010 11:41:13 +0100</pubDate>
	</item>
</channel>
</rss>
