<?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 to disable delete account button for users? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 11:05:36 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to disable delete account button for users?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/#post-116980</link>
                        <pubDate>Sat, 17 Aug 2024 12:53:41 +0000</pubDate>
                        <description><![CDATA[Hi @novedddd,
You can also disable the Delete Own Account button using this hook code in Code Snippets plugin or directly in your child theme&#039;s functions.php file:
add_filter(&#039;wpforo_can_u...]]></description>
                        <content:encoded><![CDATA[<p>Hi @novedddd,</p>
<p>You can also disable the Delete Own Account button using this hook code in <a href="https://wordpress.org/plugins/code-snippets/" target="_blank" rel="noopener">Code Snippets</a> plugin or directly in your child theme's functions.php file:</p>
<pre contenteditable="false">add_filter('wpforo_can_user_self_delete', '__return_false' );</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/#post-116980</guid>
                    </item>
				                    <item>
                        <title>RE: How to disable delete account button for users?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/#post-116971</link>
                        <pubDate>Sat, 17 Aug 2024 04:34:25 +0000</pubDate>
                        <description><![CDATA[Thank you, I actually ended up using css before I created this post, so, my concern is why is CSS is the only option for something this important? If you consider nearly every other forum or...]]></description>
                        <content:encoded><![CDATA[
<p>Hello,</p>
<p>You can use the CSS code below: </p>
<pre contenteditable="false"> #wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span.wpf-ab-delete {display:none}</pre>
<p> </p>
<p>Insert the code in the Custom CSS code textarea located in the following tab: </p>
<p>For the Single Board Forum:</p>
<ul>
<li>Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles</li>
</ul>
<p>Multi-Boards Forum:</p>
<ul>
<li>Dashboard &gt;<span> </span><span> </span>&gt; Settings &gt; Colors &amp; Styles tab</li>
<li>Dashboard &gt;<span>  </span>&gt; Settings &gt; Colors &amp; Styles tab</li>
</ul>
<p>For example:</p>
<ul>
<li>Dashboard &gt;<span> </span><span><span style="color: #ff0000"><strong>EN</strong></span> </span>Forum &gt; Settings &gt; Colors &amp; Styles tab</li>
<li>Dashboard &gt;<span> </span><span style="color: #ff0000"><strong>FR</strong> </span>Forum &gt; Settings &gt; Colors &amp; Styles tab</li>
</ul>
<p></p>
<p> </p>
<p>Thank you, I actually ended up using css before I created this post, so, my concern is why is CSS is the only option for something this important? If you consider nearly every other forum or social plugin, very few, if any allow users to delete their own account by default. Shouldn't this be a toggle somewhere within the admin area?</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>Noved</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/#post-116971</guid>
                    </item>
				                    <item>
                        <title>RE: How to disable delete account button for users?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/#post-116742</link>
                        <pubDate>Tue, 13 Aug 2024 09:14:01 +0000</pubDate>
                        <description><![CDATA[Hello,
You can use the CSS code below: 
 #wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span.wpf-ab-delete {display:none}
 
Insert the code in the Custom CSS code textarea locat...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>You can use the CSS code below: </p>
<pre contenteditable="false"> #wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span.wpf-ab-delete {display:none}</pre>
<p> </p>
<p>Insert the code in the Custom CSS code textarea located in the following tab: </p>
<p>For the Single Board Forum:</p>
<ul>
<li>Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles</li>
</ul>
<p>Multi-Boards Forum:</p>
<ul>
<li>Dashboard &gt;<span> </span><span> </span>&gt; Settings &gt; Colors &amp; Styles tab</li>
<li>Dashboard &gt;<span>  </span>&gt; Settings &gt; Colors &amp; Styles tab</li>
</ul>
<p>For example:</p>
<ul>
<li>Dashboard &gt;<span> </span><span><span style="color: #ff0000"><strong>EN</strong></span> </span>Forum &gt; Settings &gt; Colors &amp; Styles tab</li>
<li>Dashboard &gt;<span> </span><span style="color: #ff0000"><strong>FR</strong> </span>Forum &gt; Settings &gt; Colors &amp; Styles tab</li>
</ul>]]></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/how-to-disable-delete-account-button-for-users/#post-116742</guid>
                    </item>
				                    <item>
                        <title>How to disable delete account button for users?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/#post-116735</link>
                        <pubDate>Mon, 12 Aug 2024 19:52:45 +0000</pubDate>
                        <description><![CDATA[We just had a user today who chose to click the &quot;delete account&quot; button from their profile, which resulted in their entire account being deleted. They now regret doing it, and it seems there...]]></description>
                        <content:encoded><![CDATA[<p>We just had a user today who chose to click the "delete account" button from their profile, which resulted in their entire account being deleted. They now regret doing it, and it seems there's nothing I can do since their entire account was deleted without my knowledge as Admin. I honestly had no idea that this was even turned on by default for users. I think this shouldn't be turned on by default for users, for this very reason. I can't seem to find anything in the settings to disable this. What's the best way to do this?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Noved</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-delete-account-button-for-users/#post-116735</guid>
                    </item>
							        </channel>
        </rss>
		