<?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 for CalloSmart Blogs</title> <atom:link href="http://blogs.callosmart.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://blogs.callosmart.com</link> <description>Give IT a Thought</description> <lastBuildDate>Mon, 03 Oct 2011 10:36:14 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Part 6 (Standard UI Module) by C13</title><link>http://blogs.callosmart.com/2011/03/30/creating-a-prestashop-1-4-theme-from-scratch-part-6-standard-module/comment-page-1/#comment-221</link> <dc:creator>C13</dc:creator> <pubDate>Mon, 03 Oct 2011 10:36:14 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=294#comment-221</guid> <description>more things, changed $current_year = (int) date (&quot;%Y&quot;); to $current_year = date (&quot;Y&quot;); created public function _getFullOptionName ($var) { return $var; } just cause :)and commented out _getContent public function getContent() { #$html = parent::_getContent (); (...)Now the backoffice works and I can manipulate its values... uff :)</description> <content:encoded><![CDATA[<p>more things,<br /> changed $current_year = (int) date (&#8220;%Y&#8221;); to $current_year = date (&#8220;Y&#8221;);<br /> created<br /> public function _getFullOptionName ($var)<br /> {</p><p> return $var;<br /> }<br /> just cause <img src='http://blogs.callosmart.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>and commented out _getContent<br /> public function getContent()<br /> {<br /> #$html = parent::_getContent ();<br /> (&#8230;)</p><p>Now the backoffice works and I can manipulate its values&#8230;<br /> uff <img src='http://blogs.callosmart.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Part 6 (Standard UI Module) by C13</title><link>http://blogs.callosmart.com/2011/03/30/creating-a-prestashop-1-4-theme-from-scratch-part-6-standard-module/comment-page-1/#comment-220</link> <dc:creator>C13</dc:creator> <pubDate>Mon, 03 Oct 2011 10:01:05 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=294#comment-220</guid> <description>well... $this-&gt;_getFullOptionName doesn&#039;t exist, so it the _displayForm method breaks and stops the workflow. I must google for the  _getFullOptionName method, now.</description> <content:encoded><![CDATA[<p>well&#8230; $this-&gt;_getFullOptionName doesn&#8217;t exist, so it the _displayForm method breaks and stops the workflow.<br /> I must google for the  _getFullOptionName method, now.</p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Part 6 (Standard UI Module) by C13</title><link>http://blogs.callosmart.com/2011/03/30/creating-a-prestashop-1-4-theme-from-scratch-part-6-standard-module/comment-page-1/#comment-219</link> <dc:creator>C13</dc:creator> <pubDate>Mon, 03 Oct 2011 09:31:44 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=294#comment-219</guid> <description>I agree with Robert, the backoffice page configuration hangs with me too. To debug. I&#039;m trying to compare with the form method you showed in 5., CalloSmart.</description> <content:encoded><![CDATA[<p>I agree with Robert, the backoffice page configuration hangs with me too. To debug. I&#8217;m trying to compare with the form method you showed in 5., CalloSmart.</p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Part 1 (Environment Setup) by C13</title><link>http://blogs.callosmart.com/2011/02/03/creating-a-prestashop-1-4-theme-from-scratch-part-1-environment-setup/comment-page-1/#comment-218</link> <dc:creator>C13</dc:creator> <pubDate>Fri, 30 Sep 2011 11:32:12 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=132#comment-218</guid> <description>You can use wampserver for webserver (author uses IIS ) and dreamweaver for writing files (author uses VStudio). You just prbbly just need to step over this step and go on to downloading prestashop framework and run the instalation.</description> <content:encoded><![CDATA[<p>You can use wampserver for webserver (author uses IIS ) and dreamweaver for writing files (author uses VStudio). You just prbbly just need to step over this step and go on to downloading prestashop framework and run the instalation.</p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Part 1 (Environment Setup) by Corey Laliberte</title><link>http://blogs.callosmart.com/2011/02/03/creating-a-prestashop-1-4-theme-from-scratch-part-1-environment-setup/comment-page-1/#comment-217</link> <dc:creator>Corey Laliberte</dc:creator> <pubDate>Fri, 30 Sep 2011 01:10:46 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=132#comment-217</guid> <description>I am not one to ever say much but I just needed clarification on the section telling us that the modules need to be uninstalled.I uninstalled all the modules in a default Prestashop install.I go to the next section and you are going on like you havent uninstalled them.&quot; 14. Modules Uninstall all installed modules in the following sections SEO, Pricing &amp; Promotion, Search &amp; Filter, Advertizing &amp; Marketing and Front Office Features&quot;So do we proceed to the next section with 100% uninstalled modules or what?Man, I can&#039;t tell you how much I appreciate your work on this!! This is truly beneficial to many of us I am very sure....Please don&#039;t think I am complaining........BECAUSE I AM NOT</description> <content:encoded><![CDATA[<p>I am not one to ever say much but I just needed clarification on the section telling us that the modules need to be uninstalled.</p><p>I uninstalled all the modules in a default Prestashop install.</p><p>I go to the next section and you are going on like you havent uninstalled them.</p><p>&#8221; 14. Modules<br /> Uninstall all installed modules in the following sections<br /> SEO, Pricing &amp; Promotion, Search &amp; Filter, Advertizing &amp; Marketing and Front Office Features&#8221;</p><p>So do we proceed to the next section with 100% uninstalled modules or what?</p><p>Man, I can&#8217;t tell you how much I appreciate your work on this!! This is truly beneficial to many of us I am very sure&#8230;.</p><p>Please don&#8217;t think I am complaining&#8230;&#8230;..BECAUSE I AM NOT</p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Part 1 (Environment Setup) by Supercanard</title><link>http://blogs.callosmart.com/2011/02/03/creating-a-prestashop-1-4-theme-from-scratch-part-1-environment-setup/comment-page-1/#comment-212</link> <dc:creator>Supercanard</dc:creator> <pubDate>Tue, 13 Sep 2011 18:53:47 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=132#comment-212</guid> <description>Hello,Is it possible to start with VS2010 Express ? I can&#039;t install some features like IIS or VS.PHP which seems to be essentials and aren&#039;t compatibles with VS2010 Express Edition. Can someone help me please ???</description> <content:encoded><![CDATA[<p>Hello,</p><p>Is it possible to start with VS2010 Express ? I can&#8217;t install some features like IIS or VS.PHP which seems to be essentials and aren&#8217;t compatibles with VS2010 Express Edition. Can someone help me please ???</p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Overview by Junaid Akhtar</title><link>http://blogs.callosmart.com/2011/02/03/creating-a-prestashop-1-4-theme-from-scratch/comment-page-1/#comment-211</link> <dc:creator>Junaid Akhtar</dc:creator> <pubDate>Sat, 20 Aug 2011 06:19:30 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=126#comment-211</guid> <description>Thanks for the valuable info.  This will help me a lot as I am a Web developer and SEO expert and learning new things is a must in my field.  I wanted to know if I can use this article on my website with a link to original so that people who come to pkteam.com can also learn from your expertise.</description> <content:encoded><![CDATA[<p>Thanks for the valuable info.  This will help me a lot as I am a Web developer and SEO expert and learning new things is a must in my field.  I wanted to know if I can use this article on my website with a link to original so that people who come to pkteam.com can also learn from your expertise.</p> ]]></content:encoded> </item> <item><title>Comment on Delight Sunshine Theme for Prestashop 1.4 by Prestashop Themes</title><link>http://blogs.callosmart.com/2011/04/06/delight-sunshine-theme-for-prestashop-1-4/comment-page-1/#comment-210</link> <dc:creator>Prestashop Themes</dc:creator> <pubDate>Fri, 19 Aug 2011 05:08:12 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/2011/04/06/delight-sunshine-theme-for-prestashop-1-4/#comment-210</guid> <description>Nice stuff. Great idea to share prestashop themes with its feature-rich documentation. Keep sharing more knowledge. &lt;a href=&quot;http://www.templatemela.com/ecommerce-templates/prestashop-themes.html&quot; rel=&quot;nofollow&quot;&gt; Prestashop Themes&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Nice stuff. Great idea to share prestashop themes with its feature-rich documentation. Keep sharing more knowledge.<br /> <a href="http://www.templatemela.com/ecommerce-templates/prestashop-themes.html" rel="nofollow"> Prestashop Themes</a></p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Overview by Bill</title><link>http://blogs.callosmart.com/2011/02/03/creating-a-prestashop-1-4-theme-from-scratch/comment-page-1/#comment-205</link> <dc:creator>Bill</dc:creator> <pubDate>Sun, 07 Aug 2011 03:06:56 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=126#comment-205</guid> <description>Have you created a PDF version of this tutorial?</description> <content:encoded><![CDATA[<p>Have you created a PDF version of this tutorial?</p> ]]></content:encoded> </item> <item><title>Comment on Creating a Prestashop 1.4 theme from scratch &#8211; Part 6 (Standard UI Module) by Nguyen Kien</title><link>http://blogs.callosmart.com/2011/03/30/creating-a-prestashop-1-4-theme-from-scratch-part-6-standard-module/comment-page-1/#comment-204</link> <dc:creator>Nguyen Kien</dc:creator> <pubDate>Sun, 17 Jul 2011 14:04:07 +0000</pubDate> <guid isPermaLink="false">http://blogs.callosmart.com/?p=294#comment-204</guid> <description>Hi, I&#039;ve been trying to create my theme and the tutorials helped me a lot. But something bothers me and i can&#039;t find the solution for it anywhere: How to display the same module in different hooks in different pages? For example, i have a custom module to display products slideshow. But i want it to be hooked on the right column in the main page and on the left column in other pages (like product.php).</description> <content:encoded><![CDATA[<p>Hi,<br /> I&#8217;ve been trying to create my theme and the tutorials helped me a lot. But something bothers me and i can&#8217;t find the solution for it anywhere:<br /> How to display the same module in different hooks in different pages?<br /> For example, i have a custom module to display products slideshow. But i want it to be hooked on the right column in the main page and on the left column in other pages (like product.php).</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache
Database Caching 16/31 queries in 0.014 seconds using xcache
Object Caching 469/481 objects using xcache

Served from: blogs.callosmart.com @ 2012-02-23 03:06:44 -->
