<?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 designed gallery</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:47:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: K</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-6384</link>
		<dc:creator>K</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-6384</guid>
		<description>I managed to solve it. This custom module creates 2 tables in DB and then uses SQL sentences to retrieve data. I set my Magento store to add a prefix &quot;mage_&quot; in front of every table. So in file \app\code\local\Inchoo\Cpa\controllers\CatController.php there are these sql sentences and in front of every DB table name I put &quot;mage_&quot;.
So &quot;inchoo_cat_images&quot; now becomes &quot;mage_inchoo_cat_images&quot;.
&quot;CatController.php&quot; is the only file where you should add prefix.</description>
		<content:encoded><![CDATA[<p>I managed to solve it. This custom module creates 2 tables in DB and then uses SQL sentences to retrieve data. I set my Magento store to add a prefix &#8220;mage_&#8221; in front of every table. So in file \app\code\local\Inchoo\Cpa\controllers\CatController.php there are these sql sentences and in front of every DB table name I put &#8220;mage_&#8221;.<br />
So &#8220;inchoo_cat_images&#8221; now becomes &#8220;mage_inchoo_cat_images&#8221;.<br />
&#8220;CatController.php&#8221; is the only file where you should add prefix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-6376</link>
		<dc:creator>K</dc:creator>
		<pubDate>Sun, 07 Mar 2010 15:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-6376</guid>
		<description>Hi Inchoo team, thanks for the code, as usual really helpful. 
I&#039;m sorry to say I&#039;m having some problems :-/.  I can&#039;t seem to save images. I can browse and upload them, assign a label but when I click Save button it exits to category page and returns an error &quot;Category allready exists&quot;. I also tried to remove the demo image, and it doesn&#039;t seem to work.
I tried to debug it , $this-&gt;getRequest()-&gt;getPost()  contains name of existing category and demo image but no info on new images.
Creating category works fine. 
I have Magento v. 1.3.2.4.
I&#039;ll be grateufl for any kind of suggestions... Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Inchoo team, thanks for the code, as usual really helpful.<br />
I&#8217;m sorry to say I&#8217;m having some problems :-/.  I can&#8217;t seem to save images. I can browse and upload them, assign a label but when I click Save button it exits to category page and returns an error &#8220;Category allready exists&#8221;. I also tried to remove the demo image, and it doesn&#8217;t seem to work.<br />
I tried to debug it , $this-&gt;getRequest()-&gt;getPost()  contains name of existing category and demo image but no info on new images.<br />
Creating category works fine.<br />
I have Magento v. 1.3.2.4.<br />
I&#8217;ll be grateufl for any kind of suggestions&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-6359</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-6359</guid>
		<description>Hi Thanks For this Extension

i want to Little Bit customize it  i  want one extra field for Image Link in which when we click it redirect to that product

i also want to manage this link from admin side same as image label in it 

So please Help me

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Thanks For this Extension</p>
<p>i want to Little Bit customize it  i  want one extra field for Image Link in which when we click it redirect to that product</p>
<p>i also want to manage this link from admin side same as image label in it </p>
<p>So please Help me</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enver</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-6010</link>
		<dc:creator>Enver</dc:creator>
		<pubDate>Wed, 27 Jan 2010 10:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-6010</guid>
		<description>Hello Vedran. Can you help. I want to display not all images on the page. I t should be images for one category which I will choose by clicking. How can I get id from $image and from category and check for corecpond. I think should be like that, but need your opinion $category-&gt;Mage::getModel(&#039;cpa/img&#039;)-&gt;getCollection()-&gt;addFieldToFilter(&#039;category_id&#039;, array(&#039;in&#039;=&gt;array($id))); 
you can look what I want in my site www.bluebirdcard.com/index.php/inchoogallery</description>
		<content:encoded><![CDATA[<p>Hello Vedran. Can you help. I want to display not all images on the page. I t should be images for one category which I will choose by clicking. How can I get id from $image and from category and check for corecpond. I think should be like that, but need your opinion $category-&gt;Mage::getModel(&#8216;cpa/img&#8217;)-&gt;getCollection()-&gt;addFieldToFilter(&#8216;category_id&#8217;, array(&#8216;in&#8217;=&gt;array($id)));<br />
you can look what I want in my site <a href="http://www.bluebirdcard.com/index.php/inchoogallery" rel="nofollow">http://www.bluebirdcard.com/index.php/inchoogallery</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vedran</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-5652</link>
		<dc:creator>Vedran</dc:creator>
		<pubDate>Wed, 23 Dec 2009 10:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-5652</guid>
		<description>@Matte
No Matte, thank you for your reply.
Hope that you have more lives than a cat
:D</description>
		<content:encoded><![CDATA[<p>@Matte<br />
No Matte, thank you for your reply.<br />
Hope that you have more lives than a cat<br />
 <img src='http://inchoo.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matte</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-5651</link>
		<dc:creator>Matte</dc:creator>
		<pubDate>Wed, 23 Dec 2009 09:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-5651</guid>
		<description>Amazing plug-in, you saved my life! 
Thanks for this Christmas gift...  ;)</description>
		<content:encoded><![CDATA[<p>Amazing plug-in, you saved my life!<br />
Thanks for this Christmas gift&#8230;  <img src='http://inchoo.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleksii</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-5601</link>
		<dc:creator>Oleksii</dc:creator>
		<pubDate>Tue, 15 Dec 2009 18:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-5601</guid>
		<description>Transform call through template to call through Block would be good! But I don&#039;t know how it  it to do... I studies that, but litle example may help me</description>
		<content:encoded><![CDATA[<p>Transform call through template to call through Block would be good! But I don&#8217;t know how it  it to do&#8230; I studies that, but litle example may help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vedran</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-5595</link>
		<dc:creator>Vedran</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-5595</guid>
		<description>@Oleksii
Here is working example of overriding controllers, Models and Blocks which developed my working colleague Branko Ajzele.
You should study this module and you will be able to override anything you want and put the gallery wherever you want;
link: http://inchoo.net/ecommerce/magento/adding-a-new-tab-under-one-page-checkout-full-working-module/</description>
		<content:encoded><![CDATA[<p>@Oleksii<br />
Here is working example of overriding controllers, Models and Blocks which developed my working colleague Branko Ajzele.<br />
You should study this module and you will be able to override anything you want and put the gallery wherever you want;<br />
link: <a href="http://inchoo.net/ecommerce/magento/adding-a-new-tab-under-one-page-checkout-full-working-module/" rel="nofollow">http://inchoo.net/ecommerce/magento/adding-a-new-tab-under-one-page-checkout-full-working-module/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleksii</title>
		<link>http://inchoo.net/ecommerce/magento/magento-custom-designed-gallery/comment-page-1/#comment-5593</link>
		<dc:creator>Oleksii</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3205#comment-5593</guid>
		<description>I  want put this gallery into my home page (not in inchogallery). Ho I can do it? Thanks!</description>
		<content:encoded><![CDATA[<p>I  want put this gallery into my home page (not in inchogallery). Ho I can do it? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
