<?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>Kommentare zu: WordPress Plugin: Gallery Widget</title>
	<atom:link href="http://blog.splash.de/2008/05/16/gallery-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.splash.de/2008/05/16/gallery-widget/</link>
	<description>Ein Blog rund um IT, Technik, Open Source, WordPress, Design, PHP, MySQL...</description>
	<lastBuildDate>Sun, 07 Mar 2010 20:21:18 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Von: proog</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-8270</link>
		<dc:creator>proog</dc:creator>
		<pubDate>Fri, 01 Jan 2010 19:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-8270</guid>
		<description>It is just a problem of wordpress, to get the thumbnails i use wp_get_attachment_thumb_url(), and if there is no thumbnail it doesn&#039;t return false (as described in codex) but the url of the full-size image. wp_get_attachment_image_src() doesn&#039;t work either... i&#039;ll have an internal thumbnail function for the plugin on my todo-list, so that it doesn&#039;t depend on the wp-function/thumbnailsizes anymore... but integration of this takes some time, which i do not have at the moment. 

the only thing you can actually do is to rebuild (all) thumbnails (i.e. with the plugin regenerate-thumbnails or AJAX Thumbnail Rebuild, will only work if php gets enough memory)... would be better if wordpress itself would just generate the missing thumbnails when the appropriate functions are used...

