<?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: Magento: Custom Category Images Listing Block Tutorial</title>
	<atom:link href="http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/feed" rel="self" type="application/rss+xml" />
	<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html</link>
	<description>Designer, CSS/XHTML Expert, ActionScript 3, Magento Developer</description>
	<lastBuildDate>Tue, 02 Mar 2010 08:53:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TylerCallie</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-25472</link>
		<dc:creator>TylerCallie</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-25472</guid>
		<description>Specialists tell that &lt;a href=&quot;http://lowest-rate-loans.com/topics/business-loans&quot; rel=&quot;nofollow&quot;&gt;business loans&lt;/a&gt; help a lot of people to live their own way, just because they can feel free to buy needed things. Moreover, banks offer student loan for young and old people.</description>
		<content:encoded><![CDATA[<p>Specialists tell that <a href="http://lowest-rate-loans.com/topics/business-loans" rel="nofollow">business loans</a> help a lot of people to live their own way, just because they can feel free to buy needed things. Moreover, banks offer student loan for young and old people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sven</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-24637</link>
		<dc:creator>sven</dc:creator>
		<pubDate>Sat, 16 Jan 2010 08:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-24637</guid>
		<description>Hi! 
Works perfect! But two questions: 
- i only want to list subcategories and not sub-subcategories. 
- i want the subcategories to be listed by 3 one one line (now there&#039;s only one on one line) 
 </description>
		<content:encoded><![CDATA[<p>Hi!<br />
Works perfect! But two questions:<br />
- i only want to list subcategories and not sub-subcategories.<br />
- i want the subcategories to be listed by 3 one one line (now there&#039;s only one on one line)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert roorda</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-24145</link>
		<dc:creator>robert roorda</dc:creator>
		<pubDate>Tue, 08 Dec 2009 21:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-24145</guid>
		<description>Martin 
Below, please find the *.css code that I used.  I don&#039;t specifically set it to 5 columns, but the images size and the available space make it that way.  On slight glitch:  if you have a category title that take up more than 1 row of text it will push the other categories off to one side. 
-rob 
 
&lt;code&gt; 
 
/* Category landing */ 
 
.category-box { 
text-align: center; 
float:left; 
margin:0px 15px 15px 0px; 
width: 120px; 
 
} 
 
.category-image-box { 
/* 
background: url(../images/category_image_bg.gif) no-repeat; 
*/ 
height:175px; 
width: 120px; 
 
 
} 
 
.category-image-box img { 
margin: 5px 5px 0px 0px; 
border-width: 1px; 
border-color: #4b3425; 
border-style: solid;  
} 
 
.category-name a:link, .category-name a:visited { 
color: #7c2b87; 
font-weight: bold; 
font-size: 14px; 
text-decoration: none; 
line-height:16px; 
} 
 
.category-name a:hover, .category-name a:active { 
color: #4b3425; 
font-weight: bold; 
font-size: 14px; 
text-decoration: none; 
line-height:16px; 
} 
 
&lt;/code&gt; </description>
		<content:encoded><![CDATA[<p>Martin<br />
Below, please find the *.css code that I used.  I don&#039;t specifically set it to 5 columns, but the images size and the available space make it that way.  On slight glitch:  if you have a category title that take up more than 1 row of text it will push the other categories off to one side.<br />
-rob </p>
<p>&lt;code&gt; </p>
<p>/* Category landing */ </p>
<p>.category-box {<br />
text-align: center;<br />
float:left;<br />
margin:0px 15px 15px 0px;<br />
width: 120px; </p>
<p>} </p>
<p>.category-image-box {<br />
/*<br />
background: url(../images/category_image_bg.gif) no-repeat;<br />
*/<br />
height:175px;<br />
width: 120px; </p>
<p>} </p>
<p>.category-image-box img {<br />
margin: 5px 5px 0px 0px;<br />
border-width: 1px;<br />
border-color: #4b3425;<br />
border-style: solid;<br />
} </p>
<p>.category-name a:link, .category-name a:visited {<br />
color: #7c2b87;<br />
font-weight: bold;<br />
font-size: 14px;<br />
text-decoration: none;<br />
line-height:16px;<br />
} </p>
<p>.category-name a:hover, .category-name a:active {<br />
color: #4b3425;<br />
font-weight: bold;<br />
font-size: 14px;<br />
text-decoration: none;<br />
line-height:16px;<br />
} </p>
<p>&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Mortimer</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-24134</link>
		<dc:creator>Dean Mortimer</dc:creator>
		<pubDate>Tue, 08 Dec 2009 12:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-24134</guid>
		<description>I had this problem as well and realised that my installation wasn&#039;t using Category.php to load the sub category information. Turns out that I had flat catalogs turned on so the file you want to amend is:  
 
appcodelocalMageCatalogModelResourceEavMysql4CategoryFlat.php 
 
If this file doesn&#039;t exist then copy the one from  
 
appcodecoreMageCatalogModelResourceEavMysql4CategoryFlat.php 
 
and then find the _loadNodes function. This is where the sql for the extracting info from the flat category table is built and executed. In the _loadNodes find where the sql is built, which should look like this: 
 
$select = $_conn-&gt;select() 
            -&gt;from(array(&#039;main_table&#039;=&gt;$this-&gt;getMainStoreTable($storeId)), array(&#039;main_table.entity_id&#039;, &#039;main_table.name&#039;, &#039;main_table.path&#039;, &#039;main_table.is_active&#039;, &#039;main_table.is_anchor&#039;)) 
 
and add an extra field to select, in this case the &quot;image&quot; field by changing the line to look like this: 
 
select = $_conn-&gt;select() 
            -&gt;from(array(&#039;main_table&#039;=&gt;$this-&gt;getMainStoreTable($storeId)), array(&#039;main_table.entity_id&#039;, &#039;main_table.name&#039;, &#039;main_table.image&#039;, &#039;main_table.path&#039;, &#039;main_table.is_active&#039;, &#039;main_table.is_anchor&#039;)) 
 
Hope this helps. 
 
 
Thx for starting this post its has been of great help to me. 
 
 </description>
		<content:encoded><![CDATA[<p>I had this problem as well and realised that my installation wasn&#039;t using Category.php to load the sub category information. Turns out that I had flat catalogs turned on so the file you want to amend is:  </p>
<p>appcodelocalMageCatalogModelResourceEavMysql4CategoryFlat.php </p>
<p>If this file doesn&#039;t exist then copy the one from  </p>
<p>appcodecoreMageCatalogModelResourceEavMysql4CategoryFlat.php </p>
<p>and then find the _loadNodes function. This is where the sql for the extracting info from the flat category table is built and executed. In the _loadNodes find where the sql is built, which should look like this: </p>
<p>$select = $_conn-&gt;select()<br />
            -&gt;from(array(&#039;main_table&#039;=&gt;$this-&gt;getMainStoreTable($storeId)), array(&#039;main_table.entity_id&#039;, &#039;main_table.name&#039;, &#039;main_table.path&#039;, &#039;main_table.is_active&#039;, &#039;main_table.is_anchor&#039;)) </p>
<p>and add an extra field to select, in this case the &quot;image&quot; field by changing the line to look like this: </p>
<p>select = $_conn-&gt;select()<br />
            -&gt;from(array(&#039;main_table&#039;=&gt;$this-&gt;getMainStoreTable($storeId)), array(&#039;main_table.entity_id&#039;, &#039;main_table.name&#039;, &#039;main_table.image&#039;, &#039;main_table.path&#039;, &#039;main_table.is_active&#039;, &#039;main_table.is_anchor&#039;)) </p>
<p>Hope this helps. </p>
<p>Thx for starting this post its has been of great help to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creativereason</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-24093</link>
		<dc:creator>creativereason</dc:creator>
		<pubDate>Fri, 04 Dec 2009 06:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-24093</guid>
		<description>Hi Pranil, I think I have something similar to what you were looking for here: 
 
&lt;a href=&quot;http://www.creativereason.com/category-thumbnail-view-for-magento.html&quot; target=&quot;_blank&quot;&gt;http://www.creativereason.com/category-thumbnail-...&lt;/a&gt; 
 
Hope you solved your problem. </description>
		<content:encoded><![CDATA[<p>Hi Pranil, I think I have something similar to what you were looking for here: </p>
<p><a href="http://www.creativereason.com/category-thumbnail-view-for-magento.html" target="_blank"></a><a href="http://www.creativereason.com/category-thumbnail-.." rel="nofollow">http://www.creativereason.com/category-thumbnail-..</a>. </p>
<p>Hope you solved your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-23929</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 29 Nov 2009 16:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-23929</guid>
		<description>Hi Robert, 
 
I&#039;m having trouble locating which css entries to add/modify.  Its working on my site, but in vertical rows -  want to in 4 columns. </description>
		<content:encoded><![CDATA[<p>Hi Robert, </p>
<p>I&#039;m having trouble locating which css entries to add/modify.  Its working on my site, but in vertical rows &#8211;  want to in 4 columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pieter</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-23686</link>
		<dc:creator>pieter</dc:creator>
		<pubDate>Fri, 20 Nov 2009 14:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-23686</guid>
		<description>Thanks! That solved the problem!! </description>
		<content:encoded><![CDATA[<p>Thanks! That solved the problem!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert roorda</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-2#comment-23653</link>
		<dc:creator>robert roorda</dc:creator>
		<pubDate>Tue, 17 Nov 2009 00:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-23653</guid>
		<description>Hello. 
Thought I should report that this worked fine for me on Magento 1.3.2.3 with no real difficulty.  A few points that might be worth considering:   
1. When I copied the *.phtml code from the tutorial, I first cut and paste if to my text editor, which is TEXTWRANGLER (macintosh).  This may have fixed the quotes issues experienced by other users.  I suspect Jake may have updated his tutorial code in response to comments so this might not be a concern. 
2. I used FireBug (a Firefox extension that I highly recommend) to copy the *.css entries referred to in the *.phtml file from the 3graces.com website and used that as a basis for my syles.  Before doing this the thumbnail images were arranged vertically. This is an essential step to format the output. 
Hope this is helpful 
P.S.  My site(s) are up and running if you want to take a look or copy code: 
hautemama.ie and hautemamaboutique.com  </description>
		<content:encoded><![CDATA[<p>Hello.<br />
Thought I should report that this worked fine for me on Magento 1.3.2.3 with no real difficulty.  A few points that might be worth considering:<br />
1. When I copied the *.phtml code from the tutorial, I first cut and paste if to my text editor, which is TEXTWRANGLER (macintosh).  This may have fixed the quotes issues experienced by other users.  I suspect Jake may have updated his tutorial code in response to comments so this might not be a concern.<br />
2. I used FireBug (a Firefox extension that I highly recommend) to copy the *.css entries referred to in the *.phtml file from the 3graces.com website and used that as a basis for my syles.  Before doing this the thumbnail images were arranged vertically. This is an essential step to format the output.<br />
Hope this is helpful<br />
P.S.  My site(s) are up and running if you want to take a look or copy code:<br />
hautemama.ie and hautemamaboutique.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-1#comment-23548</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-23548</guid>
		<description>found the error. line 8 must be: 
 
&lt;?php if(count($_categories)):?&gt; </description>
		<content:encoded><![CDATA[<p>found the error. line 8 must be: </p>
<p>&lt;?php if(count($_categories)):?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://onerutter.com/web/magento-custom-category-images-listing-block-tutorial.html/comment-page-1#comment-23547</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://onerutter.com/?p=152#comment-23547</guid>
		<description>How did u solve it, Mark? Im getting the same error! 
 
Help please! thx Max </description>
		<content:encoded><![CDATA[<p>How did u solve it, Mark? Im getting the same error! </p>
<p>Help please! thx Max</p>
]]></content:encoded>
	</item>
</channel>
</rss>