<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: YAPB Template Functions</title>
	<atom:link href="http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://johannes.jarolim.com/blog</link>
	<description>Willkommen auf der privaten Homepage von Johannes Jarolim, Salzburg, Ã–sterreich / Welcome to the private homepage of Johannes Jarolim, Salzburg, Austria, Europe.</description>
	<lastBuildDate>Sun, 22 Jan 2012 08:23:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeremy D'Arcy</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-175215</link>
		<dc:creator>Jeremy D'Arcy</dc:creator>
		<pubDate>Tue, 26 Oct 2010 17:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-175215</guid>
		<description>Hello! Great Plugin!

I need to do something really simple. And your explanation doesn&#039;t fully cover this. You say how to include the rel=lightbox, but you don&#039;t show how to link the &lt;a href=path to the image...

I&#039;ve built the container for the image link, but what is the correct variable that will give me the link to the image, instead of the link to the post?

I&#039;m currently using:

e c h o &#039;obraket a href=&quot;&#039; .  get_permalink($yapb_image) . &#039;&quot;cbracket&#039;;</description>
		<content:encoded><![CDATA[<p>Hello! Great Plugin!</p>
<p>I need to do something really simple. And your explanation doesn&#8217;t fully cover this. You say how to include the rel=lightbox, but you don&#8217;t show how to link the &lt;a href=path to the image&#8230;</p>
<p>I&#039;ve built the container for the image link, but what is the correct variable that will give me the link to the image, instead of the link to the post?</p>
<p>I&#039;m currently using:</p>
<p>e c h o &#039;obraket a href=&quot;&#039; .  get_permalink($yapb_image) . &#039;&quot;cbracket&#039;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-155147</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Mon, 19 Jul 2010 08:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-155147</guid>
		<description>Hi Dchang - That&#039;s the wrong way. You should use the function yapb_get_thumbnail to get a smaller version of your image. yapb_get_thumbnail automatically renders a smaller version of your image.</description>
		<content:encoded><![CDATA[<p>Hi Dchang &#8211; That&#8217;s the wrong way. You should use the function yapb_get_thumbnail to get a smaller version of your image. yapb_get_thumbnail automatically renders a smaller version of your image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dchang</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-155142</link>
		<dc:creator>Dchang</dc:creator>
		<pubDate>Mon, 19 Jul 2010 00:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-155142</guid>
		<description>just in case anyone was wondering (because I struggled with this for some time), you can set the image size by changing the yapb_get_image function in YapbTempalteFunctions.php to this:
			if(!$parameters[&#039;width&#039;])
$parameters[&#039;width&#039;] = $post-&gt;image-&gt;width;
			if(!$parameters[&#039;height&#039;])
$parameters[&#039;height&#039;] = $post-&gt;image-&gt;height;

so height/width only get overwritten if not specified</description>
		<content:encoded><![CDATA[<p>just in case anyone was wondering (because I struggled with this for some time), you can set the image size by changing the yapb_get_image function in YapbTempalteFunctions.php to this:<br />
			if(!$parameters['width'])<br />
$parameters['width'] = $post-&gt;image-&gt;width;<br />
			if(!$parameters['height'])<br />
$parameters['height'] = $post-&gt;image-&gt;height;</p>
<p>so height/width only get overwritten if not specified</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mana</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-125539</link>
		<dc:creator>mana</dc:creator>
		<pubDate>Mon, 29 Jun 2009 19:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-125539</guid>
		<description>Hi, Iâ€™m kinda new to wordpress and blogging. IÂ´ve installed the plug in and its amazing, but i am having a little problem. when i upload a picture for a certain post, image appears everywhere BUT in the home of the blog.... I am using a template called Theme Js O3 Lite designed by Jinwen. Valid CSS 3 &amp; XHTML 1.1. 

could you help me somehow???
thanks!
mana</description>
		<content:encoded><![CDATA[<p>Hi, Iâ€™m kinda new to wordpress and blogging. IÂ´ve installed the plug in and its amazing, but i am having a little problem. when i upload a picture for a certain post, image appears everywhere BUT in the home of the blog&#8230;. I am using a template called Theme Js O3 Lite designed by Jinwen. Valid CSS 3 &amp; XHTML 1.1. </p>
<p>could you help me somehow???<br />
thanks!<br />
mana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heiko</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-124561</link>
		<dc:creator>Heiko</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-124561</guid>
		<description>Danke fÃ¼r die Hinweise. Habs jetzt mit Bordmitteln gemacht. Ist allerdings gar nicht so einfach *innerhalb* der Loop eine weitere Loop durchlaufen zu lassen. Das musste aber sein, da mein Plugin ein Tag [[map]] zur VerfÃ¼gung stellt, mit dem ich *innerhalb* von normalen BeitrÃ¤gen eine Karte anzeigen lassen kann. Deswegen konnte ich das auch nicht imn Template machen, da das denn zu ner riesigen case WÃ¼ste ausgeufert wÃ¤re, oder die Karte in jedem Beitrag wÃ¤re.
Beispiel: http://trekking-photos.net/?page_id=179 hat im Content einfach nur ein [[map category_name=tÃ¼rkei]] stehen und zeigt die Karte mit allen Fotos die diese Kategorie haben an. Breite und Mittelpunkt werden auch selber ausgerechnet. Wenn Interesse besteht RÃ¤ume ich das Plugin noch etwas auf und verÃ¶ffentliche es...

Greetz, Heiko</description>
		<content:encoded><![CDATA[<p>Danke fÃ¼r die Hinweise. Habs jetzt mit Bordmitteln gemacht. Ist allerdings gar nicht so einfach *innerhalb* der Loop eine weitere Loop durchlaufen zu lassen. Das musste aber sein, da mein Plugin ein Tag [[map]] zur VerfÃ¼gung stellt, mit dem ich *innerhalb* von normalen BeitrÃ¤gen eine Karte anzeigen lassen kann. Deswegen konnte ich das auch nicht imn Template machen, da das denn zu ner riesigen case WÃ¼ste ausgeufert wÃ¤re, oder die Karte in jedem Beitrag wÃ¤re.<br />
Beispiel: <a href="http://trekking-photos.net/?page_id=179" rel="nofollow">http://trekking-photos.net/?page_id=179</a> hat im Content einfach nur ein [[map category_name=tÃ¼rkei]] stehen und zeigt die Karte mit allen Fotos die diese Kategorie haben an. Breite und Mittelpunkt werden auch selber ausgerechnet. Wenn Interesse besteht RÃ¤ume ich das Plugin noch etwas auf und verÃ¶ffentliche es&#8230;</p>
<p>Greetz, Heiko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-124322</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-124322</guid>
		<description>Hi Heiko - Normalerweise holst du dir mit normalen WordPress Bordmitteln die Artikel, die du anzeigen willst (Also die der gewÃ¼nschten Kategorie). Dann gehst du diese ganz normal mit dem Loop durch und zeigst die YAPB Bilder an, sofern vorhanden.

Tipp: Schau dir auf jeden Fall die MÃ¶glichkeit von eigenen Kategorie-Templates in Wordpress an: http://codex.wordpress.org/Category_Templates

Mach das lieber mit den Bordmitteln - Sonst kannst du lange suchen, bevor du per Hand ein SQL gebaut hast, dass alle Artikel einer Kategorie GEJOINED mit der YAPB-Tabelle zurÃ¼ckliefert: Die Kategorisierung in WP ist zwar superflexibel, benÃ¶tigt aber etwas Einarbeitungszeit ;-)

greets,

johannes</description>
		<content:encoded><![CDATA[<p>Hi Heiko &#8211; Normalerweise holst du dir mit normalen WordPress Bordmitteln die Artikel, die du anzeigen willst (Also die der gewÃ¼nschten Kategorie). Dann gehst du diese ganz normal mit dem Loop durch und zeigst die YAPB Bilder an, sofern vorhanden.</p>
<p>Tipp: Schau dir auf jeden Fall die MÃ¶glichkeit von eigenen Kategorie-Templates in WordPress an: <a href="http://codex.wordpress.org/Category_Templates" rel="nofollow">http://codex.wordpress.org/Category_Templates</a></p>
<p>Mach das lieber mit den Bordmitteln &#8211; Sonst kannst du lange suchen, bevor du per Hand ein SQL gebaut hast, dass alle Artikel einer Kategorie GEJOINED mit der YAPB-Tabelle zurÃ¼ckliefert: Die Kategorisierung in WP ist zwar superflexibel, benÃ¶tigt aber etwas Einarbeitungszeit ;-)</p>
<p>greets,</p>
<p>johannes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heiko</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-124317</link>
		<dc:creator>Heiko</dc:creator>
		<pubDate>Thu, 25 Jun 2009 13:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-124317</guid>
		<description>Hi,

ich nutze dieses groÃŸartige Plugin schon lÃ¤nger in meinem Blog, mÃ¶chte es aber nun erweitern. Und zwar mÃ¶chte ich ein Plugin schreiben, was auf einer Seite alle yapb Bilder in einer google-map anzeigt. Besser noch, alle yapb Bilder deren Artikel zu einer bestimmten Kategorie gehÃ¶rt. Kann ich irgendwie alle yabp Bilder in ner Schleife durchgehen, oder starte ich besser eine neue (the)Loop und parse die nach yapb Bilder durch?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>ich nutze dieses groÃŸartige Plugin schon lÃ¤nger in meinem Blog, mÃ¶chte es aber nun erweitern. Und zwar mÃ¶chte ich ein Plugin schreiben, was auf einer Seite alle yapb Bilder in einer google-map anzeigt. Besser noch, alle yapb Bilder deren Artikel zu einer bestimmten Kategorie gehÃ¶rt. Kann ich irgendwie alle yabp Bilder in ner Schleife durchgehen, oder starte ich besser eine neue (the)Loop und parse die nach yapb Bilder durch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-121631</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Tue, 16 Jun 2009 08:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-121631</guid>
		<description>Hi, I&#039;m kinda new to wordpress and blogging.  I&#039;m a novice trying to make a mark!  Can you please let me know how to upload images without linking them to any particular posts?  Can&#039;t I just upload a bunch and then have them displayed on my sidebar randomly? Can I also have a slideshow? I installed both, the YAPB and YAPB Sidebar widgets.  Using Wordpress 2.8.  Please help.  Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m kinda new to wordpress and blogging.  I&#8217;m a novice trying to make a mark!  Can you please let me know how to upload images without linking them to any particular posts?  Can&#8217;t I just upload a bunch and then have them displayed on my sidebar randomly? Can I also have a slideshow? I installed both, the YAPB and YAPB Sidebar widgets.  Using WordPress 2.8.  Please help.  Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pvfe</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-119619</link>
		<dc:creator>pvfe</dc:creator>
		<pubDate>Sat, 06 Jun 2009 15:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-119619</guid>
		<description>Hi Johannes!!

thanks for the plugin, its incredible!
im having a little issue, and i know im really close to getting it to work...
i have been able to get thumbnails to appear depending on the category being shown....the problem is when one of those thumbnails are clicked on, they dissapear....this shouldnt happen as they are the navigation of the category!
im using:
cat_ID)) {
query_posts(&#039;cat=&#039;.$cat-&gt;cat_ID.&#039;&amp;showposts=-1&#039;);
	  while (have_posts()) : the_post();?&gt;
image): ?&gt;
&lt;a href=&quot;&quot; title=&quot;&quot;&gt;&lt;img src=&quot;image-&gt;getThumbnailHref(array(&#039;w=100&#039;,&#039;fltr[]=usm&#124;30&#124;0.5&#124;3&#039;)) ?&gt;&quot; alt=&quot;&quot; title=&quot;&quot; width=&quot;100&quot;/&gt;&lt;/a&gt; 


any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi Johannes!!</p>
<p>thanks for the plugin, its incredible!<br />
im having a little issue, and i know im really close to getting it to work&#8230;<br />
i have been able to get thumbnails to appear depending on the category being shown&#8230;.the problem is when one of those thumbnails are clicked on, they dissapear&#8230;.this shouldnt happen as they are the navigation of the category!<br />
im using:<br />
cat_ID)) {<br />
query_posts(&#8216;cat=&#8217;.$cat-&gt;cat_ID.&#8217;&amp;showposts=-1&#8242;);<br />
	  while (have_posts()) : the_post();?&gt;<br />
image): ?&gt;<br />
&lt;a href=&#8221;" title=&#8221;"&gt;&lt;img src=&#8221;image-&gt;getThumbnailHref(array(&#8216;w=100&#8242;,&#8217;fltr[]=usm|30|0.5|3&#8242;)) ?&gt;&#8221; alt=&#8221;" title=&#8221;" width=&#8221;100&#8243;/&gt; </p>
<p>any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KoalaEatingTree</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-112850</link>
		<dc:creator>KoalaEatingTree</dc:creator>
		<pubDate>Wed, 29 Apr 2009 02:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-112850</guid>
		<description>Hello, I am using YAPB and the phT theme and am stuck on how to have my thumbnails for vertical pictures appear the same as the horizontal picture thumbnails. I want to have all my thumbnails, vert and horizontal, appear the same shape. Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, I am using YAPB and the phT theme and am stuck on how to have my thumbnails for vertical pictures appear the same as the horizontal picture thumbnails. I want to have all my thumbnails, vert and horizontal, appear the same shape. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paracetamol</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-102105</link>
		<dc:creator>Paracetamol</dc:creator>
		<pubDate>Sun, 22 Mar 2009 13:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-102105</guid>
		<description>Hello! That&#039;s probably a dumb question; but in my template I want to set a link to the file/thumbnail itself, whithout showing the image. Right now, I&#039;m stripping it out of &quot;yapb_get_image&quot; via PHP, but is there a more practicable solution? 

Thanks in advance, also cheers for this great and stable plugin!</description>
		<content:encoded><![CDATA[<p>Hello! That&#8217;s probably a dumb question; but in my template I want to set a link to the file/thumbnail itself, whithout showing the image. Right now, I&#8217;m stripping it out of &#8220;yapb_get_image&#8221; via PHP, but is there a more practicable solution? </p>
<p>Thanks in advance, also cheers for this great and stable plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahid</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-98263</link>
		<dc:creator>vahid</dc:creator>
		<pubDate>Mon, 12 Jan 2009 05:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-98263</guid>
		<description>Hey it was just a localhost issue. sorry
Great plugin</description>
		<content:encoded><![CDATA[<p>Hey it was just a localhost issue. sorry<br />
Great plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahid</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-98262</link>
		<dc:creator>vahid</dc:creator>
		<pubDate>Mon, 12 Jan 2009 05:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-98262</guid>
		<description>Hi
yapb_image function doesn&#039;t work. it out puts:
http://localhost/wordpress/wp-content/uploads/2008/12/solace_brushes_by_axeraider.jpg
and nothing is being displayed
But when I activate automatic image insertation for single posts it works fine and output is like this:
http://localhost/wordpress/wp-content/uploads/yapb_cache/solace_brushes_by_axeraider.6nbm1asewhgcocskw40ccg8gk.6ylu316ao0gsowosgg4sog48w.th.jpeg</description>
		<content:encoded><![CDATA[<p>Hi<br />
yapb_image function doesn&#8217;t work. it out puts:<br />
<a href="http://localhost/wordpress/wp-content/uploads/2008/12/solace_brushes_by_axeraider.jpg" rel="nofollow">http://localhost/wordpress/wp-.....raider.jpg</a><br />
and nothing is being displayed<br />
But when I activate automatic image insertation for single posts it works fine and output is like this:<br />
<a href="http://localhost/wordpress/wp-content/uploads/yapb_cache/solace_brushes_by_axeraider.6nbm1asewhgcocskw40ccg8gk.6ylu316ao0gsowosgg4sog48w.th.jpeg" rel="nofollow">http://localhost/wordpress/wp-.....8w.th.jpeg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JanT</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-98135</link>
		<dc:creator>JanT</dc:creator>
		<pubDate>Sat, 03 Jan 2009 03:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-98135</guid>
		<description>Thanks for the template! 

I&#039;m using Grain, also. Warning: dumb question ahead. Would one of the functions above help, or is there a way to add a new page so that it appears at the top of the page?

Ideally I want to add a separate category of photos, similar to adding a new tab on a website. Possible?

Thanks very much. 
Jan</description>
		<content:encoded><![CDATA[<p>Thanks for the template! </p>
<p>I&#8217;m using Grain, also. Warning: dumb question ahead. Would one of the functions above help, or is there a way to add a new page so that it appears at the top of the page?</p>
<p>Ideally I want to add a separate category of photos, similar to adding a new tab on a website. Possible?</p>
<p>Thanks very much.<br />
Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hkim &#187; photo &#187; Macro</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-58186</link>
		<dc:creator>hkim &#187; photo &#187; Macro</dc:creator>
		<pubDate>Sun, 10 Feb 2008 22:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-58186</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] Jan 31st, 2004 &bull; Category: photo  YAPB í…ŒìŠ¤íŠ¸. ë³´ë‹¤ ìž?ì„¸í•œ ì‚¬ìš©ë²•ì?„ ë³´ë ¤ë©´ how to use yapb code in template ì?„ ë°©ë¬¸í•  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-58185</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Sun, 10 Feb 2008 17:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-58185</guid>
		<description>Fixed in the documentation - Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>Fixed in the documentation &#8211; Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-58184</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Sun, 10 Feb 2008 17:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-58184</guid>
		<description>Ah - This is a bug in the documentation and will be fixed in some minutes. The second parameter of the function is an array containing additional attributes of the img tag - &lt;code&gt;array(&#039;alt&#039; =&gt; &#039;Wonderful image&#039;, &#039;border&#039; =&gt; &#039;0&#039;)&lt;/code&gt; for example.</description>
		<content:encoded><![CDATA[<p>Ah &#8211; This is a bug in the documentation and will be fixed in some minutes. The second parameter of the function is an array containing additional attributes of the img tag &#8211; <code>array('alt' => 'Wonderful image', 'border' => '0')</code> for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackan</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-58182</link>
		<dc:creator>Mackan</dc:creator>
		<pubDate>Sat, 09 Feb 2008 13:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-58182</guid>
		<description>I gor this error:

Warning: Invalid argument supplied for foreach() in /foo/bar/wp-content/plugins/yet-another-photoblog/lib/YapbImage.class.php on line 645

with this tag:


&lt;?php echo yapb_get_thumbnail(&#039;&#039;, &#039;This is a thumbnail&#039;, &#039;&#039;, array(&#039;w=200&#039;, &#039;q=90&#039;), &#039;thumbnail&#039;); ?&gt;


Using YAPB 1.7.3 with WP 2.3.3</description>
		<content:encoded><![CDATA[<p>I gor this error:</p>
<p>Warning: Invalid argument supplied for foreach() in /foo/bar/wp-content/plugins/yet-another-photoblog/lib/YapbImage.class.php on line 645</p>
<p>with this tag:</p>
<p>&lt;?php echo yapb_get_thumbnail(&#8221;, &#8216;This is a thumbnail&#8217;, &#8221;, array(&#8216;w=200&#8242;, &#8216;q=90&#8242;), &#8216;thumbnail&#8217;); ?&gt;</p>
<p>Using YAPB 1.7.3 with WP 2.3.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-58179</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Thu, 07 Feb 2008 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-58179</guid>
		<description>Yup a bug. Released YAPB 1.7.3 some minutes ago. Thanks for the report!

Happy photoblogging!</description>
		<content:encoded><![CDATA[<p>Yup a bug. Released YAPB 1.7.3 some minutes ago. Thanks for the report!</p>
<p>Happy photoblogging!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Otero</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-58178</link>
		<dc:creator>Jorge Otero</dc:creator>
		<pubDate>Thu, 07 Feb 2008 00:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-58178</guid>
		<description>yapb_thumbnail and yapb_get_thumbnail aren&#039;t passing the class and title parameters. They seem to be ignored. Is that so?</description>
		<content:encoded><![CDATA[<p>yapb_thumbnail and yapb_get_thumbnail aren&#8217;t passing the class and title parameters. They seem to be ignored. Is that so?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

