<?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: WordPress Plugin: Comment Info Tip</title>
	<atom:link href="http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Mon, 15 Mar 2010 14:17:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wordpress plugins worth your time &#124; test thesis</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-161741</link>
		<dc:creator>Wordpress plugins worth your time &#124; test thesis</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-161741</guid>
		<description>[...] When you mouseover a commenter’s name you will see a tip appear displaying some information about that given commenter.  Download [...]</description>
		<content:encoded><![CDATA[<p>[...] When you mouseover a commenter’s name you will see a tip appear displaying some information about that given commenter.  Download [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylwester w Górach</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-160426</link>
		<dc:creator>Sylwester w Górach</dc:creator>
		<pubDate>Tue, 16 Feb 2010 07:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-160426</guid>
		<description>im a beginner in programing and i would like to make touristic blog based on word press and that plugin may be good for it, but idont really know will i make it good is there anyone whou would help me if i will have a big problem ??</description>
		<content:encoded><![CDATA[<p>im a beginner in programing and i would like to make touristic blog based on word press and that plugin may be good for it, but idont really know will i make it good is there anyone whou would help me if i will have a big problem ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-159681</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-159681</guid>
		<description>BTW, there are a conflict with Featured Content Gallery. They don&#039;t work together</description>
		<content:encoded><![CDATA[<p>BTW, there are a conflict with Featured Content Gallery. They don&#8217;t work together</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-159677</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Tue, 02 Feb 2010 18:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-159677</guid>
		<description>Don’t work for me, buuut, im found the solution for my problem just changed the follow lines:

In the comment-info-tip.js.php change 

if (!defined(ABSPATH))
{
$directoryPath = dirname(__FILE__).&#039;/&#039;;
define(ABSPATH, substr($directoryPath, 0, strpos($directoryPath, &#039;/wp-content&#039;) + 1));
}
require_once(ABSPATH . &quot;wp-config.php&quot;);

to

$wp_root = &#039;../../..&#039;;
require_once($wp_root.&#039;/wp-config.php&#039;);


In get-comment-info-tip.php change

if (!defined(ABSPATH))
{
   $directoryPath = dirname(__FILE__).&#039;/&#039;;
   define(ABSPATH, substr($directoryPath, 0, strpos($directoryPath, &#039;/wp-content&#039;) + 1));
}
include_once(ABSPATH . &quot;wp-config.php&quot;);
include_once(ABSPATH . &quot;wp-includes/rss.php&#039;);

to

$wp_root = &#039;../../..&#039;;
include_once($wp_root.&#039;/wp-config.php&#039;);
include_once($wp_root.&#039;/wp-includes/rss.php&#039;);

Now its works fine

Also, very nice plugin, thank you!</description>
		<content:encoded><![CDATA[<p>Don’t work for me, buuut, im found the solution for my problem just changed the follow lines:</p>
<p>In the comment-info-tip.js.php change </p>
<p>if (!defined(ABSPATH))<br />
{<br />
$directoryPath = dirname(__FILE__).&#8217;/';<br />
define(ABSPATH, substr($directoryPath, 0, strpos($directoryPath, &#8216;/wp-content&#8217;) + 1));<br />
}<br />
require_once(ABSPATH . &#8220;wp-config.php&#8221;);</p>
<p>to</p>
<p>$wp_root = &#8216;../../..&#8217;;<br />
require_once($wp_root.&#8217;/wp-config.php&#8217;);</p>
<p>In get-comment-info-tip.php change</p>
<p>if (!defined(ABSPATH))<br />
{<br />
   $directoryPath = dirname(__FILE__).&#8217;/';<br />
   define(ABSPATH, substr($directoryPath, 0, strpos($directoryPath, &#8216;/wp-content&#8217;) + 1));<br />
}<br />
include_once(ABSPATH . &#8220;wp-config.php&#8221;);<br />
include_once(ABSPATH . &#8220;wp-includes/rss.php&#8217;);</p>
<p>to</p>
<p>$wp_root = &#8216;../../..&#8217;;<br />
include_once($wp_root.&#8217;/wp-config.php&#8217;);<br />
include_once($wp_root.&#8217;/wp-includes/rss.php&#8217;);</p>
<p>Now its works fine</p>
<p>Also, very nice plugin, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burlesque performer</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-146266</link>
		<dc:creator>burlesque performer</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-146266</guid>
		<description>great plugin.. well done!.. keep up the good work.. installing as I type :D</description>
		<content:encoded><![CDATA[<p>great plugin.. well done!.. keep up the good work.. installing as I type <img src='http://www.search-this.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plugin To:Display Information about Commentators &#124; TechZoomIn</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-145294</link>
		<dc:creator>Plugin To:Display Information about Commentators &#124; TechZoomIn</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-145294</guid>
		<description>[...] you love to provide all this information, then you have to Download &amp; use this plugin.Using already? Share with us! Happy [...]</description>
		<content:encoded><![CDATA[<p>[...] you love to provide all this information, then you have to Download &amp; use this plugin.Using already? Share with us! Happy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugin Comment Info Tip &#124; Cellulite Creams</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-145230</link>
		<dc:creator>WordPress Plugin Comment Info Tip &#124; Cellulite Creams</dc:creator>
		<pubDate>Tue, 09 Jun 2009 02:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-145230</guid>
		<description>[...] WordPress Plugin Comment Info Tip   Posted by root 21 minutes ago (http://www.search-this.com)        Some people you are one of them have set a line height in their body and that problem is with the older version of the plugin as with the latest one to load the url index php feed rss from my weblog powered with s9y it doesn wordpress plugin comment info        Discuss&#160;  &#124;&#160; Bury &#124;&#160;    News &#124; WordPress Plugin Comment Info Tip [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Plugin Comment Info Tip   Posted by root 21 minutes ago (<a href="http://www.search-this.com" rel="nofollow">http://www.search-this.com</a>)        Some people you are one of them have set a line height in their body and that problem is with the older version of the plugin as with the latest one to load the url index php feed rss from my weblog powered with s9y it doesn wordpress plugin comment info        Discuss&nbsp;  |&nbsp; Bury |&nbsp;    News | WordPress Plugin Comment Info Tip [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugin Comment Info Tip &#124; Outdoor Ceiling Fans</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-144235</link>
		<dc:creator>WordPress Plugin Comment Info Tip &#124; Outdoor Ceiling Fans</dc:creator>
		<pubDate>Sun, 31 May 2009 12:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-144235</guid>
		<description>[...] WordPress Plugin Comment Info Tip   Posted by root 2 hours 22 minutes ago (http://www.search-this.com)        33 snuggle up to your readers with comment info tip plugin wordpress plugins with your most avid fans by allowing you to see how often they have been active 112 dc july 16th 2008 at 1 02 am i have used the plugin it great to load the url index php feed rs        Discuss&#160;  &#124;&#160; Bury &#124;&#160;    News &#124; WordPress Plugin Comment Info Tip [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Plugin Comment Info Tip   Posted by root 2 hours 22 minutes ago (<a href="http://www.search-this.com" rel="nofollow">http://www.search-this.com</a>)        33 snuggle up to your readers with comment info tip plugin wordpress plugins with your most avid fans by allowing you to see how often they have been active 112 dc july 16th 2008 at 1 02 am i have used the plugin it great to load the url index php feed rs        Discuss&nbsp;  |&nbsp; Bury |&nbsp;    News | WordPress Plugin Comment Info Tip [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugin Comment Info Tip &#124; Cast Iron Cookware</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-143530</link>
		<dc:creator>WordPress Plugin Comment Info Tip &#124; Cast Iron Cookware</dc:creator>
		<pubDate>Tue, 26 May 2009 22:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-143530</guid>
		<description>[...] WordPress Plugin Comment Info Tip   Posted by root 21 hours ago (http://www.search-this.com)        33 snuggle up to your readers with comment info tip plugin wordpress plugins but why is it trying to load the url index php feed rss from my weblog powered with s9y it doesn 39 t likely work with all different blogging software css a recipe for success mi        Discuss&#160;  &#124;&#160; Bury &#124;&#160;    News &#124; wordpress plugin comment info tip [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Plugin Comment Info Tip   Posted by root 21 hours ago (<a href="http://www.search-this.com" rel="nofollow">http://www.search-this.com</a>)        33 snuggle up to your readers with comment info tip plugin wordpress plugins but why is it trying to load the url index php feed rss from my weblog powered with s9y it doesn 39 t likely work with all different blogging software css a recipe for success mi        Discuss&nbsp;  |&nbsp; Bury |&nbsp;    News | wordpress plugin comment info tip [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-134389</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Sat, 28 Mar 2009 22:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-134389</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://www.search-this.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-126826</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 07 Feb 2009 07:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-126826</guid>
		<description>Great plugin but it doesn&#039;t seem to work on my 2.7. I&#039;m work on localhost, could that be the problem? I&#039;ve also tried deactivating all plugins still doesn&#039;t work. Any ideas?</description>
		<content:encoded><![CDATA[<p>Great plugin but it doesn&#8217;t seem to work on my 2.7. I&#8217;m work on localhost, could that be the problem? I&#8217;ve also tried deactivating all plugins still doesn&#8217;t work. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golgotha</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-125694</link>
		<dc:creator>Golgotha</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-125694</guid>
		<description>@Ute - It will try and pull the commentators last blog post from their RSS. It doesn&#039;t likely work with ALL different blogging software. So depending on what blogging software the commentator is using it will or will not work.

@Sulcalibur - It DOES work with WP 2.7. That&#039;s what we have here and it works just fine. You may have other code/plugins that are interfering?</description>
		<content:encoded><![CDATA[<p>@Ute &#8211; It will try and pull the commentators last blog post from their RSS. It doesn&#8217;t likely work with ALL different blogging software. So depending on what blogging software the commentator is using it will or will not work.</p>
<p>@Sulcalibur &#8211; It DOES work with WP 2.7. That&#8217;s what we have here and it works just fine. You may have other code/plugins that are interfering?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sulcalibur</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-125671</link>
		<dc:creator>Sulcalibur</dc:creator>
		<pubDate>Fri, 30 Jan 2009 10:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-125671</guid>
		<description>Does this work with WP 2.7? I&#039;ve installed it but nothing seems to be happening. :(

Also, great plugin, thank you!</description>
		<content:encoded><![CDATA[<p>Does this work with WP 2.7? I&#8217;ve installed it but nothing seems to be happening. <img src='http://www.search-this.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Also, great plugin, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ute</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-123697</link>
		<dc:creator>Ute</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-123697</guid>
		<description>I love your plugin!!! Well, but it seems it doesn&#039;t work correctly on my blog and I don&#039;t know, why???
Sometimes the last blog post of the commentators is shown but mostly it doesn&#039;t appear, although they had commented a lot of times before. It would be great if you can help me...
Greetings from Germany, Ute</description>
		<content:encoded><![CDATA[<p>I love your plugin!!! Well, but it seems it doesn&#8217;t work correctly on my blog and I don&#8217;t know, why???<br />
Sometimes the last blog post of the commentators is shown but mostly it doesn&#8217;t appear, although they had commented a lot of times before. It would be great if you can help me&#8230;<br />
Greetings from Germany, Ute</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek</title>
		<link>http://www.search-this.com/2008/05/05/wordpress-plugin-comment-info-tip/comment-page-3/#comment-110280</link>
		<dc:creator>Marek</dc:creator>
		<pubDate>Fri, 07 Nov 2008 08:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=650#comment-110280</guid>
		<description>OK, I&#039;ll try to deactivate all plugins, but it works on 2.5 before... :(</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;ll try to deactivate all plugins, but it works on 2.5 before&#8230; <img src='http://www.search-this.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
