<?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 Vadim Khukhryansky</title>
	<atom:link href="http://vadimk.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vadimk.com</link>
	<description>Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:21:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Remove unused shortcodes from post content by admin</title>
		<link>http://vadimk.com/2010/07/29/remove-unused-shortcodes-from-post-content/comment-page-1/#comment-1150</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 03 Feb 2012 00:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=140#comment-1150</guid>
		<description>That&#039;s the point! If you don&#039;t want to search/replace that in DB, you may remove that annoying shortcodes from output by adding:

&lt;code&gt;add_shortcode(&#039;singlepic&#039;, create_function(&#039;&#039;,&#039;return &quot;&quot;&#039;));&lt;/code&gt;

into functions.php.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the point! If you don&#8217;t want to search/replace that in DB, you may remove that annoying shortcodes from output by adding:</p>
<p><code>add_shortcode('singlepic', create_function('','return ""'));</code></p>
<p>into functions.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xerox Phaser 3117 drivers for Mac OS X by Mercedes</title>
		<link>http://vadimk.com/2010/10/11/xerox-phaser-3117-mac/comment-page-1/#comment-1148</link>
		<dc:creator>Mercedes</dc:creator>
		<pubDate>Wed, 01 Feb 2012 23:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=151#comment-1148</guid>
		<description>Thank you, it works perfectly!!!!</description>
		<content:encoded><![CDATA[<p>Thank you, it works perfectly!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove unused shortcodes from post content by David Radovanovic</title>
		<link>http://vadimk.com/2010/07/29/remove-unused-shortcodes-from-post-content/comment-page-1/#comment-1147</link>
		<dc:creator>David Radovanovic</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=140#comment-1147</guid>
		<description>Kenneth, Thanks! It sure beats doing a search and replace with the risk of corrupting the database. However, there still are instances of&quot; [singlepic id=115 w=320 h=240 float=none]&quot; in some posts. Any ideas?</description>
		<content:encoded><![CDATA[<p>Kenneth, Thanks! It sure beats doing a search and replace with the risk of corrupting the database. However, there still are instances of&#8221; [singlepic id=115 w=320 h=240 float=none]&#8221; in some posts. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extra User Details WordPress Plugin by Ponç J. Llanears</title>
		<link>http://vadimk.com/2009/11/29/extra-user-details/comment-page-1/#comment-1145</link>
		<dc:creator>Ponç J. Llanears</dc:creator>
		<pubDate>Mon, 16 Jan 2012 18:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=65#comment-1145</guid>
		<description>Thanks Vadim... this plugin was what I need.

I&#039;m upgrading a web form 2.9 to 3.3... I have found that the EUD are not shown in the profile in the new version.

The solution, change this line
&lt;code&gt;			  if ( isset($value[3]) &amp;&amp; !empty($value[3]) &amp;&amp; $value[3] != &#039;disable&#039; &amp;&amp; current_user_can($value[3]) ) {&lt;/code&gt;
for this other
&lt;code&gt;			  if ( isset($value[3]) &amp;&amp; !empty($value[3]) &amp;&amp; ( $value[3] != &#039;disable&#039; ) &amp;&amp; current_user_can($value[3]) ) {&lt;/code&gt;

The &quot;(...)&quot; in the 3rd condition does the trick.

Thank you very much for this plugin.</description>
		<content:encoded><![CDATA[<p>Thanks Vadim&#8230; this plugin was what I need.</p>
<p>I&#8217;m upgrading a web form 2.9 to 3.3&#8230; I have found that the EUD are not shown in the profile in the new version.</p>
<p>The solution, change this line<br />
<code>			  if ( isset($value[3]) &amp;&amp; !empty($value[3]) &amp;&amp; $value[3] != 'disable' &amp;&amp; current_user_can($value[3]) ) {</code><br />
for this other<br />
<code>			  if ( isset($value[3]) &amp;&amp; !empty($value[3]) &amp;&amp; ( $value[3] != 'disable' ) &amp;&amp; current_user_can($value[3]) ) {</code></p>
<p>The &#8220;(&#8230;)&#8221; in the 3rd condition does the trick.</p>
<p>Thank you very much for this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete test orders from Magento 1.5.x/1.4.x by Sanyam</title>
		<link>http://vadimk.com/2011/09/05/delete-test-orders-from-magento/comment-page-1/#comment-1144</link>
		<dc:creator>Sanyam</dc:creator>
		<pubDate>Sat, 07 Jan 2012 07:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=256#comment-1144</guid>
		<description>Thanks a lot. This SQL worked very well for us.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. This SQL worked very well for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make Magento’s checkout in a one page by Jeremy</title>
		<link>http://vadimk.com/2009/11/28/magento-one-page-checkout/comment-page-1/#comment-1118</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 12 Nov 2011 18:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=53#comment-1118</guid>
		<description>Hi, I know this post has not been commented on in quite some time, but I stuck trying to get this working. I get an error when I try and run this. My code looks like
&lt;code&gt;
$email = &#039;email@email.com&#039;;
$customer = Mage::getModel(&#039;customer/customer&#039;);
$customer-&gt;setWebsiteId($model-&gt;getWebsite()-&gt;getId());
$customer-&gt;loadByEmail($email);
Mage::getModel(&#039;customer/session&#039;)-&gt;loginById($customer-&gt;getId());

$checkout = Mage::getModel(&#039;checkout/type_onepage&#039;);

print_r($checkout-&gt;getCheckoutMethod());
&lt;/code&gt;
The error I get is &quot;Fatal error: Cannot use object of type Mage_Checkout_Model_Type_Onepage as array in /home/leesavo/public_html/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 338&quot;

Any thoughts or suggestions would be greatly appreciated. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I know this post has not been commented on in quite some time, but I stuck trying to get this working. I get an error when I try and run this. My code looks like<br />
<code><br />
$email = 'email@email.com';<br />
$customer = Mage::getModel('customer/customer');<br />
$customer-&gt;setWebsiteId($model-&gt;getWebsite()-&gt;getId());<br />
$customer-&gt;loadByEmail($email);<br />
Mage::getModel('customer/session')-&gt;loginById($customer-&gt;getId());</p>
<p>$checkout = Mage::getModel('checkout/type_onepage');</p>
<p>print_r($checkout-&gt;getCheckoutMethod());<br />
</code><br />
The error I get is &#8220;Fatal error: Cannot use object of type Mage_Checkout_Model_Type_Onepage as array in /home/leesavo/public_html/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 338&#8243;</p>
<p>Any thoughts or suggestions would be greatly appreciated. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extra User Details WordPress Plugin by admin</title>
		<link>http://vadimk.com/2009/11/29/extra-user-details/comment-page-1/#comment-1110</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 Oct 2011 19:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=65#comment-1110</guid>
		<description>In the &quot;Users&quot; section.</description>
		<content:encoded><![CDATA[<p>In the &#8220;Users&#8221; section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extra User Details WordPress Plugin by LSB Admin</title>
		<link>http://vadimk.com/2009/11/29/extra-user-details/comment-page-1/#comment-1109</link>
		<dc:creator>LSB Admin</dc:creator>
		<pubDate>Mon, 03 Oct 2011 04:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://vadimk.com/?p=65#comment-1109</guid>
		<description>I&#039;ve activated the plugin but it doesn&#039;t show up in Settings. Where is it?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve activated the plugin but it doesn&#8217;t show up in Settings. Where is it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 7/15 queries in 0.005 seconds using memcached
Object Caching 459/465 objects using apc
Content Delivery Network via static.vadimk.com (user agent is rejected)

Served from: vadimk.com @ 2012-02-05 14:57:10 -->
