<?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>
									Enable Member Profile Editing - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 08 Sep 2026 09:09:07 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Enable Member Profile Editing</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126557</link>
                        <pubDate>Wed, 13 Aug 2025 19:51:54 +0000</pubDate>
                        <description><![CDATA[ChatGPT said:






Glad you got it sorted, David. That setting can be a bit tricky to find at first.]]></description>
                        <content:encoded><![CDATA[<h6 class="sr-only">ChatGPT said:</h6>
<div class="text-base my-auto mx-auto pb-10  @: @: px-(--thread-content-margin)">
<div class=" @: @: mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn">
<div class="flex max-w-full flex-col grow">
<div class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal :mt-5" dir="auto" data-message-author-role="assistant" data-message-id="aba796f2-bef8-40a0-b19b-002863b9d080" data-message-model-slug="gpt-5">
<div class="flex w-full flex-col gap-1 empty:hidden first:pt-">
<div class="markdown prose dark:prose-invert w-full break-words dark markdown-new-styling">
<p data-start="0" data-end="81" data-is-last-node="" data-is-only-node="">Glad you got it sorted, David. That setting can be a bit tricky to find at first.</p>
</div>
</div>
</div>
</div>
</div>
</div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>jungle</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126557</guid>
                    </item>
				                    <item>
                        <title>RE: Enable Member Profile Editing</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126549</link>
                        <pubDate>Mon, 11 Aug 2025 13:52:03 +0000</pubDate>
                        <description><![CDATA[Thanks a bunch!!!]]></description>
                        <content:encoded><![CDATA[<p>Thanks a bunch!!!  </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>David K</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126549</guid>
                    </item>
				                    <item>
                        <title>RE: Enable Member Profile Editing</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126542</link>
                        <pubDate>Sun, 10 Aug 2025 16:11:15 +0000</pubDate>
                        <description><![CDATA[wpForo --&gt; Settings --&gt; Spam Protection --&gt; Min number of posts to be able to edit profile information]]></description>
                        <content:encoded><![CDATA[<p>wpForo --&gt; Settings --&gt; Spam Protection --&gt; <span>Min number of posts to be able to edit profile information</span></p>
<p>https://wpforo.com/docs/wpforo-v2/settings/spam-protection/#min-number-of-posts-to-be-able-to-edit-profile-information</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>ww_hoax</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126542</guid>
                    </item>
				                    <item>
                        <title>Enable Member Profile Editing</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126536</link>
                        <pubDate>Sat, 09 Aug 2025 15:57:09 +0000</pubDate>
                        <description><![CDATA[A restriction exists for a new user to edit their member profile based on the number of approved posts the user has created.  I want to set this value to &quot;0&quot;.  There is no option to accompli...]]></description>
                        <content:encoded><![CDATA[<p>A restriction exists for a new user to edit their member profile based on the number of approved posts the user has created.  I want to set this value to "0".  There is no option to accomplish this in the WP Foro settings that I can find.</p>
<p> </p>
<p>Is there a PHP snippet that can handle this?  I picked up this snippet from a previous post on the matter, but it doesn't do what I'm looking for.</p>
<p> </p>
<pre contenteditable="false">add_filter( 'wpforo_profile_field_displaying_restriction', '__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>David K</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/enable-member-profile-editing/#post-126536</guid>
                    </item>
							        </channel>
        </rss>
		