<?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>
									Setting an inactive user to active - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 13 May 2026 01:06:15 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Setting an inactive user to active</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47494</link>
                        <pubDate>Fri, 06 Nov 2020 16:22:07 +0000</pubDate>
                        <description><![CDATA[I find it very strange that I as an administrator can&#039;t activate their accounts. That is suchs a standard feature.]]></description>
                        <content:encoded><![CDATA[<p>I find it very strange that I as an administrator can't activate their accounts. That is suchs a standard feature.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin_1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47494</guid>
                    </item>
				                    <item>
                        <title>RE: Setting an inactive user to active</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47451</link>
                        <pubDate>Thu, 05 Nov 2020 14:24:08 +0000</pubDate>
                        <description><![CDATA[@martin_1,
The most of email sending issues are server and site-specific issues so we can&#039;t help in these cases. We have a good list for website admins to find the reason and fix it. Please...]]></description>
                        <content:encoded><![CDATA[<p>@martin_1,</p>
<p>The most of email sending issues are server and site-specific issues so we can't help in these cases. We have a good list for website admins to find the reason and fix it. Please read this FAQ topic:</p>
<p><a class="wpforo-auto-embeded-link" href="https://wpforo.com/community/faq/not-receiving-automatic-replynotificationconfirmation-emails/#post-5344" target="_blank" rel="noopener">https://wpforo.com/community/faq/not-receiving-automatic-replynotificationconfirmation-emails/#post-5344</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>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47451</guid>
                    </item>
				                    <item>
                        <title>RE: Setting an inactive user to active</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47422</link>
                        <pubDate>Wed, 04 Nov 2020 15:53:17 +0000</pubDate>
                        <description><![CDATA[Hi,
I am sorry I haven&#039;t been back to respond to your suggestion. That wasn&#039;t exactly what i wanted :-). I have a few users who didn&#039;t recieve their e-mail to set their password. So they ca...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I am sorry I haven't been back to respond to your suggestion. That wasn't exactly what i wanted :-). I have a few users who didn't recieve their e-mail to set their password. So they can't activate their accounts.</p>
<p>Is this something I can do for them and how?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin_1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47422</guid>
                    </item>
				                    <item>
                        <title>RE: Setting an inactive user to active</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47151</link>
                        <pubDate>Sat, 24 Oct 2020 08:20:50 +0000</pubDate>
                        <description><![CDATA[Hi k@martin_1,
If you want to remove the &quot;only active users&quot; restriction for members list and members count in statistic you should use the new hook with this parameter: 
add_filter(&#039;wpfor...]]></description>
                        <content:encoded><![CDATA[<p>Hi k<span>@martin_1,</span></p>
<p><span>If you want to remove the "only active users" restriction for members list and members count in statistic you should use the new hook with this parameter:</span><span> </span></p>
<pre><span>add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });</span></pre>
<p>once you put this hook in your active WordPress theme<span> </span><strong><span style="color: #000080">functions.php</span></strong>, you should navigate to<span> </span><span>Dashboard &gt; Forums &gt; Dashboard</span><span> </span>and click the<span> </span><span></span><span> </span>button. If you have a WordPress child theme, you should only put this code in the child theme<span> </span><span style="color: #000080"><strong>functions.php</strong></span><span> </span>file.</p>
<p>Also please read the changelog here: https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47151</guid>
                    </item>
				                    <item>
                        <title>Setting an inactive user to active</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47136</link>
                        <pubDate>Fri, 23 Oct 2020 14:35:44 +0000</pubDate>
                        <description><![CDATA[This seems to be solved, However I can&#039;t seem to find how to do it.
I have a user who didn&#039;t recieve their email. So his status is set to inactive. How do I change that to active?]]></description>
                        <content:encoded><![CDATA[<p>This seems to be <a href="https://wpforo.com/community/how-to-and-troubleshooting-2/inactive-users-showing-as-0/#post-47115" target="true">solved</a>, However I can't seem to find how to do it.</p>
<p>I have a user who didn't recieve their email. So his status is set to inactive. How do I change that to active?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin_1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/setting-an-inactive-user-to-active/#post-47136</guid>
                    </item>
							        </channel>
        </rss>
		