<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: comments</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 18 May 2013 13:22:36 +0000</pubDate>

<item>
<title>initialsbr on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27273</link>
<pubDate>Fri, 01 Jun 2012 21:45:33 +0000</pubDate>
<dc:creator>initialsbr</dc:creator>
<guid isPermaLink="false">27273@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Whoa! It did move. Sorry! Haven't been on here in too long I guess! Sorry. I'll check out your solution, helgatheviking and if it doesn't quite do the trick, I'll move this to the new forum.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27272</link>
<pubDate>Fri, 01 Jun 2012 21:14:42 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">27272@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thematic did move!  whooo.  but as for the facebook comments questions.... i use the awd facebook plugin for just about everything, but i think i did need to make some tweaks to get the comments to show.&#60;/p&#62;
&#60;p&#62;so i create a small plugin that does this in the most brain dead simple way.  i hacked someone else's plugin and replaced the code with the iframe versions from fb and put in a small filter to switch out the comments template.  should work right out of the box.&#60;br /&#62;
&#60;a href=&#34;https://github.com/helgatheviking/KIA-Facebook-Social-Plugins&#34; rel=&#34;nofollow&#34;&#62;https://github.com/helgatheviking/KIA-Facebook-Social-Plugins&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but you won't have the same functionality (comments counts, etc).
&#60;/p&#62;</description>
</item>
<item>
<title>d_rec on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27271</link>
<pubDate>Fri, 01 Jun 2012 21:11:03 +0000</pubDate>
<dc:creator>d_rec</dc:creator>
<guid isPermaLink="false">27271@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thematic moved. Try here; &#60;a href=&#34;http://thematictheme.com/&#34; rel=&#34;nofollow&#34;&#62;http://thematictheme.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>initialsbr on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27270</link>
<pubDate>Fri, 01 Jun 2012 19:23:09 +0000</pubDate>
<dc:creator>initialsbr</dc:creator>
<guid isPermaLink="false">27270@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Anybody got any insight here?
&#60;/p&#62;</description>
</item>
<item>
<title>initialsbr on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-26955</link>
<pubDate>Thu, 10 May 2012 20:04:14 +0000</pubDate>
<dc:creator>initialsbr</dc:creator>
<guid isPermaLink="false">26955@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying to replace the comments section with Facebook comments a la...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wp.tutsplus.com/tutorials/add-facebook-comments-to-your-wordpress-theme/&#34; rel=&#34;nofollow&#34;&#62;http://wp.tutsplus.com/tutorials/add-facebook-comments-to-your-wordpress-theme/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In my functions.php I appear to have all the components working with this code...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;//Facebook Comments&#60;/p&#62;
&#60;p&#62;function remove_comments(){&#60;br /&#62;
  if (is_page()){&#60;br /&#62;
	remove_action('thematic_comments_template','thematic_include_comments',5);&#60;br /&#62;
   }&#60;br /&#62;
}&#60;br /&#62;
add_action('template_redirect','remove_comments');&#60;/p&#62;
&#60;p&#62;function fbheader () { ?&#38;gt;&#60;br /&#62;
	&#38;lt;meta property='fb:app_id' content='128410070627168' /&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_header', 'fbheader');&#60;/p&#62;
&#60;p&#62;function fbcomments() { ?&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;fbcomments&#34;&#38;gt;&#38;lt;div id=&#34;fb-root&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;script src=&#34;http://connect.facebook.net/en_US/all.js#xfbml=1&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
    &#38;lt;fb:comments href=&#34;&#38;lt;?php the_permalink(); ?&#38;gt;&#34; width=&#34;640&#34;&#38;gt;&#38;lt;/fb:comments&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_abovecomments', 'fbcomments');&#60;/p&#62;
&#60;p&#62;function fbcount () { ?&#38;gt;&#60;br /&#62;
&#38;lt;iframe src=&#34;http://www.facebook.com/plugins/comments.php?href=&#38;lt;?php the_permalink(); ?&#38;gt;&#38;#38;permalink=1&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; style=&#34;border:none; overflow:hidden; width:130px; height:16px;&#34; allowTransparency=&#34;true&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_postfooter', 'fbcount');&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Two concerns...&#60;/p&#62;
&#60;p&#62;1.) To remove the normal comments section, in my CSS, I have&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#comments {&#60;br /&#62;
	display:none;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Should I be using some kind of remove_action filter?&#60;/p&#62;
