<?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 Explore Magento</title>
	<atom:link href="http://dev.exploremagento.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.exploremagento.com</link>
	<description>Magento Design and Development Information</description>
	<pubDate>Wed, 22 Feb 2012 23:37:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Run Magento Code Outside of Magento by sana</title>
		<link>http://dev.exploremagento.com/magento/run-magento-code-outside-of-magento.php/comment-page-1#comment-327</link>
		<dc:creator>sana</dc:creator>
		<pubDate>Sun, 22 Feb 2009 19:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=142#comment-327</guid>
		<description>Hi :)

I'm also trying to use the session intergration exemple with no success, the reply of my script is always "not connected"...

I need to test if the current user of magento is connected and in this case to collect some informations about it...

Someone can help me :(

here is my script :

/* inclusion du fichier Mage.php */
require_once 'magento_store/app/Mage.php';
//umask(0);

$app = Mage::app('default');
Mage::getSingleton('core/session', array('name'=&gt;'frontend'));
$session = Mage::getSingleton('customer/session', array('name'=&gt;'frontend'));


/* test  l'utilisateur est loggé ou pas */
if ($session-&gt;isLoggedIn()) {
	echo "connected";
} else {
	echo "not connected";

}

thanks for help :)</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://dev.exploremagento.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m also trying to use the session intergration exemple with no success, the reply of my script is always &#8220;not connected&#8221;&#8230;</p>
<p>I need to test if the current user of magento is connected and in this case to collect some informations about it&#8230;</p>
<p>Someone can help me <img src='http://dev.exploremagento.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>here is my script :</p>
<p>/* inclusion du fichier Mage.php */<br />
require_once &#8216;magento_store/app/Mage.php&#8217;;<br />
//umask(0);</p>
<p>$app = Mage::app(&#8217;default&#8217;);<br />
Mage::getSingleton(&#8217;core/session&#8217;, array(&#8217;name&#8217;=&gt;&#8217;frontend&#8217;));<br />
$session = Mage::getSingleton(&#8217;customer/session&#8217;, array(&#8217;name&#8217;=&gt;&#8217;frontend&#8217;));</p>
<p>/* test  l&#8217;utilisateur est loggé ou pas */<br />
if ($session-&gt;isLoggedIn()) {<br />
	echo &#8220;connected&#8221;;<br />
} else {<br />
	echo &#8220;not connected&#8221;;</p>
<p>}</p>
<p>thanks for help <img src='http://dev.exploremagento.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a simple custom module by bluesea</title>
		<link>http://dev.exploremagento.com/magento/simple-custom-module.php/comment-page-1#comment-326</link>
		<dc:creator>bluesea</dc:creator>
		<pubDate>Sat, 21 Feb 2009 12:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.getfido.net/blog/?p=86#comment-326</guid>
		<description>Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 64: parser error : Comment not terminated   in E:\projects\magento-1.2.1\magento\app\code\core\Mage\Core\Model\Layout\Update.php on line 293
Trace:
#0 E:\projects\magento-1.2.1\magento\app\code\core\Mage\Core\Model\Layout\Update.php(293): mageCoreErrorHandler(2, 'simplexml_load_...', 'E:\projects\mag...', 293, Array)
#1 E:\projects\magento-1.2.1\magento\app\code\core\Mage\Core\Model\Layout\Update.php(319): Mage_Core_Model_Layout_Update-&gt;fetchFileLayoutUpdates('


Above is erroe report.     
I cann't find the problom.</description>
		<content:encoded><![CDATA[<p>Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 64: parser error : Comment not terminated   in E:\projects\magento-1.2.1\magento\app\code\core\Mage\Core\Model\Layout\Update.php on line 293<br />
Trace:<br />
#0 E:\projects\magento-1.2.1\magento\app\code\core\Mage\Core\Model\Layout\Update.php(293): mageCoreErrorHandler(2, &#8217;simplexml_load_&#8230;&#8217;, &#8216;E:\projects\mag&#8230;&#8217;, 293, Array)<br />
#1 E:\projects\magento-1.2.1\magento\app\code\core\Mage\Core\Model\Layout\Update.php(319): Mage_Core_Model_Layout_Update-&gt;fetchFileLayoutUpdates(&#8217;</p>
<p>Above is erroe report.<br />
I cann&#8217;t find the problom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bestseller module (with Toolbar!) - Magento 1.2.1 by Tomislav Bilic</title>
		<link>http://dev.exploremagento.com/magento/bestseller-module-with-toolbar-magento-121.php/comment-page-1#comment-325</link>
		<dc:creator>Tomislav Bilic</dc:creator>
		<pubDate>Sat, 21 Feb 2009 10:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=163#comment-325</guid>
		<description>Wow, looks lovely. I'll surely give it a try in the next few days.</description>
		<content:encoded><![CDATA[<p>Wow, looks lovely. I&#8217;ll surely give it a try in the next few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving / Removing Callouts on the left / right columns by Tash</title>
		<link>http://dev.exploremagento.com/magento/moving-removing-callouts-on-the-left-right-columns.php/comment-page-1#comment-323</link>
		<dc:creator>Tash</dc:creator>
		<pubDate>Mon, 16 Feb 2009 21:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=40#comment-323</guid>
		<description>Hi Prashant

You will have to switch on template hints as Fido has already explained, in order to see the path. :)

Tash</description>
		<content:encoded><![CDATA[<p>Hi Prashant</p>
<p>You will have to switch on template hints as Fido has already explained, in order to see the path. <img src='http://dev.exploremagento.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Tash</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s in a block? - Some Magento &#8220;basics&#8221; by Fido</title>
		<link>http://dev.exploremagento.com/magento/whats-in-a-block.php/comment-page-1#comment-319</link>
		<dc:creator>Fido</dc:creator>
		<pubDate>Sun, 15 Feb 2009 14:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=157#comment-319</guid>
		<description>Arg - Flash backs to High School English class! This was an admittadly late night post after digging around Magento code to get a better grasp on the inner workings of how Magento executes layout.
Anyway, some more concrete posts to come!</description>
		<content:encoded><![CDATA[<p>Arg - Flash backs to High School English class! This was an admittadly late night post after digging around Magento code to get a better grasp on the inner workings of how Magento executes layout.<br />
Anyway, some more concrete posts to come!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s in a block? - Some Magento &#8220;basics&#8221; by John</title>
		<link>http://dev.exploremagento.com/magento/whats-in-a-block.php/comment-page-1#comment-318</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 15 Feb 2009 08:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=157#comment-318</guid>
		<description>TERRIBLE.

This article is incoherent, not focused at all, and contains no valuable information.

the sad thing is that this is the best one out there.

:-(♦</description>
		<content:encoded><![CDATA[<p>TERRIBLE.</p>
<p>This article is incoherent, not focused at all, and contains no valuable information.</p>
<p>the sad thing is that this is the best one out there.</p>
<p>:-(♦</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to override a Magento core block class by James Kim</title>
		<link>http://dev.exploremagento.com/magento/override-a-magento-core-block-class.php/comment-page-1#comment-317</link>
		<dc:creator>James Kim</dc:creator>
		<pubDate>Sat, 14 Feb 2009 07:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.getfido.net/blog/?p=106#comment-317</guid>
		<description>Great post!
Question. How would you override controller? Or is it possible at all?

Thanks,
James</description>
		<content:encoded><![CDATA[<p>Great post!<br />
Question. How would you override controller? Or is it possible at all?</p>
<p>Thanks,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run Magento Code Outside of Magento by Nehal</title>
		<link>http://dev.exploremagento.com/magento/run-magento-code-outside-of-magento.php/comment-page-1#comment-316</link>
		<dc:creator>Nehal</dc:creator>
		<pubDate>Sat, 14 Feb 2009 05:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=142#comment-316</guid>
		<description>Hi Fido,

I am newbie in magneto commerce. I wanted to know how i can make ajax call in magento commerce actually i did it through method which simply call .php file by xmlhttp request and it's worked but real problem is i need to place them outside means on root which is not correct. I want to use standard way calling them through contoller which i tried without success. I guess real problem is with url rewriting process because of which it's not able to locate URL or php file if i use controller method.</description>
		<content:encoded><![CDATA[<p>Hi Fido,</p>
<p>I am newbie in magneto commerce. I wanted to know how i can make ajax call in magento commerce actually i did it through method which simply call .php file by xmlhttp request and it&#8217;s worked but real problem is i need to place them outside means on root which is not correct. I want to use standard way calling them through contoller which i tried without success. I guess real problem is with url rewriting process because of which it&#8217;s not able to locate URL or php file if i use controller method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bestseller module (with Toolbar!) - Magento 1.2.1 by Fido</title>
		<link>http://dev.exploremagento.com/magento/bestseller-module-with-toolbar-magento-121.php/comment-page-1#comment-315</link>
		<dc:creator>Fido</dc:creator>
		<pubDate>Wed, 11 Feb 2009 15:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=163#comment-315</guid>
		<description>Yep, that code is meant to be used on a CMS page, which you can create / edit / delete in the Admin area.</description>
		<content:encoded><![CDATA[<p>Yep, that code is meant to be used on a CMS page, which you can create / edit / delete in the Admin area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using PHP code on a CMS page (custom Block/module) by Stephan</title>
		<link>http://dev.exploremagento.com/magento/using-php-code-on-a-cms-page-custom-blockmodule.php/comment-page-1#comment-314</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 11 Feb 2009 10:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://getfido.net/blog/?p=16#comment-314</guid>
		<description>Hi

first thanks for this, great work!

But if I use this one in the layout configuration it doesn't work!

i tried this in the layout area





instead of this in the html-area

{{block type="company_example/view" message="hello" template="example/view.phtml"}}

both show up, but at the first call the message parameter is empty!

Whats the Problem?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>first thanks for this, great work!</p>
<p>But if I use this one in the layout configuration it doesn&#8217;t work!</p>
<p>i tried this in the layout area</p>
<p>instead of this in the html-area</p>
<p>{{block type=&#8221;company_example/view&#8221; message=&#8221;hello&#8221; template=&#8221;example/view.phtml&#8221;}}</p>
<p>both show up, but at the first call the message parameter is empty!</p>
<p>Whats the Problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

