<?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>
									Can I mass delete my inactive users? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-mass-delete-my-inactive-users/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 05 Sep 2026 14:50:40 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Can I mass delete my inactive users?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-mass-delete-my-inactive-users/#post-105256</link>
                        <pubDate>Mon, 25 Sep 2023 10:52:10 +0000</pubDate>
                        <description><![CDATA[Hi @aar,
Use PhpMyAdmin plugin or the same tool in your hosting cPanel, go to the SQL tab and execute the following SQL. Make sure you have a backup of your database. Also, please make sure...]]></description>
                        <content:encoded><![CDATA[<p>Hi @aar,</p>
<p>Use PhpMyAdmin plugin or the same tool in your hosting cPanel, go to the SQL tab and execute the following SQL. Make sure you have a backup of your database. Also, please make sure your table prefix is <span style="color: #ff0000">wp_</span>, if it isn't, change all red marked <span style="color: #ff0000">wp_</span> prefixes to yours.</p>
<pre contenteditable="false">DELETE u, um, p FROM ***wp_***users u
   INNER JOIN ***wp_***wpforo_profiles p ON p.`userid`   = u.`ID`
       LEFT JOIN ***wp_***usermeta    um ON um.`user_id` = u.`ID`
WHERE p.`posts` = 0
AND u.`ID` NOT IN( SELECT DISTINCT `post_author` FROM ***wp_***posts )
AND p.status = 'inactive'</pre>
<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/can-i-mass-delete-my-inactive-users/#post-105256</guid>
                    </item>
				                    <item>
                        <title>RE: Can I mass delete my inactive users?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-mass-delete-my-inactive-users/#post-105244</link>
                        <pubDate>Sun, 24 Sep 2023 16:31:08 +0000</pubDate>
                        <description><![CDATA[Hi,
What &quot;crashes&quot; exactly means? What is the error?
Also this should be removed from wpForo pages.
&lt;!-- Page supported by LiteSpeed Cache 5.6 on 2023-09-24 12:33:46 --&gt;]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>What "crashes" exactly means? What is the error?</p>
<p>Also this should be removed from wpForo pages.</p>
<pre id="line1" contenteditable="false"><span class="comment">&lt;!-- Page supported by LiteSpeed Cache 5.6 on 2023-09-24 12:33:46 --&gt;</span></pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-mass-delete-my-inactive-users/#post-105244</guid>
                    </item>
				                    <item>
                        <title>Can I mass delete my inactive users?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-mass-delete-my-inactive-users/#post-105243</link>
                        <pubDate>Sun, 24 Sep 2023 16:20:28 +0000</pubDate>
                        <description><![CDATA[When I try and mass delete my inactive users, the forum software crashes. I&#039;d like to delete 25K inactive users. Is there a way to do this? Thanks.]]></description>
                        <content:encoded><![CDATA[<p>When I try and mass delete my inactive users, the forum software crashes. I'd like to delete 25K inactive users. Is there a way to do this? <br /><br />Thanks.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>AAR</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-mass-delete-my-inactive-users/#post-105243</guid>
                    </item>
							        </channel>
        </rss>
		