<?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: kpicasa-gallery-php4mod</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: kpicasa-gallery-php4mod</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 06:20:25 +0000</pubDate>

<item>
<title>daevid on "kpicasa-gallery-php4mod with wordpress 2.6"</title>
<link>http://wordpress.org/support/topic/208972#post-876576</link>
<pubDate>Wed, 15 Oct 2008 05:05:19 +0000</pubDate>
<dc:creator>daevid</dc:creator>
<guid isPermaLink="false">876576@http://wordpress.org/support/</guid>
<description>&#60;p&#62;SBe, BIG thanks for the patch! The new version can be found here: &#60;a href=&#34;http://www.bitfusion.org/blog/2008/10/15/kpicasa-gallery-php4-v015/&#34; rel=&#34;nofollow&#34;&#62;http://www.bitfusion.org/blog/2008/10/15/kpicasa-gallery-php4-v015/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>SBe on "kpicasa-gallery-php4mod with wordpress 2.6"</title>
<link>http://wordpress.org/support/topic/208972#post-871271</link>
<pubDate>Tue, 07 Oct 2008 17:12:39 +0000</pubDate>
<dc:creator>SBe</dc:creator>
<guid isPermaLink="false">871271@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have updated kpicasa-gallery-php4mod according to kpicasa-gallery 0.1.5 to make it work with my wordpress is 2.6.1.&#60;/p&#62;
&#60;p&#62;here is the patch.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;diff -Naur kpicasa-gallery-php4mod.0.1.4/kpg.class.php kpicasa-gallery-php4mod.0.1.5/kpg.class.php
--- kpicasa-gallery-php4mod.0.1.4/kpg.class.php	2008-02-26 23:52:28.000000000 +0100
+++ kpicasa-gallery-php4mod.0.1.5/kpg.class.php	2008-10-03 04:20:04.000000000 +0200
@@ -1,6 +1,5 @@
 &#38;lt;?php