(and for the forum, you can change the language at the bottom of the page)...</description>
		<content:encoded><![CDATA[<p>It is just a problem of wordpress, to get the thumbnails i use wp_get_attachment_thumb_url(), and if there is no thumbnail it doesn&#8217;t return false (as described in codex) but the url of the full-size image. wp_get_attachment_image_src() doesn&#8217;t work either&#8230; i&#8217;ll have an internal thumbnail function for the plugin on my todo-list, so that it doesn&#8217;t depend on the wp-function/thumbnailsizes anymore&#8230; but integration of this takes some time, which i do not have at the moment. </p>
<p>the only thing you can actually do is to rebuild (all) thumbnails (i.e. with the plugin regenerate-thumbnails or AJAX Thumbnail Rebuild, will only work if php gets enough memory)&#8230; would be better if wordpress itself would just generate the missing thumbnails when the appropriate functions are used&#8230;</p>
<p>(and for the forum, you can change the language at the bottom of the page)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Massa P</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-8269</link>
		<dc:creator>Massa P</dc:creator>
		<pubDate>Fri, 01 Jan 2010 16:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-8269</guid>
		<description>Further addendum to previous comment (I&#039;m using WordPress 2.9):

I think I&#039;ve figured it (maybe). I noticed this pattern (so maybe it has nothing to do with whether &quot;Order by: random&quot; or &quot;Order by: latest&quot; is chosen.

When the thumbnail was created by older WordPress - prior to when newer WordPress now creates 3 types of images - small thumbnail, medium thumbnail, large)... meaning, older WordPress prior to (2.7?) created only ONE thumbnail i.e. with this file name .: imagename.thumbnail.jpg ...

Well, the new version of your plugin does not use that old thumbnail file (created by older WordPress versions) and instead displays the full-size image.

I didn&#039;t notice this before with &quot;Order by: latest&quot;... because I just realized that those latest thumbnails were created by WordPress 2.7 and up.

I think this is a backwards compatibility issue - as many blog have older thumbnails created by older versions of WordPress. It&#039;s a compatibility issue (not about plugin support old WordPress version) but about supporting previous thumbnails created by older WordPress (even though blog has updated to newer WordPress).</description>
		<content:encoded><![CDATA[<p>Further addendum to previous comment (I&#8217;m using WordPress 2.9):</p>
<p>I think I&#8217;ve figured it (maybe). I noticed this pattern (so maybe it has nothing to do with whether &#8220;Order by: random&#8221; or &#8220;Order by: latest&#8221; is chosen.</p>
<p>When the thumbnail was created by older WordPress &#8211; prior to when newer WordPress now creates 3 types of images &#8211; small thumbnail, medium thumbnail, large)&#8230; meaning, older WordPress prior to (2.7?) created only ONE thumbnail i.e. with this file name .: imagename.thumbnail.jpg &#8230;</p>
<p>Well, the new version of your plugin does not use that old thumbnail file (created by older WordPress versions) and instead displays the full-size image.</p>
<p>I didn&#8217;t notice this before with &#8220;Order by: latest&#8221;&#8230; because I just realized that those latest thumbnails were created by WordPress 2.7 and up.</p>
<p>I think this is a backwards compatibility issue &#8211; as many blog have older thumbnails created by older versions of WordPress. It&#8217;s a compatibility issue (not about plugin support old WordPress version) but about supporting previous thumbnails created by older WordPress (even though blog has updated to newer WordPress).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Massa P</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-8268</link>
		<dc:creator>Massa P</dc:creator>
		<pubDate>Fri, 01 Jan 2010 16:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-8268</guid>
		<description>I tried to use the support forum, but I couldn&#039;t figure out the registration coz it wasn&#039;t in English.

I updated to version 1.1.7 and now when I select &quot;Order by: random&quot;, &quot;sometimes&quot; the random images will be the original full-size instead of thumbnails. The only way I could fix this was to change the CSS to display width and height I want. But of course, the full-size images are still loading (and hence, adding to page load time) - big impact if one choose to load several thumbnails. However, this never seems to happen with &quot;Order by: latest&quot; - I&#039;ve tested it on a two websites (keep refreshing page load).

This didn&#039;t seem to happen before with older versions. Please help. Thank you in advance.

Great plugin, BTW. One of my fave plugins. Also THANK YOU very much for adding &quot;Titletype: post&quot;!!! I&#039;ve been wanting this feature since I started using this plugin.

Issue Details:
Site: http://fruityoaty.com
Order by: random
Linktype: article
Titletype: post
Show only 1 image per post: no
Category-Option: exclude
Categories: 12</description>
		<content:encoded><![CDATA[<p>I tried to use the support forum, but I couldn&#8217;t figure out the registration coz it wasn&#8217;t in English.</p>
<p>I updated to version 1.1.7 and now when I select &#8220;Order by: random&#8221;, &#8220;sometimes&#8221; the random images will be the original full-size instead of thumbnails. The only way I could fix this was to change the CSS to display width and height I want. But of course, the full-size images are still loading (and hence, adding to page load time) &#8211; big impact if one choose to load several thumbnails. However, this never seems to happen with &#8220;Order by: latest&#8221; &#8211; I&#8217;ve tested it on a two websites (keep refreshing page load).</p>
<p>This didn&#8217;t seem to happen before with older versions. Please help. Thank you in advance.</p>
<p>Great plugin, BTW. One of my fave plugins. Also THANK YOU very much for adding &#8220;Titletype: post&#8221;!!! I&#8217;ve been wanting this feature since I started using this plugin.</p>
<p>Issue Details:<br />
Site: <a href="http://fruityoaty.com" rel="nofollow">http://fruityoaty.com</a><br />
Order by: random<br />
Linktype: article<br />
Titletype: post<br />
Show only 1 image per post: no<br />
Category-Option: exclude<br />
Categories: 12</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: proog</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-8237</link>
		<dc:creator>proog</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-8237</guid>
		<description>Yes, should be possible... and i&#039;ll try to include this in one of the next versions.</description>
		<content:encoded><![CDATA[<p>Yes, should be possible&#8230; and i&#8217;ll try to include this in one of the next versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Steven Bailey</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-8219</link>
		<dc:creator>Steven Bailey</dc:creator>
		<pubDate>Wed, 16 Dec 2009 23:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-8219</guid>
		<description>Hello. I love this plugin a lot! The only question I have is, is there a way to also include the last photo description along with the image in the sidebar widget? Right now I have it set up to display the last image attached to a page. It displays and links fine, but I also want to display the description to go along with the image.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hello. I love this plugin a lot! The only question I have is, is there a way to also include the last photo description along with the image in the sidebar widget? Right now I have it set up to display the last image attached to a page. It displays and links fine, but I also want to display the description to go along with the image.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: proog</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-8215</link>
		<dc:creator>proog</dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-8215</guid>
		<description>mmh, do you use any (security related) plugins for wordpress, that may interfere with gallery widget?

i do not get this message in any of my blogs...</description>
		<content:encoded><![CDATA[<p>mmh, do you use any (security related) plugins for wordpress, that may interfere with gallery widget?</p>
<p>i do not get this message in any of my blogs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Wilko</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-8213</link>
		<dc:creator>Wilko</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-8213</guid>
		<description>I get an errormessage using WP 2.8.6 with the plugin. At top of the page in the admin section it shows : 
==== ORIGINAL VERSION tags/1.1.6/gallery_widget.php 126072544086455 

in the configuration screen for the widget it shows the same text, instead of the normal form to enter parameters.</description>
		<content:encoded><![CDATA[<p>I get an errormessage using WP 2.8.6 with the plugin. At top of the page in the admin section it shows :<br />
==== ORIGINAL VERSION tags/1.1.6/gallery_widget.php 126072544086455 </p>
<p>in the configuration screen for the widget it shows the same text, instead of the normal form to enter parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: proog</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-7536</link>
		<dc:creator>proog</dc:creator>
		<pubDate>Sun, 30 Aug 2009 18:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-7536</guid>
		<description>1. please use the forum!

2. tell some more details, i.e. which options do you use/how do you upload the pictures (are the pictures assigned to a post)...

(i think you use the category-option &quot;all&quot;, and/or your pictures aren&#039;t attached to posts (or to posts not yet published)...</description>
		<content:encoded><![CDATA[<p>1. please use the forum!</p>
<p>2. tell some more details, i.e. which options do you use/how do you upload the pictures (are the pictures assigned to a post)&#8230;</p>
<p>(i think you use the category-option &#8220;all&#8221;, and/or your pictures aren&#8217;t attached to posts (or to posts not yet published)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Julie</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-7535</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Sun, 30 Aug 2009 16:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-7535</guid>
		<description>Hey ya !

great plugin but got some strange problem.. I wanna display 10 random pictures on my sidebar and when you click on it, you go on a page where there the picture. My pictures are not all included in articles. The plugin displays the pictures correctly on the sidebar, all of them, randomly, perfect. But they only show up in a new page when I&#039;m previously connected to the admin page of wordpress. When I&#039;m not connected, it doesn&#039;t work. Therefore, it doesn&#039;t work for visitors at all : they see the pictures, but the website doesn&#039;t reckon the attchment page. 
Do you have any idea of what would this come from ?

Thx in advance :)</description>
		<content:encoded><![CDATA[<p>Hey ya !</p>
<p>great plugin but got some strange problem.. I wanna display 10 random pictures on my sidebar and when you click on it, you go on a page where there the picture. My pictures are not all included in articles. The plugin displays the pictures correctly on the sidebar, all of them, randomly, perfect. But they only show up in a new page when I&#8217;m previously connected to the admin page of wordpress. When I&#8217;m not connected, it doesn&#8217;t work. Therefore, it doesn&#8217;t work for visitors at all : they see the pictures, but the website doesn&#8217;t reckon the attchment page.<br />
Do you have any idea of what would this come from ?</p>
<p>Thx in advance <img src='http://blog.splash.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: proog</title>
		<link>http://blog.splash.de/2008/05/16/gallery-widget/#comment-7522</link>
		<dc:creator>proog</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.splash.de/?p=150#comment-7522</guid>
		<description>oh, danke für den Hinweis und die Rückmeldung ;)

&quot;Faster Image Insert&quot; kenn ich jetzt nicht (kann ich also nix zu sagen), aber leider kommt es immer wieder vor das Bilder nicht richtig zugeordnet werden. Ich hoffe auf 2.9 (oder 3.0) und vll. irgendwann der Möglichkeit Bilder direkt einer Kategorie zu ordnen zu können (ohne den Umweg über die Beiträge)</description>
		<content:encoded><![CDATA[<p>oh, danke für den Hinweis und die Rückmeldung <img src='http://blog.splash.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#8220;Faster Image Insert&#8221; kenn ich jetzt nicht (kann ich also nix zu sagen), aber leider kommt es immer wieder vor das Bilder nicht richtig zugeordnet werden. Ich hoffe auf 2.9 (oder 3.0) und vll. irgendwann der Möglichkeit Bilder direkt einer Kategorie zu ordnen zu können (ohne den Umweg über die Beiträge)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
