<?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 remove delete user icon - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-remove-delete-user-icon/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 19 Jul 2026 10:24:29 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to remove delete user icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-remove-delete-user-icon/#post-137199</link>
                        <pubDate>Wed, 07 Jan 2026 15:42:15 +0000</pubDate>
                        <description><![CDATA[Thanks. It worked perfect.]]></description>
                        <content:encoded><![CDATA[<p>Thanks. It worked perfect.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>helge</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-remove-delete-user-icon/#post-137199</guid>
                    </item>
				                    <item>
                        <title>Re: How to remove delete user icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-remove-delete-user-icon/#post-137187</link>
                        <pubDate>Wed, 07 Jan 2026 10:04:08 +0000</pubDate>
                        <description><![CDATA[@helge,
You can remove the delete user icon (Delete Own Account button) from the user profile in wpForo by adding this CSS code to the Custom CSS textarea in your forum settings:

#wpforo #...]]></description>
                        <content:encoded><![CDATA[@helge,
You can remove the delete user icon (Delete Own Account button) from the user profile in wpForo by adding this CSS code to the Custom CSS textarea in your forum settings:

#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span.wpf-ab-delete {display:none}

To add this CSS:
<ul><li>For Single Board Forum: Go to Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles</li><li>For Multi-Boards Forum: Go to Dashboard &gt;  &gt; Settings &gt; Colors &amp; Styles tab</li></ul>

Alternatively, you can disable the delete account button programmatically by adding this code to your child theme's functions.php file or using the Code Snippets plugin:

<pre>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>wpForo Support</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-remove-delete-user-icon/#post-137187</guid>
                    </item>
				                    <item>
                        <title>How to remove delete user icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-remove-delete-user-icon/#post-137148</link>
                        <pubDate>Sun, 04 Jan 2026 15:42:38 +0000</pubDate>
                        <description><![CDATA[I would like to remove the delete user icon from the account window.]]></description>
                        <content:encoded><![CDATA[<p>I would like to remove the delete user icon from the account window.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>helge</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-remove-delete-user-icon/#post-137148</guid>
                    </item>
							        </channel>
        </rss>
		