<?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: Changing comment section in Blog</title>
		<link>http://www.kriesi.at/support/topic/changing-comment-section-in-blog</link>
		<description>Support Forum - Topic: Changing comment section in Blog</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 03:14:49 +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/changing-comment-section-in-blog" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Changing comment section in Blog"</title>
			<link>http://www.kriesi.at/support/topic/changing-comment-section-in-blog#post-27703</link>
			<pubDate>Sat, 24 Sep 2011 10:15:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27703@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eusoccernetwork on "Changing comment section in Blog"</title>
			<link>http://www.kriesi.at/support/topic/changing-comment-section-in-blog#post-27625</link>
			<pubDate>Fri, 23 Sep 2011 09:44:54 +0000</pubDate>
			<dc:creator>eusoccernetwork</dc:creator>
			<guid isPermaLink="false">27625@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;For others who might want to know the same ...&#60;/p&#62;
&#60;p&#62;To hide &#34;email&#34; &#34;url&#34; and &#34;allowed tags&#34;&#60;/p&#62;
&#60;p&#62;add_filter('comment_form_default_fields', 'remove_url');&#60;br /&#62;
function remove_url($val) {&#60;br /&#62;
    $val['url'] = '';&#60;br /&#62;
    return $val;&#60;br /&#62;
}&#60;br /&#62;
add_filter('comment_form_default_fields', 'remove_email');&#60;br /&#62;
function remove_email($val) {&#60;br /&#62;
    $val['email'] = '';&#60;br /&#62;
    return $val;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;in CSS editor:&#60;br /&#62;
.form-allowed-tags {&#60;br /&#62;
display: none;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing comment section in Blog"</title>
			<link>http://www.kriesi.at/support/topic/changing-comment-section-in-blog#post-27604</link>
			<pubDate>Fri, 23 Sep 2011 06:04:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Coalition uses the builtin &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/comment_form&#34;&#62;comment_form&#60;/a&#62; function.&#60;br /&#62;
To remove the Website/URL field, you can apply a filter. Add this to your functions.php file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;comment_form_default_fields&#38;#39;, &#38;#39;remove_url&#38;#39;);
function remove_url($val) {
    $val[&#38;#39;url&#38;#39;] = &#38;#39;&#38;#39;;
    return $val;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>eusoccernetwork on "Changing comment section in Blog"</title>
			<link>http://www.kriesi.at/support/topic/changing-comment-section-in-blog#post-27567</link>
			<pubDate>Thu, 22 Sep 2011 17:34:06 +0000</pubDate>
			<dc:creator>eusoccernetwork</dc:creator>
			<guid isPermaLink="false">27567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry.. can't find this out!!&#60;/p&#62;
&#60;p&#62;How can I :&#60;/p&#62;
&#60;p&#62;- Delete: Email and Website&#60;br /&#62;
- Delete: Available tags  (You may use these HTML tags and attributes: etc....)&#60;/p&#62;
&#60;p&#62;in LEAVE A REPLY section of the blog.&#60;br /&#62;
All I want is: Name and Message.&#60;/p&#62;
&#60;p&#62;Thanks a lot. I've been looking all over for this ... php files, wordpress panel ..
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
