<?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>
									wpForo 1.7.3 and 1.7.4 are released! - wpForo Announcements				            </title>
            <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 19 Apr 2026 14:48:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: wpForo 1.7.3 and 1.7.4 are released!</title>
                        <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40438</link>
                        <pubDate>Fri, 24 Apr 2020 10:24:54 +0000</pubDate>
                        <description><![CDATA[Posted by: @percysgrowroom 
How can we remove the code so it can display as it was? 
I thought we ha da choice of which one to show and mine has changed already lol. 
Do I just remove the...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="7384" data-postid="40436" data-mention="percysgrowroom">
<div class="wpforo-post-quote-author"><strong> Posted by: @percysgrowroom </strong></div>
<p>How can we remove the code so it can display as it was? </p>
<p>I thought we ha da choice of which one to show and mine has changed already lol. </p>
<p>Do I just remove the code above from my Function php?</p>
</blockquote>
<p>What code do you mean? if you want to display all users (active and inactive) on your members page you just need to put this function in your active WordPress theme functions.php file, then delete wpForo cache. It's already described above:</p>
<pre>add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-announcements/">wpForo Announcements</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40438</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo 1.7.3 and 1.7.4 are released!</title>
                        <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40436</link>
                        <pubDate>Fri, 24 Apr 2020 10:20:35 +0000</pubDate>
                        <description><![CDATA[How can we remove the code so it can display as it was? 
I thought we ha da choice of which one to show and mine has changed already lol. 
Do I just remove the code above from my Function ...]]></description>
                        <content:encoded><![CDATA[<p>How can we remove the code so it can display as it was? </p>
<p>I thought we ha da choice of which one to show and mine has changed already lol. </p>
<p>Do I just remove the code above from my Function php?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-announcements/">wpForo Announcements</category>                        <dc:creator>Macky</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40436</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo 1.7.3 and 1.7.4 are released!</title>
                        <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40420</link>
                        <pubDate>Fri, 24 Apr 2020 08:19:31 +0000</pubDate>
                        <description><![CDATA[Posted by: @mondesensuel 

 

New Hook: 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 pa...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1167" data-postid="40417" data-mention="mondesensuel">
<div class="wpforo-post-quote-author"><strong> Posted by: @mondesensuel </strong></div>
<blockquote data-userid="1" data-postid="40301" data-mention="robert">
<p> </p>
<ul>
<li><span style="color: #0000ff">New Hook:</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 style="color: #993300">add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });</span></li>
</ul>
</blockquote>
<p>Hi, Where I need to put this ?<span> </span><span style="color: #993300">add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });</span></p>
</blockquote>
<p>Hi @mondesensuel, </p>
<p>I just updated the code, you should put that code in your active WordPress theme <span style="color: #ff0000">functions.php</span>, then navigate to <span style="color: #3366ff">Dashboard &gt; Forums &gt; Dashboard</span> and click the <span style="color: #ff0000"></span> button. If you have a WordPress child theme, you should only put this code in the child theme <span style="color: #ff0000">functions.php</span> file.</p>
<p>Here is an alternative way to easily add this code: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-announcements/">wpForo Announcements</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40420</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo 1.7.3 and 1.7.4 are released!</title>
                        <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40418</link>
                        <pubDate>Fri, 24 Apr 2020 07:40:13 +0000</pubDate>
                        <description><![CDATA[Posted by: @robert 
Updated: Lighter and smaller threaded layout editor for replies

I just updated!  Yay!  And I love this new look of the threaded layout editor for replies, too!  
Tha...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="40301" data-mention="robert">
<div class="wpforo-post-quote-author"><strong> Posted by: @robert </strong></div>
<p><span style="color: #ff6600">Updated:</span> Lighter and smaller threaded layout editor for replies</p>
</blockquote>
<p>I just updated!  Yay!  And I love this new look of the threaded layout editor for replies, too!  </p>
<p>Thank you Robert, Sofy, Alvina, Martin, Blackraz, and the entire wpForo Team!  You all are rockstars!  </p>
<p>🤩  🤩  🤩  🤩  🤩  ! </p>
<p>  Add a donate button at the sidebar of your forum.  :-) Allow us, your forum users, the admins of our own forums, thanks to you guys, please allow us to buy you coffee or pizza!  :-) Stay safe 😷 and healthy and God bless you all!   </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-announcements/">wpForo Announcements</category>                        <dc:creator>CrisW</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40418</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo 1.7.3 and 1.7.4 are released!</title>
                        <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40417</link>
                        <pubDate>Fri, 24 Apr 2020 07:34:43 +0000</pubDate>
                        <description><![CDATA[New Hook: 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;wpforo_displa...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="40301" data-mention="robert">
<p> </p>
<ul>
<li><span style="color: #0000ff">New Hook:</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 style="color: #993300">add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });</span></li>
</ul>
</blockquote>
<p>Hi, Where I need to put this ?<span> </span><span style="color: #993300">add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });</span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-announcements/">wpForo Announcements</category>                        <dc:creator>Mondesensuel</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40417</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo 1.7.3 is released!</title>
                        <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40314</link>
                        <pubDate>Wed, 22 Apr 2020 09:22:23 +0000</pubDate>
                        <description><![CDATA[Posted by: @robert 
Updated: Lighter and smaller threaded layout editor for replies

I love this, thanks to the WP foro team.]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="40301" data-mention="robert">
<div class="wpforo-post-quote-author"><strong> Posted by: @robert </strong></div>
<p><span style="color: #ff6600">Updated:</span> Lighter and smaller threaded layout editor for replies</p>
</blockquote>
<p>I love this, thanks to the WP foro team. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-announcements/">wpForo Announcements</category>                        <dc:creator>netvilox</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40314</guid>
                    </item>
				                    <item>
                        <title>wpForo 1.7.3 and 1.7.4 are released!</title>
                        <link>https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40301</link>
                        <pubDate>Tue, 21 Apr 2020 20:49:34 +0000</pubDate>
                        <description><![CDATA[We released bug-fix 1.7.3, then 1.7.4 version. Some important bugs are fixed.
 
Important update notes

Some JS and CSS files are changed, please refresh (press Ctrl+F5) on forum front-e...]]></description>
                        <content:encoded><![CDATA[<p><strong>We released bug-fix 1.7.3, then 1.7.4 version. Some important bugs are fixed.</strong></p>
<p> </p>
<p><span style="color: #ff6600"><strong>Important update notes</strong></span></p>
<ul>
<li>Some JS and CSS files are changed, please refresh (press Ctrl+F5) on forum front-end twice to reset browser cache, otherwise you'll see crashed design.</li>
<li>If you have a Cache or Minifier/Optimizer plugins please delete all caches after wpForo update.</li>
<li>If you use CDN and found some issues please purge it.</li>
</ul>
<p> </p>
<h2>Fixed Bugs in 1.7.3</h2>
<ul>
<li><span style="color: #ff6600">Updated:</span> Login button on Register page</li>
<li><span style="color: #ff6600">Updated</span>: Human readable Views and Post numbers on Threaded Layout topics list</li>
<li><span style="color: #ff6600">Updated:</span> Lighter and smaller threaded layout editor for replies</li>
<li><span style="color: #ff6600">Updated: </span>Italian Translation Update (it_IT), many thanks to Simone Ginosa</li>
<li><span style="color: #800080">Fixed Bug: </span>Missing  notification button style on non forum pages</li>
<li><span style="color: #800080">Fixed Bug: </span>Problem with  notification button on My Profile widget</li>
<li><span style="color: #800080">Fixed Bug: </span>Don't synch usergroups with roles if the option is disabled</li>
<li><span style="color: #800080">Fixed Bug: </span>Prevent wrong synchronization for admins if there is no rule for them</li>
<li><span style="color: #800080">Fixed Bug: </span>Keeps jumping to incorrect topic after splitting posts from a topic</li>
<li><span style="color: #800080">Fixed Bug: </span>WordPress login page URL in user registration form started from 5.4</li>
<li><span style="color: #800080">Fixed Bug: </span>Lots of small bugs in the core and CSS issues</li>
<li><span style="color: #800080">Fixed Bug: </span>New hook to stop conflicts with Page builder plugins, such as <span style="color: #3366ff">Flatsome</span> theme page builder. In this case you should enable the hook with this code:<span style="color: #993300"><em> add_filter('on_wpforo_load_remove_the_content_all_filters', '__return_true');</em></span></li>
</ul>
<p> </p>
<h2>Fixed Bugs in 1.7.4</h2>
<ul>
<li><span style="color: #800080">Fixed Bug: </span>Issue with user registration email formatting</li>
<li><span style="color: #800080">Fixed Bug:</span> Prevent 3rd party affection of user registration email type</li>
<li><span style="color: #800080"> Fixed Bug:</span> Admin front-end control panel dark style</li>
<li><span style="color: #800080">Fixed Bug:</span> Required fields validation issue in topic editor for quests</li>
<li><span style="color: #800080"> Fixed Bug:</span> Prevent executing 3rd party heavy SQLs through WP hooks in wpForo</li>
<li><span style="color: #800080">Fixed Bug:</span> Only display active users in forum members page</li>
<li><span style="color: #800080">Fixed Bug:</span> Only count active users in forum statistic</li>
<li><span style="color: #0000ff">New Hook:</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 style="color: #993300"> add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); }); <br /></span></li>
<li>once you put this hook in your active WordPress theme <span style="color: #ff0000">functions.php</span>, you should navigate to <span style="color: #3366ff">Dashboard &gt; Forums &gt; Dashboard</span> and click the <span style="color: #ff0000"></span> button. If you have a WordPress child theme, you should only put this code in the child theme <span style="color: #ff0000">functions.php</span> file.</li>
</ul>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/wpforo-announcements/">wpForo Announcements</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-announcements/wpforo-1-7-3-is-released/#post-40301</guid>
                    </item>
							        </channel>
        </rss>
		