<?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>Thu, 18 Apr 2013 21:29:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: David</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-272613</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 18 Jan 2013 14:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-272613</guid>
		<description><![CDATA[Well honestly I figured the class&#039;s methods (even if public) not as &quot;official&quot; API functions as I could not find any closer documentation on them. Or did I just miss out something somewhere? Also maybe I am to spoiled from the Drupal world where there seems to be much more concern about such formalities (this is actually my first WP project).

If you say the methods may be considered &quot;official&quot;, everything&#039;s fine. In practical, my only concern was that they might disappear or be renamed in a future release, which wouldn&#039;t be nice for my theme which relies on them :)]]></description>
		<content:encoded><![CDATA[<p>Well honestly I figured the class&#8217;s methods (even if public) not as &#8220;official&#8221; API functions as I could not find any closer documentation on them. Or did I just miss out something somewhere? Also maybe I am to spoiled from the Drupal world where there seems to be much more concern about such formalities (this is actually my first WP project).</p>
<p>If you say the methods may be considered &#8220;official&#8221;, everything&#8217;s fine. In practical, my only concern was that they might disappear or be renamed in a future release, which wouldn&#8217;t be nice for my theme which relies on them :)</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-272609</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Fri, 18 Jan 2013 13:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-272609</guid>
		<description><![CDATA[Hi David -

The functions of the YapbImage Class are public and free to use. 
In every context where you would need that template function you have the image instance available.

Why do you need that explicit template function?
Shorter template code?

Generally, i&#039;m trying to release as few template functions as possible since it&#039;s some kind of duplicate code somehow.

In this case particulary, using the image instance function is just straightforward?

br from Salzburg,

- Johannes]]></description>
		<content:encoded><![CDATA[<p>Hi David -</p>
<p>The functions of the YapbImage Class are public and free to use.<br />
In every context where you would need that template function you have the image instance available.</p>
<p>Why do you need that explicit template function?<br />
Shorter template code?</p>
<p>Generally, i&#8217;m trying to release as few template functions as possible since it&#8217;s some kind of duplicate code somehow.</p>
<p>In this case particulary, using the image instance function is just straightforward?</p>
<p>br from Salzburg,</p>
<p>- Johannes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-272597</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 18 Jan 2013 11:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-272597</guid>
		<description><![CDATA[Hi,

what I am missing is a public API function like yapb_get_thumbnail_src(). Something that takes the $phpThumbConfiguration like yapb_get_thumbnail() but simply returns what you retrieve internally with $post-&gt;image-&gt;getThumbnailHref($phpThumbConfiguration).

I know I could hack around that somehow (and I currently do), but it would be nicer to see that as an &quot;official&quot; function.

Thanks for your work so far, will publish my yapb based theme soon and let you know :)]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>what I am missing is a public API function like yapb_get_thumbnail_src(). Something that takes the $phpThumbConfiguration like yapb_get_thumbnail() but simply returns what you retrieve internally with $post-&gt;image-&gt;getThumbnailHref($phpThumbConfiguration).</p>
<p>I know I could hack around that somehow (and I currently do), but it would be nicer to see that as an &#8220;official&#8221; function.</p>
<p>Thanks for your work so far, will publish my yapb based theme soon and let you know :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jakob</title>
		<link>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/comment-page-1/#comment-210111</link>
		<dc:creator>jakob</dc:creator>
		<pubDate>Mon, 26 Mar 2012 12:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/yapb-template-functions/#comment-210111</guid>
		<description><![CDATA[hey there


someone knows, if there is a way to generate on one page several galleries


PORTRAIT

(THUMBS)
Pic1, pic2


+++++++++++


PORTRAIT 2


...etc]]></description>
		<content:encoded><![CDATA[<p>hey there</p>
<p>someone knows, if there is a way to generate on one page several galleries</p>
<p>PORTRAIT</p>
<p>(THUMBS)<br />
Pic1, pic2</p>
<p>+++++++++++</p>
<p>PORTRAIT 2</p>
<p>&#8230;etc</p>
]]></content:encoded>
	</item>
	<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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[]]></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><![CDATA[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>
</channel>
</rss>
