<?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"
	>
<channel>
	<title>Comments on: WP Plugin: Brian&#8217;s Threaded Comments with Author Highlighted Comments</title>
	<atom:link href="http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments</link>
	<description>Internet - Marketing - Publishing</description>
	<pubDate>Sun, 12 Oct 2008 10:07:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: fadzli</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-6302</link>
		<dc:creator>fadzli</dc:creator>
		<pubDate>Tue, 12 Aug 2008 07:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-6302</guid>
		<description>thanks gary, it's working great in IE and Safari... but not for FF3.0
but i manage to make it work by adding the exactly the same code adjustment in briansthreadedcomments.php CSS/Text section 
(right after 
&lt;code&gt;  

.coment
&lt;/code&gt;
section) seems to solve across all browser.

cheers, **may this become a work-around solution if above doesnt work with your reader's theme</description>
		<content:encoded><![CDATA[<p>thanks gary, it&#8217;s working great in IE and Safari&#8230; but not for FF3.0<br />
but i manage to make it work by adding the exactly the same code adjustment in briansthreadedcomments.php CSS/Text section<br />
(right after<br />
<code>  </p>
<p>.coment<br />
</code><br />
section) seems to solve across all browser.</p>
<p>cheers, **may this become a work-around solution if above doesnt work with your reader&#8217;s theme</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-2388</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 13 Apr 2008 20:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-2388</guid>
		<description>Hey this is cool, thanks a lot Gary!</description>
		<content:encoded><![CDATA[<p>Hey this is cool, thanks a lot Gary!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-1220</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 25 Feb 2008 04:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-1220</guid>
		<description>Thank you very much!  Works as advertised and looks all the better for it.  Fingers crossed that the coming WP2.5 doesn't break anything.</description>
		<content:encoded><![CDATA[<p>Thank you very much!  Works as advertised and looks all the better for it.  Fingers crossed that the coming WP2.5 doesn&#8217;t break anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lis</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-813</link>
		<dc:creator>Lis</dc:creator>
		<pubDate>Mon, 04 Feb 2008 12:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-813</guid>
		<description>Thanks, Gary. I've bookmarked this to play around with later.</description>
		<content:encoded><![CDATA[<p>Thanks, Gary. I&#8217;ve bookmarked this to play around with later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary R. Hess</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-767</link>
		<dc:creator>Gary R. Hess</dc:creator>
		<pubDate>Sat, 02 Feb 2008 18:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-767</guid>
		<description>Just add &lt;?php if ($c-&gt;comment_author_email == "author@youremail.com") { ?&gt; mycomment&lt;?php } ?&gt; on line 30 of yatcp_single-comment.php before the closing quote on class= so it should look like class="&lt;?php echo $comment_background; ?&gt;"

Then add the CSS stuff in your style.css file.</description>
		<content:encoded><![CDATA[<p>Just add < ?php if ($c->comment_author_email == &#8220;author@youremail.com&#8221;) { ?> mycomment< ?php } ?> on line 30 of yatcp_single-comment.php before the closing quote on class= so it should look like class=&#8221;< ?php echo $comment_background; ?>&#8221;</p>
<p>Then add the CSS stuff in your style.css file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lis</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-755</link>
		<dc:creator>Lis</dc:creator>
		<pubDate>Sat, 02 Feb 2008 08:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-755</guid>
		<description>I'm using &lt;a href="http://organisiert.net/yatcp/" rel="nofollow"&gt;YATCP&lt;/a&gt; though, will have to figure out how to get highlighted comments to work with this.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using <a href="http://organisiert.net/yatcp/" rel="nofollow">YATCP</a> though, will have to figure out how to get highlighted comments to work with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary R. Hess</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-752</link>
		<dc:creator>Gary R. Hess</dc:creator>
		<pubDate>Sat, 02 Feb 2008 07:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-752</guid>
		<description>It's a great plugin. I just hate that it is a bit hulky and doesn't work with some plugins and has some problems with gzip. Oh well, I still use it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a great plugin. I just hate that it is a bit hulky and doesn&#8217;t work with some plugins and has some problems with gzip. Oh well, I still use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clairec23</title>
		<link>http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-743</link>
		<dc:creator>clairec23</dc:creator>
		<pubDate>Sat, 02 Feb 2008 02:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://impnerd.com/web-development/wp-plugin-brians-threaded-comments-with-author-highlighted-comments#comment-743</guid>
		<description>I'll have to try that out when I get a chance.  I wasn't sure of what to do at all.  Thanks - I've been keen to get that plugin working. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have to try that out when I get a chance.  I wasn&#8217;t sure of what to do at all.  Thanks - I&#8217;ve been keen to get that plugin working. <img src='http://impnerd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
