<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Highlight author&#039;s comments in NEWSCAST</title>
		<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast</link>
		<description>Support Forum - Topic: Highlight author&#039;s comments in NEWSCAST</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 05:16:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/highlight-authors-comments-in-newscast" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80928</link>
			<pubDate>Wed, 24 Oct 2012 20:09:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you just link us to the site with an admin's post on it? Then I can give you the specific css for that admin as it is *not* the ID but instead its the username that appears as a class in the css for the post.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80904</link>
			<pubDate>Wed, 24 Oct 2012 14:42:56 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Peter, but this has also no effect. NEWSCAST seems to change the comment background rotatory. Uff, my English is not so good ... in German: &#60;/p&#62;
&#60;p&#62;abwechselnd, egal, wer kommentiert, Autor oder User, wird der Hintergrund desjenigen Kommentars hellgrau, wenn der nächste Besucher kommentiert, wird der gleiche Kommentar des Autors weiß usw.&#60;/p&#62;
&#60;p&#62;You can see it live here in the demo:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/newscast/2010/03/06/why-doesnt-apple-rebrand-to-banana/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/newscast/2010/03/06/why-doesnt-apple-rebrand-to-banana/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The background colour of the comments is always changing there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80881</link>
			<pubDate>Wed, 24 Oct 2012 11:49:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp_list_comments.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li &#38;lt;?php comment_class(); ?&#38;gt; id=&#38;quot;li-comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$id = get_comment(get_comment_ID())-&#38;gt;user_id;
$author_id  = ($id) ?  &#38;#39; comment-author-&#38;#39;.$id : &#38;#39;&#38;#39;;
?&#38;gt;
&#38;lt;li &#38;lt;?php comment_class(); echo $author_id; ?&#38;gt; id=&#38;quot;li-comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and Devins code should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80818</link>
			<pubDate>Tue, 23 Oct 2012 19:42:15 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have used this CSS&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.commentlist .comment-author-1 .comment_content {&#60;br /&#62;
    background-color: #a882bd;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;ID 1 is my (author) ID, but it has no effect at all. Are you sure, that no PHP file needs to be edited for the class &#60;em&#62;.comment-author-1&#60;/em&#62;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80645</link>
			<pubDate>Mon, 22 Oct 2012 16:04:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;That looks to be a bit outdated. You can use a bit of css to style specific author comments and no need to modify the php files. Try adding the following to your style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.commentlist .comment-author-yourid .comment_content {
    background-color: #a882bd;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change yourid to your username and it should modify your comments.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80508</link>
			<pubDate>Sat, 20 Oct 2012 17:26:04 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have found a tutorial, how to highlight author's comment. Unfortunately I can't find any similar code parts in NEWSCAST's files, where I can add this functionality as mentioned in this tutorial at point &#60;a href=&#34;http://www.wpbeginner.com/wp-tutorials/55-most-wanted-wordpress-tips-tricks-and-hacks/&#34;&#62;&#60;strong&#62;9. Hightlight Author's Comment »»&#60;/strong&#62;&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I have looked at loop-comments.php and comments.php, but I can't find any similar to change this.&#60;/p&#62;
&#60;p&#62;I have created my CSS for it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.autorkommentar { background-color: #a882bd !important; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The tutorials suggests to look in the comments.php for something similar like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li &#38;lt;?php echo $oddcomment; ?&#38;gt;id=&#38;quot;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to replace it with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;&#38;lt;?php if ($comment-&#38;gt;user_id == 1) $oddcomment = &#38;quot;authorstyle&#38;quot;; echo $oddcomment; ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But I cannot find any code like the one I should search for. Can you please help me out? Thanks a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
