<?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>Comments on: Concrete5 Templates</title>
	<atom:link href="http://www.codeblog.ch/2009/03/concrete5-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.ch/2009/03/concrete5-templates/</link>
	<description>Coding and more - Concrete5, Flex, JavaScript</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:46:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-31477</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Wed, 12 Oct 2011 15:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-31477</guid>
		<description>Which comment do you mean? I don&#039;t have any information about problems with this template..</description>
		<content:encoded><![CDATA[<p>Which comment do you mean? I don&#8217;t have any information about problems with this template..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-31476</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Wed, 12 Oct 2011 15:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-31476</guid>
		<description>hey there, has this tutorial been updated? I see a note from Remo above that some things broke with the C5 update.</description>
		<content:encoded><![CDATA[<p>hey there, has this tutorial been updated? I see a note from Remo above that some things broke with the C5 update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-22459</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Sun, 03 Jul 2011 08:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-22459</guid>
		<description>I&#039;d start by making sure there&#039;s an object in the variable, try to put this code in the template and see what it prints:
&lt;pre lang=&quot;php&quot;&gt;
print_r($cobj-&gt;getAttribute(&#039;thumbnail&#039;));
&lt;/pre&gt;
but make sure you change the word thumbnail according to the handle of your attribute.</description>
		<content:encoded><![CDATA[<p>I&#8217;d start by making sure there&#8217;s an object in the variable, try to put this code in the template and see what it prints:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">print_r</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$cobj</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getAttribute</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'thumbnail'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>but make sure you change the word thumbnail according to the handle of your attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lunarro</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-22429</link>
		<dc:creator>Lunarro</dc:creator>
		<pubDate>Sat, 02 Jul 2011 20:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-22429</guid>
		<description>Hey!

I`ve spent a lot of time trying to force it to work - but with no success...
I created custom attributes for file./image - but getAttribute seems to ignore it. 
Checking attribute status gives an error...
The whole output looks like:
&quot;Fatal error: Call to a member function outputThumbnail() on a non-object in /****/public_html/blocks/page_list/templates/miniatury.php on line 21&quot;

I checked also getThumbnail method - also no success. My attribute is still not taken... Is there another change in API for version 5.4.1??? 
Please help!</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>I`ve spent a lot of time trying to force it to work &#8211; but with no success&#8230;<br />
I created custom attributes for file./image &#8211; but getAttribute seems to ignore it.<br />
Checking attribute status gives an error&#8230;<br />
The whole output looks like:<br />
&#8220;Fatal error: Call to a member function outputThumbnail() on a non-object in /****/public_html/blocks/page_list/templates/miniatury.php on line 21&#8243;</p>
<p>I checked also getThumbnail method &#8211; also no success. My attribute is still not taken&#8230; Is there another change in API for version 5.4.1???<br />
Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-21023</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Thu, 16 Jun 2011 09:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-21023</guid>
		<description>Kind of, the problem is that the field from where you pull the text doesn&#039;t have an image in it. How should the template know where to place the picture? You could insert a placeholder in the description (image-placeholder) and replace that with the picture. Not a super nice solution but it would work.</description>
		<content:encoded><![CDATA[<p>Kind of, the problem is that the field from where you pull the text doesn&#8217;t have an image in it. How should the template know where to place the picture? You could insert a placeholder in the description (image-placeholder) and replace that with the picture. Not a super nice solution but it would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UCLA Geek</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-20983</link>
		<dc:creator>UCLA Geek</dc:creator>
		<pubDate>Wed, 15 Jun 2011 20:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-20983</guid>
		<description>Hi Remo, 

You were right and that fixed it. If I can bug you one more time. Is it possible to get the thumbnail to appear inline with the text?</description>
		<content:encoded><![CDATA[<p>Hi Remo, </p>
<p>You were right and that fixed it. If I can bug you one more time. Is it possible to get the thumbnail to appear inline with the text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-20748</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Mon, 13 Jun 2011 06:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-20748</guid>
		<description>This errors message means that you&#039;ve included it twice! Just remove one of it and it should work.</description>
		<content:encoded><![CDATA[<p>This errors message means that you&#8217;ve included it twice! Just remove one of it and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UCLA Geek</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-20732</link>
		<dc:creator>UCLA Geek</dc:creator>
		<pubDate>Sun, 12 Jun 2011 23:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-20732</guid>
		<description>Hi, 

I used this code but keep getting this error when I try to publish it. 

Fatal error: Cannot redeclare class ImageHelper in /var/www/html/bimag/concrete/helpers/image.php on line 20

I looked it up in the forums and they said define the imagehelper as siteimagehelper but I don&#039;t see this in the code. So I&#039;m kind of confused. I was also trying to display the images inline with the text via css but this did not work either. Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I used this code but keep getting this error when I try to publish it. </p>
<p>Fatal error: Cannot redeclare class ImageHelper in /var/www/html/bimag/concrete/helpers/image.php on line 20</p>
<p>I looked it up in the forums and they said define the imagehelper as siteimagehelper but I don&#8217;t see this in the code. So I&#8217;m kind of confused. I was also trying to display the images inline with the text via css but this did not work either. Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-8898</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Fri, 03 Dec 2010 11:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-8898</guid>
		<description>Hi Remo its me again :) sorry!

I am just wondering why only 10 page list thumbnail are shown.
Have you seen this issue before?
Here is the link of the template I am using: http://www.concrete5.org/download_file/-/20658/

oafreelancer.com</description>
		<content:encoded><![CDATA[<p>Hi Remo its me again <img src='http://www.codeblog.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  sorry!</p>
<p>I am just wondering why only 10 page list thumbnail are shown.<br />
Have you seen this issue before?<br />
Here is the link of the template I am using: <a href="http://www.concrete5.org/download_file/-/20658/" rel="nofollow">http://www.concrete5.org/download_file/-/20658/</a></p>
<p>oafreelancer.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/03/concrete5-templates/comment-page-1/#comment-8792</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Tue, 30 Nov 2010 21:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=188#comment-8792</guid>
		<description>surround the img-tag by the a-tag and remove h3-tag afterwards.</description>
		<content:encoded><![CDATA[<p>surround the img-tag by the a-tag and remove h3-tag afterwards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

