<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WP Nic Edit html comments issues with normal user comment</title>
	<atom:link href="http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/</link>
	<description>Let us digg deep into the wordpress</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:35:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: brajesh</title>
		<link>http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/comment-page-1/#comment-4040</link>
		<dc:creator>brajesh</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://geekytalks.com/?p=82#comment-4040</guid>
		<description>@ccvp I am a little busy with my Clients projects and because of bad health unable to devote time on this project.So I don&#039;t expect a release until the end of this month.

Thanks for your comments.
Brajesh</description>
		<content:encoded><![CDATA[<p>@ccvp I am a little busy with my Clients projects and because of bad health unable to devote time on this project.So I don&#8217;t expect a release until the end of this month.</p>
<p>Thanks for your comments.<br />
Brajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ccvp</title>
		<link>http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/comment-page-1/#comment-3925</link>
		<dc:creator>ccvp</dc:creator>
		<pubDate>Thu, 08 Oct 2009 08:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://geekytalks.com/?p=82#comment-3925</guid>
		<description>A few days ago only... I know.
When will be a new release with that &quot;must-have&quot; feature?

Thanks for this wonderfull plugin.</description>
		<content:encoded><![CDATA[<p>A few days ago only&#8230; I know.<br />
When will be a new release with that &#8220;must-have&#8221; feature?</p>
<p>Thanks for this wonderfull plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brajesh</title>
		<link>http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/comment-page-1/#comment-3325</link>
		<dc:creator>brajesh</dc:creator>
		<pubDate>Tue, 15 Sep 2009 09:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://geekytalks.com/?p=82#comment-3325</guid>
		<description>Thanks Ted for the tip.
I will be testing it and using it in the next version.
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks Ted for the tip.<br />
I will be testing it and using it in the next version.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted R.</title>
		<link>http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/comment-page-1/#comment-3319</link>
		<dc:creator>Ted R.</dc:creator>
		<pubDate>Tue, 15 Sep 2009 00:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://geekytalks.com/?p=82#comment-3319</guid>
		<description>I&#039;ve been wanting to modify the allowedtags array via plugin instead of hand changing the kses file myself.

Here are the contents of a plugin the removes filters. It&#039;s for WPMU where users posts get filtered. This plugin removes those filters if the user has a level of 5 or higher. Maybe you could use the same remove_filter function

function custom_allowed_html_comments() {
	global $current_user;
	get_currentuserinfo();
	
	// Makes sure that your user is at least halfway up the totem pole
	if ($current_user-&gt;user_level &gt;= $min_user_level) {
		remove_filter(&#039;content_save_pre&#039;, &#039;wp_filter_post_kses&#039;);
		remove_filter(&#039;excerpt_save_pre&#039;, &#039;wp_filter_post_kses&#039;);
		remove_filter(&#039;content_filtered_save_pre&#039;, &#039;wp_filter_post_kses&#039;);
	}
}

add_action(&#039;init&#039;, &#039;custom_allowed_html_comments&#039;, 20);</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been wanting to modify the allowedtags array via plugin instead of hand changing the kses file myself.</p>
<p>Here are the contents of a plugin the removes filters. It&#8217;s for WPMU where users posts get filtered. This plugin removes those filters if the user has a level of 5 or higher. Maybe you could use the same remove_filter function</p>
<p>function custom_allowed_html_comments() {<br />
	global $current_user;<br />
	get_currentuserinfo();</p>
<p>	// Makes sure that your user is at least halfway up the totem pole<br />
	if ($current_user-&gt;user_level &gt;= $min_user_level) {<br />
		remove_filter(&#8216;content_save_pre&#8217;, &#8216;wp_filter_post_kses&#8217;);<br />
		remove_filter(&#8216;excerpt_save_pre&#8217;, &#8216;wp_filter_post_kses&#8217;);<br />
		remove_filter(&#8216;content_filtered_save_pre&#8217;, &#8216;wp_filter_post_kses&#8217;);<br />
	}<br />
}</p>
<p>add_action(&#8216;init&#8217;, &#8216;custom_allowed_html_comments&#8217;, 20);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brajesh</title>
		<link>http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/comment-page-1/#comment-1783</link>
		<dc:creator>brajesh</dc:creator>
		<pubDate>Sat, 07 Feb 2009 21:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://geekytalks.com/?p=82#comment-1783</guid>
		<description>hi jessai&lt;br&gt;You are right.I can do that on my system by editing it manually,and i had tried it earlier.I am looking to make it possible for all the people who are using my comment plugin.&lt;br&gt;btw thanks for the suggestion.&lt;br&gt;regards&lt;br&gt;Brajesh&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>hi jessai<br />You are right.I can do that on my system by editing it manually,and i had tried it earlier.I am looking to make it possible for all the people who are using my comment plugin.<br />btw thanks for the suggestion.<br />regards<br />Brajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessai</title>
		<link>http://www.thinkinginwordpress.com/2009/01/wp-nic-edit-html-comments-issues-with-normal-user-comment/comment-page-1/#comment-1782</link>
		<dc:creator>jessai</dc:creator>
		<pubDate>Tue, 13 Jan 2009 12:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://geekytalks.com/?p=82#comment-1782</guid>
		<description>yes yoy have to modify this file /wp-includes/kses.php to allow html</description>
		<content:encoded><![CDATA[<p>yes yoy have to modify this file /wp-includes/kses.php to allow html</p>
]]></content:encoded>
	</item>
</channel>
</rss>