&#60;p&#62;2.) function fbcount replaces the whole postfooter and adds the Facebook-ey graphic there. I just want to either add the Facebook-ey comment count at the end of the postfooter in the same line after the tags or just make the normal comment count reference the Facebook comment count. Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>bogh on "Put Comment in DIV"</title>
<link>http://themeshaper.com/forums/topic/put-comment-in-div#post-26685</link>
<pubDate>Fri, 27 Apr 2012 16:58:17 +0000</pubDate>
<dc:creator>bogh</dc:creator>
<guid isPermaLink="false">26685@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I found my answer in library/extensions/discussion.php&#60;/p&#62;
&#60;p&#62;And I have made it like that:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function open_com() { ?&#38;gt;&#38;lt;div class=&#38;quot;blablabla&#38;quot;&#38;gt;&#38;lt;?php }
add_action(&#38;#39;thematic_abovecomment&#38;#39;,&#38;#39;open_com&#38;#39;,0);

function close_com() { ?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php }
add_action(&#38;#39;thematic_belowcomment&#38;#39;,&#38;#39;close_com&#38;#39;,0);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>bogh on "Put Comment in DIV"</title>
<link>http://themeshaper.com/forums/topic/put-comment-in-div#post-26684</link>
<pubDate>Fri, 27 Apr 2012 16:05:58 +0000</pubDate>
<dc:creator>bogh</dc:creator>
<guid isPermaLink="false">26684@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am trying to put each comment into a DIV&#60;/p&#62;
&#60;p&#62;The only way I've found is that:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Custom callback to list comments in the Thematic style
function mytheme_comments($comment, $args, $depth) {
$GLOBALS[&#38;#39;comment&#38;#39;] = $comment;
$GLOBALS[&#38;#39;comment_depth&#38;#39;] = $depth;
?&#38;gt;
&#38;lt;li id=&#38;quot;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot; class=&#38;quot;&#38;lt;?php thematic_comment_class() ?&#38;gt;&#38;quot;&#38;gt;

//START Opening DIV
&#38;lt;div&#38;gt;
//END Opening DIV

&#38;lt;div class=&#38;quot;comment-author vcard&#38;quot;&#38;gt;&#38;lt;?php thematic_commenter_link() ?&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;div class=&#38;quot;comment-meta&#38;quot;&#38;gt;&#38;lt;?php printf(__(&#38;#39;%1$s&#38;#39;, &#38;#39;thematic&#38;#39;),
get_comment_date() ); ?&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;?php if ($comment-&#38;gt;comment_approved == &#38;#39;0&#38;#39;) _e(&#38;quot;\t\t\t\t\t&#38;lt;span class=&#38;#39;unapproved&#38;#39;&#38;gt;Your comment is awaiting moderation.&#38;lt;/span&#38;gt;\n&#38;quot;, &#38;#39;thematic&#38;#39;) ?&#38;gt;
&#38;lt;div class=&#38;quot;comment-content&#38;quot;&#38;gt;
&#38;lt;?php comment_text() ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php
if($args[&#38;#39;type&#38;#39;] == &#38;#39;all&#38;#39; &#124;&#124; get_comment_type() == &#38;#39;comment&#38;#39;) :
comment_reply_link(array_merge($args, array(
&#38;#39;reply_text&#38;#39; =&#38;gt; __(&#38;#39;Reply&#38;#39;,&#38;#39;thematic&#38;#39;),
&#38;#39;login_text&#38;#39; =&#38;gt; __(&#38;#39;Log in to reply.&#38;#39;,&#38;#39;thematic&#38;#39;),
&#38;#39;depth&#38;#39; =&#38;gt; $depth,
&#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div class=&#38;quot;comment-reply-link&#38;quot;&#38;gt;&#38;#39;,
&#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;

)));
endif;
?&#38;gt;

//START Closing DIV
&#38;lt;div&#38;gt;
//END Closing DIV

&#38;lt;?php }

function my_callback() {
$content = &#38;#39;type=comment&#38;#38;callback=mytheme_comments&#38;#39;;
return $content;
}
add_filter(&#38;#39;list_comments_arg&#38;#39;, &#38;#39;my_callback&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I just want to add the Opening DIV and the Closing Div, to the post's content, just like above, but without rewriting the post's content.&#60;br /&#62;
Please tell me that is possible :)&#60;/p&#62;
&#60;p&#62;Maybe something like below:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Add Header DIVs
function open_header() { ?&#38;gt;&#38;lt;div&#38;gt;&#38;lt;?php }
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;open_header&#38;#39;,0);

function close_header() { ?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php }
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;close_header&#38;#39;,11);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "Inquiry: Can Comments Be Visible On Index (Home) Page?"</title>
<link>http://themeshaper.com/forums/topic/inquiry-can-comments-be-visible-on-index-home-page#post-25816</link>
<pubDate>Sun, 11 Mar 2012 00:13:46 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25816@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i don't see why not, but then i've never done it.  maybe override thematic_index_loop().  also, do not hack around in content-extensions.php.  around here, we advise you create a proper child theme.
&#60;/p&#62;</description>
</item>
<item>
<title>mwsmedia on "Inquiry: Can Comments Be Visible On Index (Home) Page?"</title>
<link>http://themeshaper.com/forums/topic/inquiry-can-comments-be-visible-on-index-home-page#post-25810</link>
<pubDate>Sat, 10 Mar 2012 07:05:55 +0000</pubDate>
<dc:creator>mwsmedia</dc:creator>
<guid isPermaLink="false">25810@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;My client would like four blog posts, with their attendant comments, to be shown on the home page of their site. In twentyeleven, I can put &#60;code&#62;$withcomments = 1;&#60;/code&#62; at the top of index.php and the &#60;code&#62;comments_template();&#60;/code&#62; in the loop... but I can't figure out how to make this work in the Thematic child theme I'm building.&#60;/p&#62;
&#60;p&#62;I tried putting &#60;code&#62;global $withcomments; $withcomments = 1;&#60;/code&#62; before &#60;code&#62;get_header();&#60;/code&#62; in index.php and &#60;code&#62;comments_template();&#60;/code&#62; in the index loop of the content-extensions.php file, but it didn't do a thing.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks very much in advance,&#60;/p&#62;
&#60;p&#62;Matthew Wayne Selznick
&#60;/p&#62;</description>
</item>
<item>
<title>SjoerdKoelewijn on "Removing comments section from Thematic"</title>
<link>http://themeshaper.com/forums/topic/removing-comments-section-from-thematic#post-25708</link>
<pubDate>Sat, 03 Mar 2012 15:28:23 +0000</pubDate>
<dc:creator>SjoerdKoelewijn</dc:creator>
<guid isPermaLink="false">25708@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Helga, that function was almost what I needed. I modified it slightly as I needed the comments removed from posts in the category 'portfolio', rather than the post-type. &#60;/p&#62;
&#60;p&#62;Below the function I used: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_comments(){
  if (is_page() OR in_category(&#38;#39;portfolio&#38;#39;) ){
	remove_action(&#38;#39;thematic_comments_template&#38;#39;,&#38;#39;thematic_include_comments&#38;#39;,5);
   }
}
add_action(&#38;#39;template_redirect&#38;#39;,&#38;#39;remove_comments&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "Add custom fields on comment template"</title>
<link>http://themeshaper.com/forums/topic/add-custom-fields-on-comment-template#post-25475</link>
<pubDate>Sun, 19 Feb 2012 16:01:05 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25475@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;fair enough.  there is, admittedly, a steep learning curve.  personally, i have found that my learning of hooks and filters for thematic paid huge dividends in learning how to better use both of those features w/ WP source, but i definitely understand the reluctance.  i use toolbox myself a lot.  sometimes it is faster to add what you need versus strip out all the thematic parts you don't want.  depends on the project.
&#60;/p&#62;</description>
</item>
<item>
<title>1visible on "Add custom fields on comment template"</title>
<link>http://themeshaper.com/forums/topic/add-custom-fields-on-comment-template#post-25471</link>
<pubDate>Sun, 19 Feb 2012 06:20:56 +0000</pubDate>
<dc:creator>1visible</dc:creator>
<guid isPermaLink="false">25471@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Helgatheviking,&#60;br /&#62;
Thanks for reply. I know this ressources, but never had them to work here.&#60;br /&#62;
Don't know, maybe Thematic have confused my brain.&#60;br /&#62;
Finally, the fact is I have switched my theme to Sandbox.&#60;br /&#62;
Thematic look amazing but I don't have strudy katanas to play with.&#60;br /&#62;
Definitly PHP job is not my game/goal.&#60;br /&#62;
It took me 1 month to get the things I got in 1 week habitually.&#60;br /&#62;
I prefer to have more control has possible from scratch, without having to learn again from roof to cave how a them is working.&#60;br /&#62;
And keep my dumbly habit to copypaste &#38;lt;?php&#38;gt;, witch is working well for now.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Add custom fields on comment template"</title>
<link>http://themeshaper.com/forums/topic/add-custom-fields-on-comment-template#post-25433</link>
<pubDate>Fri, 17 Feb 2012 14:28:11 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25433@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you say 'of course', but you'd be surprised the number of people we see hacking header-extensions.php!  so we have to ask.  ;)&#60;/p&#62;
&#60;p&#62;without really getting into it i presume you'd need to look at update_comment_meta() to save the new info.  &#60;/p&#62;
&#60;p&#62;there seem to be plenty of resources out there.  2 tuts:&#60;br /&#62;
&#60;a href=&#34;http://ottopress.com/2010/wordpress-3-0-theme-tip-the-comment-form/&#34; rel=&#34;nofollow&#34;&#62;http://ottopress.com/2010/wordpress-3-0-theme-tip-the-comment-form/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wpengineer.com/2214/adding-input-fields-to-the-comment-form/&#34; rel=&#34;nofollow&#34;&#62;http://wpengineer.com/2214/adding-input-fields-to-the-comment-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and a plugin that seems to do it for you:&#60;br /&#62;
&#60;a href=&#34;http://www.solaceten.info/plugins/wp-extra-comment-fields-v2/&#34; rel=&#34;nofollow&#34;&#62;http://www.solaceten.info/plugins/wp-extra-comment-fields-v2/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "Add comment_count to my_multiplecomments_text"</title>
<link>http://themeshaper.com/forums/topic/add-comment_count-to-my_multiplecomments_text#post-25406</link>
<pubDate>Wed, 15 Feb 2012 20:19:22 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">25406@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;If you want to display the number of comments in the sidebar, you cannot use $thematic_comment_count because it will refer to the number of comments belonging to the current post. Plus, I think it only works inside the comment loop&#60;/p&#62;
&#60;p&#62;Try using the good old &#60;code&#62;get_comments_number( $ID )&#60;/code&#62;, and give the testimonial postID as parameter.
&#60;/p&#62;</description>
</item>
<item>
<title>1visible on "Add comment_count to my_multiplecomments_text"</title>
<link>http://themeshaper.com/forums/topic/add-comment_count-to-my_multiplecomments_text#post-25401</link>
<pubDate>Wed, 15 Feb 2012 16:37:56 +0000</pubDate>
<dc:creator>1visible</dc:creator>
<guid isPermaLink="false">25401@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Yes, that's what I have done. But the result is always &#34;zero comments…&#34; instead of for exemple &#34;28 comments…&#34;.&#60;/p&#62;
&#60;p&#62;The fact is I have only one page with opened comments, it's a testimonial page.&#60;br /&#62;
The query here is: how to display in the sidebar on the entire site, the number of those testimonials from this particulary page  ?&#60;/p&#62;
&#60;p&#62;I can edit a simple html line by hand to do that, of course.&#60;br /&#62;
But I was hoped than the Thematic power could do this by itself.&#60;/p&#62;
&#60;p&#62;With my noob words I'll tell something like:&#60;br /&#62;
&#34;It's missing the &#34;page ID filter&#34; to tell how many comments there are on this page.&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>1visible on "Add custom fields on comment template"</title>
<link>http://themeshaper.com/forums/topic/add-custom-fields-on-comment-template#post-25400</link>
<pubDate>Wed, 15 Feb 2012 16:26:03 +0000</pubDate>
<dc:creator>1visible</dc:creator>
<guid isPermaLink="false">25400@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;HI,&#60;br /&#62;
Yes I'm using a child theme of course.&#60;br /&#62;
Ok, simply adding HTML fields is easy, but having the data recorded and printed is much much harder (for me).&#60;/p&#62;
&#60;p&#62;I'll take the time to undestand step by step what you're telling here…&#60;br /&#62;
Thanks to you.&#60;br /&#62;
I'll be back soon with my experiments.&#60;/p&#62;
&#60;p&#62;(That said, I'm surprised than nobody have speaked about extra comment fields here.)
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Add comment_count to my_multiplecomments_text"</title>
<link>http://themeshaper.com/forums/topic/add-comment_count-to-my_multiplecomments_text#post-25399</link>
<pubDate>Wed, 15 Feb 2012 15:07:43 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">25399@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This line from Thematic's comments.php give an example of using the global variable $thematic_comment_count to account for text strings for singular or multiple comments. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;h3&#38;gt;&#38;lt;?php printf( $thematic_comment_count &#38;gt; 1 ? __( thematic_multiplecomments_text(), &#38;#39;thematic&#38;#39; ) : __( thematic_singlecomment_text(), &#38;#39;thematic&#38;#39; ), $thematic_comment_count ) ?&#38;gt;&#38;lt;/h3&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Add custom fields on comment template"</title>
<link>http://themeshaper.com/forums/topic/add-custom-fields-on-comment-template#post-25398</link>
<pubDate>Wed, 15 Feb 2012 15:02:59 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">25398@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I sincerely hope you are modifying the functions.php in a child theme.&#60;/p&#62;
&#60;p&#62;Are you trying to add extra fields to the comment form? &#60;/p&#62;
&#60;p&#62;If so then you'll need to be filtering WP's &#60;code&#62;comment_form_default_fields&#60;/code&#62; and you'll need to be aware that Thematic is also filtering that via &#60;code&#62;thematic_comment_form_args()&#60;/code&#62; which is found in Thematic's comments-extensions.php&#60;/p&#62;
&#60;p&#62;What you have posted above will not work for several reasons:&#60;br /&#62;
- &#60;code&#62;thematic_form_default_fields&#60;/code&#62; does not exist as a filter in Thematic&#60;br /&#62;
-  Your use of the &#34;thematic&#34; namespace  in defining the function &#60;code&#62;thematic_add_custom_fields()&#60;/code&#62;is wrong. You should use a unique namespace for your child theme instead like 'my_child theme_add_custom_fields()`
&#60;/p&#62;</description>
</item>
<item>
<title>1visible on "Add comment_count to my_multiplecomments_text"</title>
<link>http://themeshaper.com/forums/topic/add-comment_count-to-my_multiplecomments_text#post-25396</link>
<pubDate>Wed, 15 Feb 2012 14:14:20 +0000</pubDate>
<dc:creator>1visible</dc:creator>
<guid isPermaLink="false">25396@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry but I just realize:&#60;br /&#62;
Is there any way to print this return on sidebar ?&#60;br /&#62;
I use PHPcode widget, the result is &#34;0 (nobody) personnes vous offrent leur témoignage&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>1visible on "Add comment_count to my_multiplecomments_text"</title>
<link>http://themeshaper.com/forums/topic/add-comment_count-to-my_multiplecomments_text#post-25395</link>
<pubDate>Wed, 15 Feb 2012 14:05:55 +0000</pubDate>
<dc:creator>1visible</dc:creator>
<guid isPermaLink="false">25395@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#34;The simplest is the most difficult… unless you have the key…&#34;&#60;br /&#62;
Ok dear, you did it!&#60;br /&#62;
Thank you :)
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Add comment_count to my_multiplecomments_text"</title>
<link>http://themeshaper.com/forums/topic/add-comment_count-to-my_multiplecomments_text#post-25394</link>
<pubDate>Wed, 15 Feb 2012 13:21:47 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">25394@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That filter feeds into  printf() and you are missing the integer specifier: &#60;code&#62;d&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Try:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;return  &#38;#39;%d personnes vous offrent leur témoignage&#38;#39;;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>1visible on "Add comment_count to my_multiplecomments_text"</title>
<link>http://themeshaper.com/forums/topic/add-comment_count-to-my_multiplecomments_text#post-25393</link>
<pubDate>Wed, 15 Feb 2012 12:04:39 +0000</pubDate>
<dc:creator>1visible</dc:creator>
<guid isPermaLink="false">25393@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi again,&#60;br /&#62;
please, how to add $comment_count &#38;gt; 1 ? __ (…) to this? :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function my_multiplecomments_text($text) {&#60;/p&#62;
&#60;p&#62;return 'personnes vous offrent leur témoignage';&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
add_filter('thematic_multiplecomments_text', 'my_multiplecomments_text');&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This function make the comment_count to disappear :(&#60;/p&#62;
&#60;p&#62;Sorry, I'm not a php crack (this means all my trys are falling down, bouh!).
&#60;/p&#62;</description>
</item>
<item>
<title>1visible on "Add custom fields on comment template"</title>
<link>http://themeshaper.com/forums/topic/add-custom-fields-on-comment-template#post-25392</link>
<pubDate>Wed, 15 Feb 2012 11:54:36 +0000</pubDate>
<dc:creator>1visible</dc:creator>
<guid isPermaLink="false">25392@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi to all,&#60;br /&#62;
I'm trying to add 2 custom fields under default name/mail/web fields.&#60;br /&#62;
But cannot get it to work, and it doesn't seems to be documented for Thematic.&#60;br /&#62;
Most tricks are online but nothing is working for Thematic (or I'm not able to get them working).&#60;br /&#62;
I've also tried some plugins but nothing 100% working. &#60;/p&#62;
&#60;p&#62;My last and more probant grab and mod is, for functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function thematic_add_custom_fields($fields) {
    // Add a thematic-style field for the commenter location
    $fields[&#38;#39;location&#38;#39;] = &#38;#39;&#38;lt;div id=&#38;quot;form-section-location&#38;quot;&#38;gt;&#38;#39;;
    $fields[&#38;#39;location&#38;#39;] .= &#38;#39;&#38;lt;div&#38;gt;&#38;lt;label for=&#38;quot;location&#38;quot;&#38;gt;&#38;#39; . __( &#38;#39;Location&#38;#39; ) . &#38;#39;&#38;lt;/label&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
    $fields[&#38;#39;location&#38;#39;] .= &#38;#39;&#38;lt;div&#38;gt;&#38;lt;input id=&#38;quot;location&#38;quot; name=&#38;quot;location&#38;quot; type=&#38;quot;text&#38;quot; size=&#38;quot;30&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
    $fields[&#38;#39;location&#38;#39;] .= &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
    return $fields;
}
add_filter( &#38;#39;thematic_form_default_fields&#38;#39;, &#38;#39;thematic_add_custom_fields&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Without any success…&#60;/p&#62;
&#60;p&#62;Alternatively, how to cut out the &#34;website&#34; field?&#60;/p&#62;
&#60;p&#62;Many thanks for help.&#60;/p&#62;
&#60;p&#62;EDIT: of course, data for the new fields must be db stored, and displayed on front end…
&#60;/p&#62;</description>
</item>
<item>
<title>meevil on "Thematic Comments"</title>
<link>http://themeshaper.com/forums/topic/thematic-comments#post-25338</link>
<pubDate>Sun, 12 Feb 2012 13:50:45 +0000</pubDate>
<dc:creator>meevil</dc:creator>
<guid isPermaLink="false">25338@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That's done the trick! Thanks a bunch :D
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Thematic Comments"</title>
<link>http://themeshaper.com/forums/topic/thematic-comments#post-25330</link>
<pubDate>Sat, 11 Feb 2012 22:30:12 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25330@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;oh apparently also there is CSS that you need to change&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#comments-list li .avatar {
position: absolute;
top: 22px;
left: 1.5em;
width: 36px;  //change to match
height: 36px;  //change to match
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>meevil on "Thematic Comments"</title>
<link>http://themeshaper.com/forums/topic/thematic-comments#post-25329</link>
<pubDate>Sat, 11 Feb 2012 19:20:03 +0000</pubDate>
<dc:creator>meevil</dc:creator>
<guid isPermaLink="false">25329@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;EDIT: Woops! Sorry for the double post, the last post didn't show up on my screen, and I can't find a way to delete this one D:
&#60;/p&#62;</description>
</item>
<item>
<title>meevil on "Thematic Comments"</title>
<link>http://themeshaper.com/forums/topic/thematic-comments#post-25328</link>
<pubDate>Sat, 11 Feb 2012 17:42:03 +0000</pubDate>
<dc:creator>meevil</dc:creator>
<guid isPermaLink="false">25328@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helga, you're a star, thanks so much for explaining filters! Really helped, and I learned something too! :D&#60;/p&#62;
&#60;p&#62;I copied and pasted the code straight into my functions file, but it hasn't seemed to pass it through to the original variable.&#60;/p&#62;
&#60;p&#62;Do I need to call this function somewhere?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Thematic Comments"</title>
<link>http://themeshaper.com/forums/topic/thematic-comments#post-25326</link>
<pubDate>Sat, 11 Feb 2012 16:56:50 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25326@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;line 181 of comments-extensions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avatar_size = apply_filters( &#38;#39;avatar_size&#38;#39;, &#38;#39;80&#38;#39; ); // Available filter: avatar_size&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the apply_filters is our signal that we can change something w/ a filter.  the process is the same every time you want to change something.&#60;/p&#62;
&#60;p&#62;1. troll through the extensions folder to find the thing you need to change (conveniently the functions are split into sensibly named files.. like comment-extensions.php for all the functions having to do w/ comments)&#60;/p&#62;
&#60;p&#62;2.  determine if a filter is available or if you need to use an override.  this might be a little tougher, but often both will work.  in your case there isn't an override option, so you can only go w/ filter.  people will often use an override b/c it is simpler to get your head around, though a filter solution will often be more elegant for small changes.  &#60;/p&#62;
&#60;p&#62;3. create the new function in your functions.php  in your case you need to target the avatar_size filter.&#60;/p&#62;
&#60;p&#62;filtering something always takes the same basic setup.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function gonna_filter_something($variable){ //if we need the original variable then pass it in as a function argument
   $variable .= &#38;#39;bacon&#38;#39;; //just tacked bacon on to the end of $variable
   //$variable = &#38;#39;bacon&#38;#39;; //if uncommented, sets the variable equal to bacon
   return $variable; //send the new version of $variable back to the apply_filters function
}
add_filter(&#38;#39;target_filter&#38;#39;,&#38;#39;gonna_filter_something&#38;#39;, priority#);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where priority# is the order at which this filter will be processed if there are multiple functions being added to the same filter.  it defaults to 10 i think and you don't need it unless you know there are multiple actions being run.  $variable name can be anything.  i usually let it match the name in the original function to help me remember what it is, but it doesn't have to b/c of what is called &#34;variable scope&#34;.  it could be $apple or $bacon, b/c it only exists inside your gonna_filter_something function.  &#60;/p&#62;
&#60;p&#62;SO, in your case:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_change_avatar_size(){ //we don&#38;#39;t need the original value
   return 200; //send back a really large size
}
add_filter(&#38;#39;avatar_size&#38;#39;,&#38;#39;kia_change_avatar_size&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) disable threaded comments in your Settings&#38;gt;Discussion
&#60;/p&#62;</description>
</item>
<item>
<title>meevil on "Thematic Comments"</title>
<link>http://themeshaper.com/forums/topic/thematic-comments#post-25325</link>
<pubDate>Sat, 11 Feb 2012 13:18:10 +0000</pubDate>
<dc:creator>meevil</dc:creator>
<guid isPermaLink="false">25325@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey guys, me again!&#60;/p&#62;
&#60;p&#62;Loving how powerful Thematic is, but I've hit a bit of a snag in development.&#60;/p&#62;
&#60;p&#62;1) How do I change the avatar size in the comments section?&#60;/p&#62;
&#60;p&#62;2) How do I make comment replies &#34;Stack&#34; underneath the original comment, instead of appearing within the original comment DIV?&#60;/p&#62;
&#60;p&#62;Thanks guys, you've been a great help so far!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "No Comments Input in Child Theme"</title>
<link>http://themeshaper.com/forums/topic/no-comments-input-in-child-theme#post-24990</link>
<pubDate>Thu, 19 Jan 2012 23:26:44 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24990@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;facepalm!!  don't worry, it happens to us all.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