-
 if ( !class_exists(&#38;#39;KPicasaGallery&#38;#39;) )
 {
 	class KPicasaGallery
@@ -16,7 +15,7 @@
 			$this-&#38;gt;thumbnailSize   = get_option( &#38;#39;kpg_thumbnailSize&#38;#39; );
 			$this-&#38;gt;showOnlyAlbums  = is_array( $showOnlyAlbums ) ? $showOnlyAlbums : array();
 			$this-&#38;gt;cacheTimeout    = 60 * 60 * 1;
-
+
 			if ( !strlen( $this-&#38;gt;username ) )
 			{
 				if ( $this-&#38;gt;checkError( new WP_Error(&#38;#39;kpicasa_gallery-username-required&#38;#39;, &#38;quot;&#38;lt;strong&#38;gt;Error:&#38;lt;/strong&#38;gt; you must go to the admin section and set your Picasa Web Album Username in the Options section.&#38;quot;) ) )
@@ -117,7 +116,7 @@
 				$stop  = $start + $this-&#38;gt;nbAlbumsPerPage - 1;
 			}
 			else
-			{
+			{
 				$start = 0;
 				$stop = count( $xml[&#38;quot;ENTRY&#38;quot;] ) - 1;
 				if ($stop &#38;lt; 0) { $stop = 0; }
diff -Naur kpicasa-gallery-php4mod.0.1.4/kpicasa_gallery.php kpicasa-gallery-php4mod.0.1.5/kpicasa_gallery.php
--- kpicasa-gallery-php4mod.0.1.4/kpicasa_gallery.php	2008-02-26 23:52:28.000000000 +0100
+++ kpicasa-gallery-php4mod.0.1.5/kpicasa_gallery.php	2008-10-03 04:39:38.000000000 +0200
@@ -2,7 +2,7 @@
 /*
 Plugin Name: kPicasa Gallery PHP4MOD
 Description: Display your Picasa Web Galleries in a post or in a page.
-Version: 0.1.4
+Version: 0.1.5
 Author: David Trattnig
 Author URI: &#60;a href=&#34;http://www.bitfusion.org/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.bitfusion.org/blog&#60;/a&#62;

@@ -16,7 +16,7 @@
 2008-02-26	0.1.4	Upgrade to kPicasa Gallery 0.1.4
 					Fixed Image Summary Issue
 					Fixed Advanced Album Range Feature
-
+2008-10-03 0.1.5        Upgrade to kPicasa Gallery 0.1.5
 TODO
 ---------------------------------------------------------------------------

@@ -160,7 +160,7 @@
 {
 	if ( function_exists(&#38;#39;add_options_page&#38;#39;) )
 	{
-		add_options_page(&#38;#39;kPicasa Gallery Plugin Options&#38;#39;, &#38;#39;kPicasa Gallery&#38;#39;, 8, KPICASA_GALLERY_DIR.&#38;#39;/param.php&#38;#39;);
+		add_options_page(&#38;#39;kPicasa Gallery Plugin Options&#38;#39;, &#38;#39;kPicasa Gallery&#38;#39;, 8, dirname(__FILE__).&#38;#39;/param.php&#38;#39;);
 	}
 }

diff -Naur kpicasa-gallery-php4mod.0.1.4/param.php kpicasa-gallery-php4mod.0.1.5/param.php
--- kpicasa-gallery-php4mod.0.1.4/param.php	2008-02-26 23:52:28.000000000 +0100
+++ kpicasa-gallery-php4mod.0.1.5/param.php	2008-10-03 04:39:43.000000000 +0200
@@ -37,7 +37,7 @@
 	update_option( &#38;#39;kpg_thumbnailSize&#38;#39;,  $thumbnailSize );

 	// Put an options updated message on the screen
-	print &#38;#39;&#38;lt;div id=&#38;quot;message&#38;quot; class=&#38;quot;updated fade&#38;quot;&#38;gt;&#38;lt;p&#38;gt;&#38;lt;strong&#38;gt;Options saved.&#38;lt;/strong&#38;gt;&#38;lt;/p&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
+	print &#38;#39;&#38;lt;div id=&#38;quot;message&#38;quot; class=&#38;quot;updated fade&#38;quot;&#38;gt;&#38;lt;p&#38;gt;&#38;lt;strong&#38;gt;Settings saved.&#38;lt;/strong&#38;gt;&#38;lt;/p&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
 }

 $albumPerPage = $albumPerPage &#38;gt; 0 ? $albumPerPage : &#38;#39;&#38;#39;;
@@ -51,14 +51,9 @@
 print &#38;#39;&#38;lt;form name=&#38;quot;form1&#38;quot; method=&#38;quot;post&#38;quot; action=&#38;quot;&#38;#39;.str_replace( &#38;#39;%7E&#38;#39;, &#38;#39;~&#38;#39;, $_SERVER[&#38;#39;REQUEST_URI&#38;#39;]).&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
 print &#38;#39;&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;kpg_save&#38;quot; value=&#38;quot;Y&#38;quot;&#38;gt;&#38;#39;;

-print &#38;#39;&#38;lt;p class=&#38;quot;submit&#38;quot;&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;input type=&#38;quot;submit&#38;quot; name=&#38;quot;Submit&#38;quot; value=&#38;quot;Update Options &#38;amp;raquo;&#38;quot; /&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;/p&#38;gt;&#38;#39;;
-
 // General settings
-print &#38;#39;&#38;lt;fieldset class=&#38;quot;options&#38;quot;&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;legend&#38;gt;General settings&#38;lt;/legend&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;table class=&#38;quot;optiontable&#38;quot;&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;h3&#38;gt;General settings&#38;lt;/h3&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;table class=&#38;quot;form-table&#38;quot;&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;tr valign=&#38;quot;top&#38;quot;&#38;gt;&#38;#39;;
 print &#38;#39;&#38;lt;th scope=&#38;quot;row&#38;quot;&#38;gt;Picasa Web Albums Username:&#38;lt;/th&#38;gt;&#38;#39;;
@@ -76,12 +71,10 @@
 print &#38;#39;&#38;lt;/tr&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;/table&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;/fieldset&#38;gt;&#38;#39;;

 // Album List
-print &#38;#39;&#38;lt;fieldset class=&#38;quot;options&#38;quot;&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;legend&#38;gt;Album List&#38;lt;/legend&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;table class=&#38;quot;optiontable&#38;quot;&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;h3&#38;gt;Album List&#38;lt;/h3&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;table class=&#38;quot;form-table&#38;quot;&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;tr valign=&#38;quot;top&#38;quot;&#38;gt;&#38;#39;;
 print &#38;#39;&#38;lt;th scope=&#38;quot;row&#38;quot;&#38;gt;Number of albums to show per page:&#38;lt;/th&#38;gt;&#38;#39;;
@@ -95,12 +88,10 @@
 print &#38;#39;&#38;lt;/tr&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;/table&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;/fieldset&#38;gt;&#38;#39;;

 // Picture List
-print &#38;#39;&#38;lt;fieldset class=&#38;quot;options&#38;quot;&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;legend&#38;gt;Picture List&#38;lt;/legend&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;table class=&#38;quot;optiontable&#38;quot;&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;h3&#38;gt;Picture List&#38;lt;/h3&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;table class=&#38;quot;form-table&#38;quot;&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;tr valign=&#38;quot;top&#38;quot;&#38;gt;&#38;#39;;
 print &#38;#39;&#38;lt;th scope=&#38;quot;row&#38;quot;&#38;gt;Number of pictures to show per page:&#38;lt;/th&#38;gt;&#38;#39;;
@@ -113,12 +104,10 @@
 print &#38;#39;&#38;lt;/tr&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;/table&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;/fieldset&#38;gt;&#38;#39;;

 // Thumbnail size
-print &#38;#39;&#38;lt;fieldset class=&#38;quot;options&#38;quot;&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;legend&#38;gt;Thumbnail size&#38;lt;/legend&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;table class=&#38;quot;optiontable&#38;quot;&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;h3&#38;gt;Thumbnail size&#38;lt;/h3&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;table class=&#38;quot;form-table&#38;quot;&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;tr valign=&#38;quot;top&#38;quot;&#38;gt;&#38;#39;;
 print &#38;#39;&#38;lt;th scope=&#38;quot;row&#38;quot;&#38;gt;Select the size for photo thumbnails:&#38;lt;/th&#38;gt;&#38;#39;;
@@ -135,10 +124,8 @@
 print &#38;#39;&#38;lt;/tr&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;/table&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;/fieldset&#38;gt;&#38;#39;;
-
 print &#38;#39;&#38;lt;p class=&#38;quot;submit&#38;quot;&#38;gt;&#38;#39;;
-print &#38;#39;&#38;lt;input type=&#38;quot;submit&#38;quot; name=&#38;quot;Submit&#38;quot; value=&#38;quot;Update Options &#38;amp;raquo;&#38;quot; /&#38;gt;&#38;#39;;
+print &#38;#39;&#38;lt;input type=&#38;quot;submit&#38;quot; name=&#38;quot;Submit&#38;quot; value=&#38;quot;Save Changes&#38;quot; /&#38;gt;&#38;#39;;
 print &#38;#39;&#38;lt;/p&#38;gt;&#38;#39;;

 print &#38;#39;&#38;lt;/form&#38;gt;&#38;#39;;
diff -Naur kpicasa-gallery-php4mod.0.1.4/readme.txt kpicasa-gallery-php4mod.0.1.5/readme.txt
--- kpicasa-gallery-php4mod.0.1.4/readme.txt	2008-02-26 23:52:28.000000000 +0100
+++ kpicasa-gallery-php4mod.0.1.5/readme.txt	2008-10-03 04:39:39.000000000 +0200
@@ -1,7 +1,7 @@
 === kPicasa Gallery PHP4MOD ===
 Tags: picasa, gallery, photo, image, picture, php4
 Requires at least: 2.2
-Tested up to: 2.3.2
+Tested up to: 2.6.0
 Stable tag: trunk

 Display your Picasa Web Galleries in a post or in a page.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/kpicasa-gallery-php4mod/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/kpicasa-gallery-php4mod/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>raozkardes on "New release 0.0.6"</title>
<link>http://wordpress.org/support/topic/153461#post-821617</link>
<pubDate>Tue, 05 Aug 2008 10:33:57 +0000</pubDate>
<dc:creator>raozkardes</dc:creator>
<guid isPermaLink="false">821617@http://wordpress.org/support/</guid>
<description>&#60;p&#62;kpicasa-gallery-php4mod do not work wordpress 2.6
&#60;/p&#62;</description>
</item>
<item>
<title>daevid on "New release 0.0.6"</title>
<link>http://wordpress.org/support/topic/153461#post-682000</link>
<pubDate>Thu, 24 Jan 2008 20:30:55 +0000</pubDate>
<dc:creator>daevid</dc:creator>
<guid isPermaLink="false">682000@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Darin notified me about &#60;a href=&#34;http://www.bitfusion.org/blog/?p=5&#34;&#62;some issue&#60;/a&#62;. So here's a new version.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/kpicasa-gallery-php4mod/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/kpicasa-gallery-php4mod/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
