<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How limit Comments number per user in specific period time - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 09 Sep 2026 01:24:58 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How limit Comments number per user in specific period time</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17267</link>
                        <pubDate>Tue, 08 Nov 2022 10:43:57 +0000</pubDate>
                        <description><![CDATA[@abdoo22, 
You can use the wpdiscuz_form_render hook. More info here:]]></description>
                        <content:encoded><![CDATA[<p>@abdoo22, </p>
<p>You can use the wpdiscuz_form_render hook. More info here: https://wpdiscuz.com/docs/codex/filters/wpdiscuz_form_render/ </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17267</guid>
                    </item>
				                    <item>
                        <title>RE: How limit Comments number per user in specific period time</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17257</link>
                        <pubDate>Mon, 07 Nov 2022 21:03:39 +0000</pubDate>
                        <description><![CDATA[Hello,
thank you for replay
i know this option but it limit comments for user lifetime
i need to limit for some times]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>thank you for replay</p>
<p>i know this option but it limit comments for user lifetime</p>
<p>i need to limit for some times</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>abdoo22</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17257</guid>
                    </item>
				                    <item>
                        <title>RE: How limit Comments number per user in specific period time</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17243</link>
                        <pubDate>Mon, 07 Nov 2022 10:13:01 +0000</pubDate>
                        <description><![CDATA[Hi @abdoo22,
Please check out the wpDiscuz &quot;Limit Comments per User&quot; option. It&#039;s located in the Dashboard &gt; wpDiscuz &gt; Settings &gt; Comment Moderation admin page. 
More info here:]]></description>
                        <content:encoded><![CDATA[<p>Hi @abdoo22,</p>
<p>Please check out the wpDiscuz "Limit Comments per User" option. It's located in the Dashboard &gt; wpDiscuz &gt; Settings &gt; Comment Moderation admin page. </p>
<p>More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-moderation/#limit-comments-per-user</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17243</guid>
                    </item>
				                    <item>
                        <title>How limit Comments number per user in specific period time</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17232</link>
                        <pubDate>Sat, 05 Nov 2022 12:58:26 +0000</pubDate>
                        <description><![CDATA[i need to limit numbers of comments user can post per time
as example: user can post only one comment / 24Hours
i try following function code
&quot;function dam_the_flood( $dam_it, $time_last,...]]></description>
                        <content:encoded><![CDATA[<p>i need to limit numbers of comments user can post per time</p>
<p>as example: user can post only one comment / 24Hours</p>
<p>i try following function code</p>
<p>"function dam_the_flood( $dam_it, $time_last, $time_new ) {<br />if ( ($time_new - $time_last) &lt; 86001 ) // time interval is 86001 <br />return true; // seconds<br />return false;<br />}<br />add_filter('comment_flood_filter', 'dam_the_flood', 10, 3);"</p>
<p> </p>
<p>it works with other website not use wp-discuz</p>
<p>but not with wp-discus</p>
<p>i hope can fix that issue</p>
<p>thanks</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>abdoo22</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-limit-comments-number-per-user-in-specific-period-time/#post-17232</guid>
                    </item>
							        </channel>
        </rss>
		