<?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>
									Force moderation for logged in users - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 14 Aug 2026 00:25:23 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115818</link>
                        <pubDate>Tue, 25 Jun 2024 12:29:20 +0000</pubDate>
                        <description><![CDATA[Hi @gar1 
This must work:Dashboard &gt; wpForo &gt; Settings &gt; Spam Protection &gt; Posts must be manually approved
Please check it again, then go to Dashboard &gt; wpForo &gt; Overview...]]></description>
                        <content:encoded><![CDATA[<p>Hi @gar1 </p>
<p>This must work:<br /><span>Dashboard &gt; wpForo &gt; Settings &gt; Spam Protection &gt; </span><a href="https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#posts-must-be-manually-approved">Posts must be manually approved</a></p>
<p>Please check it again, then go to Dashboard &gt; wpForo &gt; Overview admin page, find the <span style="color: #ff0000"></span> button and click it. If this option doesn't work then your forum is crashed. This is the only option which will work for all non-moderator and non-admin users.</p>
<p>When you check it, make sure you're logged in with and account which has Registered or other non-admin non-mederator usergroup.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115818</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115801</link>
                        <pubDate>Mon, 24 Jun 2024 23:45:29 +0000</pubDate>
                        <description><![CDATA[I started looking into the plugin code and I discovered a function called auto_moderate in the Moderation class.  It seems to be doing the checks for whether or not a post needs to be modera...]]></description>
                        <content:encoded><![CDATA[<p>I started looking into the plugin code and I discovered a function called auto_moderate in the Moderation class.  It seems to be doing the checks for whether or not a post needs to be moderated.</p>
<p>It is checking the user's usergroup and looking for can( 'em' ) or can( 'aup' ) and setting the item status accordingly.  Seems like status set to 1 forces moderation.</p>
<p>In the database this particular usergroup has the following json stored...</p>
<p>a:37:{s:2:"mf";i:0;s:2:"ms";i:0;s:2:"mt";i:0;s:2:"vm";i:0;s:3:"aum";i:0;s:3:"vmg";i:0;s:2:"mp";i:0;s:3:"mth";i:0;s:2:"em";i:1;s:2:"bm";i:0;s:2:"dm";i:0;s:3:"aup";i:0;s:9:"view_stat";i:1;s:4:"vmem";i:1;s:4:"vprf";i:1;s:4:"vpra";i:1;s:4:"vprs";i:0;s:3:"upc";i:1;s:3:"upa";i:1;s:3:"ups";i:1;s:2:"va";i:1;s:3:"vmu";i:0;s:3:"vmm";i:0;s:3:"vmt";i:1;s:4:"vmct";i:1;s:3:"vmr";i:1;s:3:"vmw";i:1;s:4:"vmsn";i:1;s:4:"vmrd";i:1;s:3:"vml";i:1;s:3:"vmo";i:1;s:3:"vms";i:1;s:4:"vmam";i:1;s:4:"vwpm";i:1;s:3:"caa";i:1;s:12:"vt_add_topic";i:1;i:0;s:0:"";}</p>
<p>You can see the value of em is 1 and in auto_moderate finds the value of 1 for em and sets the status to 0 thus allowing immediate publication.</p>
<p>This is my basic understanding but I'd be happy for you to clarify if I have it wrong.</p>
<p>Is this correct?  What setting causes the system to store em to 1 in the database?  What does em stand for and what does aup stand for?</p>
<p>If I want to force all posts and replies to be queued for moderation I was thinking of overriding this function in our child theme and returning status = 1 always.  Does that sound like sound logic?  Since I do not see any hooks here, would overriding the function in our child theme be problematic with WPForo plugin updates?</p>
<p>I would greatly appreciate it if you can answer my questions.</p>
<p>Thank you.</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>GAR1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115801</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115799</link>
                        <pubDate>Mon, 24 Jun 2024 15:23:32 +0000</pubDate>
                        <description><![CDATA[@sofy Up until a few minutes ago all of our usergroups but one (the Admin usergroup) was set to disable can pass moderation.  I just disabled it on the admin usergroup as well.  All of our u...]]></description>
                        <content:encoded><![CDATA[<p>@sofy Up until a few minutes ago all of our usergroups but one (the Admin usergroup) was set to disable can pass moderation.  I just disabled it on the admin usergroup as well.  All of our usergroups now have can pass moderation disabled and the problem persists.</p>
<p>I just created the second post for my test user and the post was published immediately and nothing is in the moderation queue.</p>
<p>Please let me know if you have any other suggestions/ideas.</p>
<p>Thank you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>GAR1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115799</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115787</link>
                        <pubDate>Mon, 24 Jun 2024 09:17:03 +0000</pubDate>
                        <description><![CDATA[@gar1 
Please navigate to Dashboard &gt; Forums &gt; Usergroups admin page.Edit all Usergroups one by one and make sure the “Can pass moderation” permission is not enabled.]]></description>
                        <content:encoded><![CDATA[<p>@gar1 </p>
<p>Please navigate to Dashboard &gt; Forums &gt; Usergroups admin page.<br /><br />Edit all Usergroups one by one and make sure the “Can pass moderation” permission is not enabled.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115787</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115783</link>
                        <pubDate>Sun, 23 Jun 2024 18:47:51 +0000</pubDate>
                        <description><![CDATA[@tutrix Unfortunately the system doesn&#039;t seem to be following the logic.  My test user&#039;s first post was published immediately and was not held for moderation.
I am looking to force all post...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix Unfortunately the system doesn't seem to be following the logic.  My test user's first post was published immediately and was not held for moderation.</p>
<p>I am looking to force all posts to be held for moderation.  I do not want any threshold to be met which allows for posts to be published immediately.</p>
<p>Please advise if this is possible.  It seems I have configured the plugin as you and the documentation has suggested but still no posts are held for moderation.</p>
<p>Thank you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>GAR1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115783</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115778</link>
                        <pubDate>Sat, 22 Jun 2024 19:46:56 +0000</pubDate>
                        <description><![CDATA[@gar1 
Logically, there are only 5 posts that need to be manually approved.]]></description>
                        <content:encoded><![CDATA[<p>@gar1 </p>
<p>Logically, there are only 5 posts that need to be manually approved.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115778</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115777</link>
                        <pubDate>Sat, 22 Jun 2024 19:38:25 +0000</pubDate>
                        <description><![CDATA[@tutrix - It is currently set to 5]]></description>
                        <content:encoded><![CDATA[@tutrix - It is currently set to 5]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>GAR1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115777</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115774</link>
                        <pubDate>Sat, 22 Jun 2024 16:06:15 +0000</pubDate>
                        <description><![CDATA[@gar1 
User is New (under hard spam control) during first  posts what value are you using510100100010000or0]]></description>
                        <content:encoded><![CDATA[<p>@gar1 </p>
<p>User is New (under hard spam control) during first<span style="color: #ff0000"> </span> posts<br /><br /><span style="color: #ff0000"></span> <br /><br />what value are you using<br /><br />5<br />10<br />100<br />1000<br />10000<br />or<br />0</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115774</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115773</link>
                        <pubDate>Sat, 22 Jun 2024 15:36:41 +0000</pubDate>
                        <description><![CDATA[Thank you for the suggestion but we already have that enabled.
Do you know if moderation rules are ignored when the user has an account and is logged in?]]></description>
                        <content:encoded><![CDATA[<p>Thank you for the suggestion but we already have that enabled.</p>
<p>Do you know if moderation rules are ignored when the user has an account and is logged in?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>GAR1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115773</guid>
                    </item>
				                    <item>
                        <title>RE: Force moderation for logged in users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115767</link>
                        <pubDate>Sat, 22 Jun 2024 04:07:21 +0000</pubDate>
                        <description><![CDATA[Hi @gar1 
Dashboard &gt; wpForo &gt; Settings &gt; Spam Protection &gt; Posts must be manually approved]]></description>
                        <content:encoded><![CDATA[<p>Hi @gar1 </p>
<p>Dashboard &gt; wpForo &gt; Settings &gt; Spam Protection &gt; <a href="https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#posts-must-be-manually-approved">Posts must be manually approved</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/force-moderation-for-logged-in-users/#post-115767</guid>
                    </item>
							        </channel>
        </rss>
		