<?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: Getting started with building Admin module in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:34:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: chorn</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-14280</link>
		<dc:creator>chorn</dc:creator>
		<pubDate>Wed, 29 Dec 2010 14:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-14280</guid>
		<description>hi,

i installed a fresh copy of magento 1.4.1.1., downloaded your package, unpacked it and copied the &quot;app&quot;-folder into the magento-folder, everything looks fine in the app/code/local/ActiveCodeline- and etc/modules-directories, but the new navigation entry doesn&#039;t show up in the admin-panel on WinXP/XAMPP machine.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i installed a fresh copy of magento 1.4.1.1., downloaded your package, unpacked it and copied the &#8220;app&#8221;-folder into the magento-folder, everything looks fine in the app/code/local/ActiveCodeline- and etc/modules-directories, but the new navigation entry doesn&#8217;t show up in the admin-panel on WinXP/XAMPP machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-8798</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 25 Oct 2010 17:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-8798</guid>
		<description>Hi great tutorial! 
But, how can I add the layout into this example?
I tried put the layout&#039;s tag inside the tag adminhtml, and create the xml file in app/design/adminhtml/*/*/layout/, but it doesn&#039;t work.
Do you know how to solve this problem?
Thanks and sorry my english...</description>
		<content:encoded><![CDATA[<p>Hi great tutorial!<br />
But, how can I add the layout into this example?<br />
I tried put the layout&#8217;s tag inside the tag adminhtml, and create the xml file in app/design/adminhtml/*/*/layout/, but it doesn&#8217;t work.<br />
Do you know how to solve this problem?<br />
Thanks and sorry my english&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narzedzia pneumatyczne</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-8176</link>
		<dc:creator>narzedzia pneumatyczne</dc:creator>
		<pubDate>Tue, 14 Sep 2010 16:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-8176</guid>
		<description>Finally it worked. It was different problem - I didn&#039;t know I have to add Session Helper&#039;s form key to successfully POST. So it wasn&#039;t controller thingie, just form. It works. However I&#039;ve done it quite different way after all, but I cannot find the source someone on magento forum posted it. 
I added controller section into  tag  - because of this my controller worked with /admin/ before controller name in url.</description>
		<content:encoded><![CDATA[<p>Finally it worked. It was different problem &#8211; I didn&#8217;t know I have to add Session Helper&#8217;s form key to successfully POST. So it wasn&#8217;t controller thingie, just form. It works. However I&#8217;ve done it quite different way after all, but I cannot find the source someone on magento forum posted it.<br />
I added controller section into  tag  &#8211; because of this my controller worked with /admin/ before controller name in url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narz?dzia pneumatyczne</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-8146</link>
		<dc:creator>narz?dzia pneumatyczne</dc:creator>
		<pubDate>Sun, 12 Sep 2010 19:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-8146</guid>
		<description>Nice, but It doesn&#039;t work for me. I&#039;m not using any menu, I need simple Admin Controller for file upload. So I just use this  part. It doesn&#039;t work however. Is menu or ACL necessary??</description>
		<content:encoded><![CDATA[<p>Nice, but It doesn&#8217;t work for me. I&#8217;m not using any menu, I need simple Admin Controller for file upload. So I just use this  part. It doesn&#8217;t work however. Is menu or ACL necessary??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Avasthi</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7809</link>
		<dc:creator>Rohit Avasthi</dc:creator>
		<pubDate>Tue, 10 Aug 2010 08:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7809</guid>
		<description>Hi, i have created a module in admin section and setup link in admin top menu, while i clicks on it i go to my controller and get the header and footer part of the admin section but not getting the middle part.
I put my XML file for layout in adminhtml/..../layout directory and phtml file also at adminhtml/..../template. but getting the blank page implace of my layout page, is any body have any document or any thing that can help me 
Thank you</description>
		<content:encoded><![CDATA[<p>Hi, i have created a module in admin section and setup link in admin top menu, while i clicks on it i go to my controller and get the header and footer part of the admin section but not getting the middle part.<br />
I put my XML file for layout in adminhtml/&#8230;./layout directory and phtml file also at adminhtml/&#8230;./template. but getting the blank page implace of my layout page, is any body have any document or any thing that can help me<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eatblueorange</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7638</link>
		<dc:creator>eatblueorange</dc:creator>
		<pubDate>Wed, 14 Jul 2010 20:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7638</guid>
		<description>Anyone had a success, displaying a grid report without creating a new table but retreive just the sales that are being processed?</description>
		<content:encoded><![CDATA[<p>Anyone had a success, displaying a grid report without creating a new table but retreive just the sales that are being processed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7424</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 22 Jun 2010 18:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7424</guid>
		<description>Never mind.. after following @jbatson instructions I was able to get it open</description>
		<content:encoded><![CDATA[<p>Never mind.. after following @jbatson instructions I was able to get it open</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7423</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 22 Jun 2010 18:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7423</guid>
		<description>I can&#039;t extract the file either.. it says that it&#039;s corrupt</description>
		<content:encoded><![CDATA[<p>I can&#8217;t extract the file either.. it says that it&#8217;s corrupt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Željko Prša</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7168</link>
		<dc:creator>Željko Prša</dc:creator>
		<pubDate>Fri, 28 May 2010 08:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7168</guid>
		<description>@shylaja Please use the winRar if on windows or unarchiver if on mac. I&#039;ve downloaded and extracted the file without a problem on both machines. What might be the problem is that your software doesn&#039;t decompress the file completely since this is a tar.gz compression.</description>
		<content:encoded><![CDATA[<p>@shylaja Please use the winRar if on windows or unarchiver if on mac. I&#8217;ve downloaded and extracted the file without a problem on both machines. What might be the problem is that your software doesn&#8217;t decompress the file completely since this is a tar.gz compression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shylaja</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7167</link>
		<dc:creator>shylaja</dc:creator>
		<pubDate>Fri, 28 May 2010 08:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7167</guid>
		<description>i can&#039;t extract the above attached file. please help me to open this file</description>
		<content:encoded><![CDATA[<p>i can&#8217;t extract the above attached file. please help me to open this file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shylaja</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7166</link>
		<dc:creator>shylaja</dc:creator>
		<pubDate>Fri, 28 May 2010 08:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7166</guid>
		<description>Hi,
i can&#039;t download the above attached file  &quot;Admin example module aka SampleModule1&quot;.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i can&#8217;t download the above attached file  &#8220;Admin example module aka SampleModule1&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hellokeykey</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-7075</link>
		<dc:creator>hellokeykey</dc:creator>
		<pubDate>Sat, 15 May 2010 13:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-7075</guid>
		<description>it is better in system.xml?</description>
		<content:encoded><![CDATA[<p>it is better in system.xml?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-6312</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 24 Feb 2010 05:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-6312</guid>
		<description>Great Tutorial Mate!
But can you please describe little bit more if we want to add a big module in Administration!
Actually i am builidng this www.getmybrand.com website and need to add new module within its front end and back end!
Any help would be appreciated!

Regards,
Raj</description>
		<content:encoded><![CDATA[<p>Great Tutorial Mate!<br />
But can you please describe little bit more if we want to add a big module in Administration!<br />
Actually i am builidng this <a href="http://www.getmybrand.com" rel="nofollow">http://www.getmybrand.com</a> website and need to add new module within its front end and back end!<br />
Any help would be appreciated!</p>
<p>Regards,<br />
Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbatson</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-6181</link>
		<dc:creator>jbatson</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-6181</guid>
		<description>To upack the file:

download the tar.gz file and extract

the next file is a tar file but the the period is not between the filename and the tar, should be samplemodule1.tar

extract that

the next file should be a zip file, need to add the .zip extension

opened right up...

hope this helps...</description>
		<content:encoded><![CDATA[<p>To upack the file:</p>
<p>download the tar.gz file and extract</p>
<p>the next file is a tar file but the the period is not between the filename and the tar, should be samplemodule1.tar</p>
<p>extract that</p>
<p>the next file should be a zip file, need to add the .zip extension</p>
<p>opened right up&#8230;</p>
<p>hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steward</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-5994</link>
		<dc:creator>steward</dc:creator>
		<pubDate>Tue, 26 Jan 2010 00:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-5994</guid>
		<description>The sample file is a mystery to me. I have all the tools: zip,gz,tar etc. 

Can somebody jot down the steps to unpack this please?</description>
		<content:encoded><![CDATA[<p>The sample file is a mystery to me. I have all the tools: zip,gz,tar etc. </p>
<p>Can somebody jot down the steps to unpack this please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erfan</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-5855</link>
		<dc:creator>Erfan</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-5855</guid>
		<description>Aren&#039;t you supposed to specify the block and template (.phtml) in the local.xml file? Instead of activating it with the controller? 
See: 
http://alanstorm.com/2009/img/magento-book/magento-mvc.png</description>
		<content:encoded><![CDATA[<p>Aren&#8217;t you supposed to specify the block and template (.phtml) in the local.xml file? Instead of activating it with the controller?<br />
See:<br />
<a href="http://alanstorm.com/2009/img/magento-book/magento-mvc.png" rel="nofollow">http://alanstorm.com/2009/img/magento-book/magento-mvc.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-5843</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-5843</guid>
		<description>Thanks, seeing and testing the code is a lot easier way to learn how to develop modules in Magento. Big Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks, seeing and testing the code is a lot easier way to learn how to develop modules in Magento. Big Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JI Zhange</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-5640</link>
		<dc:creator>JI Zhange</dc:creator>
		<pubDate>Sat, 19 Dec 2009 22:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-5640</guid>
		<description>thank you, thanks you * 10000000,
this magento xml thing drive me crazy , 
you save my day,</description>
		<content:encoded><![CDATA[<p>thank you, thanks you * 10000000,<br />
this magento xml thing drive me crazy ,<br />
you save my day,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tylor</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-5634</link>
		<dc:creator>Tylor</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-5634</guid>
		<description>I am also a little confused, where do I add in my page stuff, the menu item shows up and takes me to a page but it has no content what files do I need to add?</description>
		<content:encoded><![CDATA[<p>I am also a little confused, where do I add in my page stuff, the menu item shows up and takes me to a page but it has no content what files do I need to add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erfan</title>
		<link>http://inchoo.net/ecommerce/magento/getting-started-with-building-admin-module-in-magento/comment-page-1/#comment-5466</link>
		<dc:creator>Erfan</dc:creator>
		<pubDate>Sun, 13 Dec 2009 12:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2192#comment-5466</guid>
		<description>But when I echo something, it doesnt show up where it is supposed to show up.. instead, it shows up before the  tag..</description>
		<content:encoded><![CDATA[<p>But when I echo something, it doesnt show up where it is supposed to show up.. instead, it shows up before the  tag..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

