<?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: Translating comments form</title>
		<link>http://www.kriesi.at/support/topic/translating-comments-form</link>
		<description>Support Forum - Topic: Translating comments form</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 08:44:27 +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/translating-comments-form" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-13151</link>
			<pubDate>Sat, 19 Feb 2011 10:22:38 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">13151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;In the short term you can modify the comments link by editing the comment in WP Admin.&#60;/p&#62;
&#60;p&#62;I'll look into why this isn't working and hopefully provide a long term solution.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dietista on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-13134</link>
			<pubDate>Fri, 18 Feb 2011 20:03:15 +0000</pubDate>
			<dc:creator>Dietista</dc:creator>
			<guid isPermaLink="false">13134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a solution for this bug? I have been working for 5 months with the Cleancut Theme and I do not know how to delete the link when the field &#34;Website&#34; is empty.&#60;br /&#62;
I am sure than someone has found it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-12127</link>
			<pubDate>Mon, 31 Jan 2011 16:45:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Damn...I didn't test the code but I thought it would do what you wan't...(because it changes the value of the variable before the post/get php code)&#60;/p&#62;
&#60;p&#62;Yes you're right after all - the last solution is to modify the core files. I didn't look into it but I think the reason why the email field behaves different is because WP checks the input (i.e. if a &#34;@&#34; symbol exists, valid e-mail adress structure, etc.) - obviously the website field doesn't support this validation function.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carsten on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-12068</link>
			<pubDate>Sun, 30 Jan 2011 08:52:29 +0000</pubDate>
			<dc:creator>Carsten</dc:creator>
			<guid isPermaLink="false">12068@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This does not work unfortunately.&#60;/p&#62;
&#60;p&#62;This operation has to be done in the script that processes the post (wp-comments-post.php).&#60;br /&#62;
But this is a core-script. So I don't want to change it.&#60;/p&#62;
&#60;p&#62;Do you have any idea how to do it?&#60;/p&#62;
&#60;p&#62;What strikes me: I translated &#34;E-Mail-Adresse&#34; into German. If no mail is entered, no value is saved. Why does it work with the mail and not with the url?&#60;/p&#62;
&#60;p&#62;Thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-12034</link>
			<pubDate>Sat, 29 Jan 2011 09:05:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
just replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;url&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;url&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author_url; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;3&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;url&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Website&#38;#39;,&#38;#39;habitat&#38;#39;); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;url&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;url&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author_url; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;3&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;url&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Website&#38;#39;,&#38;#39;habitat&#38;#39;); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;?php
if ( $comment_author_url == &#38;#39;Website&#38;#39; ) { $comment_author_url = &#38;#39;&#38;#39;;}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should keep the &#34;website&#34; value for the form field but delete it afterwards in the background if nothing was inserted in the website field...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carsten on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-11963</link>
			<pubDate>Thu, 27 Jan 2011 22:14:30 +0000</pubDate>
			<dc:creator>Carsten</dc:creator>
			<guid isPermaLink="false">11963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I guess you are talking about this line....&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;url&#34; class=&#34;text_input&#34; id=&#34;url&#34; value=&#34;&#38;lt;?php echo $comment_author_url; ?&#38;gt;&#34; size=&#34;22&#34; tabindex=&#34;3&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;label for=&#34;url&#34;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e('Website','habitat'); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;But this is not a good solution because now there is nothing that tells us that this field is for the website-URL.&#60;br /&#62;
The field is just empty. See here: &#60;a href=&#34;http://www.notopia.net/blog/1924/social-entrepreneur#respond&#34; rel=&#34;nofollow&#34;&#62;http://www.notopia.net/blog/1924/social-entrepreneur#respond&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Isn't there a better solution?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-11925</link>
			<pubDate>Thu, 27 Jan 2011 09:03:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can remove this &#34;auto generated value&#34; by replacing following code in comments.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;email&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;email&#38;quot; value=&#38;quot;&#38;lt;?php echo $comment_author_email; ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;2&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;email&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Mail (will not be published)&#38;#39;,&#38;#39;habitat&#38;#39;);  if ($req) echo &#38;quot; (required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;email&#38;quot; class=&#38;quot;text_input&#38;quot; id=&#38;quot;email&#38;quot; value=&#38;quot;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;2&#38;quot; /&#38;gt;
&#38;lt;label for=&#38;quot;email&#38;quot;&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php _e(&#38;#39;Mail (will not be published)&#38;#39;,&#38;#39;habitat&#38;#39;);  if ($req) echo &#38;quot; (required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carsten on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-11877</link>
			<pubDate>Wed, 26 Jan 2011 09:31:32 +0000</pubDate>
			<dc:creator>Carsten</dc:creator>
			<guid isPermaLink="false">11877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I translated the Comments-Form aswell. Here is my (German) translation:&#60;br /&#62;
if ($comment_author_url == '') $comment_author_url = __('Webseite');&#60;/p&#62;
&#60;p&#62;The form looks fine but I have a problem.&#60;/p&#62;
&#60;p&#62;If the &#34;Webseite&#34;-field is not filled out, the value &#34;http://webseite/&#34; is saved into the database.&#60;br /&#62;
It would be nicer if nothing would be saved in this case.&#60;/p&#62;
&#60;p&#62;Can you help?&#60;/p&#62;
&#60;p&#62;Thank you very much!&#60;/p&#62;
&#60;p&#62;Side note: I am using the Habitat-Theme. But I guess it is the same situation...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-9181</link>
			<pubDate>Sat, 20 Nov 2010 18:39:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-9173</link>
			<pubDate>Sat, 20 Nov 2010 14:56:13 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">9173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Yes it works ... thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-8643</link>
			<pubDate>Wed, 10 Nov 2010 07:17:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please open up comments.php and make the required changes there - search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($comment_author == &#38;#39;&#38;#39;) $comment_author = __(&#38;#39;Name&#38;#39;);
if ($comment_author_email == &#38;#39;&#38;#39;) $comment_author_email = __(&#38;#39;E-Mail Adress&#38;#39;);
if ($comment_author_url == &#38;#39;&#38;#39;) $comment_author_url = __(&#38;#39;Website&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the words Name, Emil, etc. to your needs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-8617</link>
			<pubDate>Tue, 09 Nov 2010 19:37:48 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">8617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks but this is for the contactform not the comments form for the blog.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-8570</link>
			<pubDate>Tue, 09 Nov 2010 06:40:43 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">8570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First, open the &#60;strong&#62;Admin Panel&#60;/strong&#62;, and navigate to &#60;strong&#62;Appearance &#38;gt; Editor&#60;/strong&#62;. Then, you can open the comment form's code by selecting &#60;strong&#62;Contact Form Page Template&#60;/strong&#62; on the right. In the code area find lines of code that read like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php _e('Website','avisio'); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You only have to change the text &#60;strong&#62;Website&#60;/strong&#62; (or name, etc.) to get the desired effect.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Translating comments form"</title>
			<link>http://www.kriesi.at/support/topic/translating-comments-form#post-8559</link>
			<pubDate>Mon, 08 Nov 2010 20:30:41 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">8559@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In which file must I change the code to translate the fieldname Name, Email Adress and Website and the submit button text?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
