<?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 Topic: Is it possible to fully customize comment form?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 04:46:26 +0000</pubDate>

<item>
<title>AnotherAndrew on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20737</link>
<pubDate>Wed, 20 Apr 2011 19:47:53 +0000</pubDate>
<dc:creator>AnotherAndrew</dc:creator>
<guid isPermaLink="false">20737@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helgatheviking is always right!&#60;/p&#62;
&#60;p&#62;To customize the form, you must have &#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;THEMATIC_COMPATIBLE_COMMENT_FORM&#38;#39;, true);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;in your functions.
&#60;/p&#62;</description>
</item>
<item>
<title>AnotherAndrew on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20230</link>
<pubDate>Sat, 02 Apr 2011 02:29:40 +0000</pubDate>
<dc:creator>AnotherAndrew</dc:creator>
<guid isPermaLink="false">20230@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;To float required field asterisks to the right of form labels:&#60;/p&#62;
&#60;p&#62;#respond form label {color: #666; font-weight: bold; letter-spacing: 0.3em; font-size: 9px; display: block; text-transform: uppercase; margin-left: 2px; margin-bottom: 0px; }&#60;br /&#62;
#respond form input {font-family: Arial, Helvetica, sans-serif;display: block; border: 1px solid #ddd; padding: 2px; margin-bottom: 5px; border: 1px solid #c5c5c5; font-size: 12px; color: #333; background: #f0f0f0; width: 50%; clear:both;}&#60;br /&#62;
#respond form input:focus {background: #fff; color: #aa300c;}&#60;br /&#62;
#respond form textarea { font-family: Arial, Helvetica, sans-serif;font-size: 12px; padding: 2px; border: 1px solid #c5c5c5; color: #333; background: #f0f0f0;}&#60;br /&#62;
#respond form textarea:focus {background: #fff; color: #aa300c;}&#60;br /&#62;
#respond form label {float:left;}&#60;br /&#62;
#respond form .required {}
&#60;/p&#62;</description>
</item>
<item>
<title>AnotherAndrew on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20229</link>
<pubDate>Sat, 02 Apr 2011 02:11:12 +0000</pubDate>
<dc:creator>AnotherAndrew</dc:creator>
<guid isPermaLink="false">20229@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Alright I discovered how to set the required fields for labels through CSS. &#60;/p&#62;
&#60;p&#62;If you need a solution let me know. &#60;/p&#62;
&#60;p&#62;Actually I will post this shortly. Hang with me....
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20118</link>
<pubDate>Tue, 29 Mar 2011 22:39:03 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">20118@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;having never tried this i don't know for sure.  it is probably the conditionals and maybe you aren't editing the file in the right place?  &#60;/p&#62;
&#60;p&#62;also to go that route i think you need to make sure that&#60;/p&#62;
&#60;p&#62;define('THEMATIC_COMPATIBLE_COMMENT_FORM', true);&#60;/p&#62;
&#60;p&#62;then you should be able to change the form layout around line 67
&#60;/p&#62;</description>
</item>
<item>
<title>AnotherAndrew on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20090</link>
<pubDate>Tue, 29 Mar 2011 02:15:38 +0000</pubDate>
<dc:creator>AnotherAndrew</dc:creator>
<guid isPermaLink="false">20090@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;helgatheviking,&#60;/p&#62;
&#60;p&#62;Specifically I am trying to float the required fields to the right of the form labels. &#60;/p&#62;
&#60;p&#62;But I am not getting any response.
&#60;/p&#62;</description>
</item>
<item>
<title>AnotherAndrew on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20088</link>
<pubDate>Tue, 29 Mar 2011 02:12:16 +0000</pubDate>
<dc:creator>AnotherAndrew</dc:creator>
<guid isPermaLink="false">20088@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;helgatheviking,&#60;/p&#62;
&#60;p&#62;I tried to copy the comments.php into my template, but when I delete or move certain elements, nothing happens.&#60;/p&#62;
&#60;p&#62;However, if I delete everything out of there and throw in some generic html tags it responds.&#60;/p&#62;
&#60;p&#62;What gives?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20076</link>
<pubDate>Mon, 28 Mar 2011 21:33:23 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">20076@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;never tried it, but you could define&#60;/p&#62;
&#60;p&#62;define('THEMATIC_COMPATIBLE_COMMENT_FORM', false);&#60;/p&#62;
&#60;p&#62;and then filter thematic_comment_form_args (which you can find in comments-extensions.php&#60;/p&#62;
&#60;p&#62;OR you could copy comments.php into you child theme and hack away there.  due to template hierarchy WP will look in your child's folder first for comments.php (and every other template) and then go to the parent theme if it finds nothing
&#60;/p&#62;</description>
</item>
<item>
<title>AnotherAndrew on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20064</link>
<pubDate>Mon, 28 Mar 2011 20:44:13 +0000</pubDate>
<dc:creator>AnotherAndrew</dc:creator>
<guid isPermaLink="false">20064@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Danieliser,&#60;/p&#62;
&#60;p&#62;Tried this and it doesn't work. The comment form does not appear. &#60;/p&#62;
&#60;p&#62;Seems simple enough though.
&#60;/p&#62;</description>
</item>
<item>
<title>AnotherAndrew on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-20062</link>
<pubDate>Mon, 28 Mar 2011 20:34:12 +0000</pubDate>
<dc:creator>AnotherAndrew</dc:creator>
<guid isPermaLink="false">20062@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Danieliser,&#60;/p&#62;
&#60;p&#62;Tried this and it doesn't work. The comment form does not appear. &#60;/p&#62;
&#60;p&#62;Seems simple enough though.
&#60;/p&#62;</description>
</item>
<item>
<title>Danieliser on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-16377</link>
<pubDate>Sun, 17 Oct 2010 03:36:16 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">16377@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thats correct. to see that it does work just copy the code i pasted the first time. It should replace your comment form with &#34;New Comment Form&#34;&#60;/p&#62;
&#60;p&#62;just replace&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function new_comment_form(){
  echo &#38;#39;New Comment Form&#38;#39;;
}
add_action(&#38;#39;thematic_comments_template&#38;#39;,&#38;#39;new_comment_form&#38;#39;,5);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function new_comment_form(){
  include(&#38;quot;custom-form.php&#38;quot;);
}
add_action(&#38;#39;thematic_comments_template&#38;#39;,&#38;#39;new_comment_form&#38;#39;,5);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Thompson on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-16371</link>
<pubDate>Sat, 16 Oct 2010 20:22:47 +0000</pubDate>
<dc:creator>Thompson</dc:creator>
<guid isPermaLink="false">16371@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Would a php include be something like: '&#38;lt;?php include(&#34;custom-form.php&#34;); ?&#38;gt;' and then create a custom-form.php in your child theme folder?
&#60;/p&#62;</description>
</item>
<item>
<title>Danieliser on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-16367</link>
<pubDate>Sat, 16 Oct 2010 18:42:56 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">16367@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you could use the thematic filters to modify it, that could get tricky if you want to do a lot of changes. &#60;/p&#62;
&#60;p&#62;This is probably the solution you need. Just add this to your functions.php and just change the second function to your form or use an include to a custom-comment.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_comments(){
  remove_action(&#38;#39;thematic_comments_template&#38;#39;,&#38;#39;thematic_include_comments&#38;#39;,5);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;remove_comments&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;function new_comment_form(){
  echo &#38;#39;New Comment Form&#38;#39;;
}
add_action(&#38;#39;thematic_comments_template&#38;#39;,&#38;#39;new_comment_form&#38;#39;,5);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>vijayrajesh on "Is it possible to fully customize comment form?"</title>
<link>http://themeshaper.com/forums/topic/is-it-possible-to-fully-customize-comment-form#post-11176</link>
<pubDate>Sun, 04 Apr 2010 11:45:08 +0000</pubDate>
<dc:creator>vijayrajesh</dc:creator>
<guid isPermaLink="false">11176@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to swap some fields.  I mean i want to start the comment form field &#34;message&#34; first.  Then i want to display name and email with submit button.&#60;/p&#62;
&#60;p&#62;This way i want to modify the position of fields.  I think it is tough to do this with css.  So, is there any way where i can call a php file with customized comment form in it.&#60;/p&#62;
&#60;p&#62;Thanks for the help,
&#60;/p&#62;</description>
</item>

</channel>
</rss>
