<?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>
									Disable online/offline members status - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 11 Apr 2026 23:19:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57815</link>
                        <pubDate>Mon, 30 Aug 2021 08:49:59 +0000</pubDate>
                        <description><![CDATA[@tutrix with this code the forum FAW icons are still in place and you can&#039;t see either online or offline icons being displayed next to users in the forum.
 
I think this works. Many thanks...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix with this code the forum FAW icons are still in place and you can't see either online or offline icons being displayed next to users in the forum.</p>
<p> </p>
<p>I think this works. Many thanks for your help as always 👍 </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>fawp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57815</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57785</link>
                        <pubDate>Sat, 28 Aug 2021 15:18:21 +0000</pubDate>
                        <description><![CDATA[@fawp 
try this code
#wpforo #wpforo-wrap .wpfsx.wpfcl-0 {
   display: none !important;
}

#wpforo #wpforo-wrap .wpfsx.wpfcl-8 {
   display: none !important;
}]]></description>
                        <content:encoded><![CDATA[<p>@fawp </p>
<p>try this code</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpfsx.wpfcl-0 {
   display: none !important;
}

#wpforo #wpforo-wrap .wpfsx.wpfcl-8 {
   display: none !important;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57785</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57782</link>
                        <pubDate>Sat, 28 Aug 2021 15:02:14 +0000</pubDate>
                        <description><![CDATA[Hi @chris 
 
Thanks, I had already tried adding the !important bit to the code above, it did not make a difference unfortunately.]]></description>
                        <content:encoded><![CDATA[<p>Hi @chris </p>
<p> </p>
<p>Thanks, I had already tried adding the !important bit to the code above, it did not make a difference unfortunately.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>fawp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57782</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57742</link>
                        <pubDate>Fri, 27 Aug 2021 10:38:01 +0000</pubDate>
                        <description><![CDATA[@fawp,
Try this codes
.wpfsx .wpfcl-0 {
display: none !important;
}

.wpfsx .wpfcl-8 {
display: none !important;
}]]></description>
                        <content:encoded><![CDATA[<p>@fawp,</p>
<p>Try this codes</p>
<pre contenteditable="false">.wpfsx .wpfcl-0 {
display: none !important;
}

.wpfsx .wpfcl-8 {
display: none !important;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57742</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57716</link>
                        <pubDate>Thu, 26 Aug 2021 15:46:52 +0000</pubDate>
                        <description><![CDATA[@chris I am working on a localhost.]]></description>
                        <content:encoded><![CDATA[@chris I am working on a localhost.]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>fawp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57716</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57706</link>
                        <pubDate>Thu, 26 Aug 2021 09:03:00 +0000</pubDate>
                        <description><![CDATA[Hi @fawp,
Please give us your forum URL.]]></description>
                        <content:encoded><![CDATA[<p>Hi @fawp,</p>
<p>Please give us your forum URL.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57706</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57637</link>
                        <pubDate>Mon, 23 Aug 2021 16:15:30 +0000</pubDate>
                        <description><![CDATA[Hi @tutrix 
 
I had not realized: by using the CSS code above, if you have Font Awesome icons on your forum front page they will disappear (attached pic of which icons I&#039;m talking about)....]]></description>
                        <content:encoded><![CDATA[<p>Hi @tutrix </p>
<p> </p>
<p>I had not realized: by using the CSS code above, if you have Font Awesome icons on your forum front page they will disappear (attached pic of which icons I'm talking about).</p>
<p> </p>
<p>To retain the icons on the forum frontpage I tried the following CSS code</p>
<pre contenteditable="false">.wpfsx .wpfcl-8 {
display: none;
}

.wpfsx .wpfcl-0 {
display: none;
}</pre>
<p>This code does retain the icons on your frontpage, however it does not allow both the offline <strong>and</strong> the online icon to be switched off <strong>together</strong>, meaning it will only work if I use the code separately.</p>
<p> </p>
<p>So if I use</p>
<pre contenteditable="false">.wpfsx .wpfcl-8 {
display: none;
}</pre>
<p> I will retain Font Awesome icons on frontpage, get rid of online icons, but <strong>not</strong> offline icons.</p>
<p> </p>
<p>If I use</p>
<pre contenteditable="false">.wpfsx .wpfcl-0 {
display: none;
}</pre>
<p>I will retain Font Awesome icons on frontpage, get rid of offline icons, but <strong>not</strong> online icons.</p>
<p> </p>
<p>But if I use the combined code, both the offline and online icons will show up, meaning, the combined code won't achieve the objective.</p>
<p> </p>
<p>Are you able to reproduce the above?</p>
<p> </p>
<p>Thanks</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="faw-icons-lost.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1629735330-faw-icons-lost.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> faw-icons-lost.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>fawp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-57637</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-54987</link>
                        <pubDate>Fri, 02 Jul 2021 12:40:55 +0000</pubDate>
                        <description><![CDATA[@tutrix yes it works! Thank you so much 👍]]></description>
                        <content:encoded><![CDATA[@tutrix yes it works! Thank you so much 👍]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>fawp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-54987</guid>
                    </item>
				                    <item>
                        <title>RE: Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-54986</link>
                        <pubDate>Fri, 02 Jul 2021 12:14:27 +0000</pubDate>
                        <description><![CDATA[@fawp
 
online
.wpfcl-8 {
display: none;
}
offline
.wpfcl-0 {
display: none;
}]]></description>
                        <content:encoded><![CDATA[<p>@fawp</p>
<p> </p>
<p>online</p>
<pre contenteditable="false">.wpfcl-8 {
display: none;
}</pre>
<p>offline</p>
<pre contenteditable="false">.wpfcl-0 {
display: none;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-54986</guid>
                    </item>
				                    <item>
                        <title>Disable online/offline members status</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-54984</link>
                        <pubDate>Fri, 02 Jul 2021 10:13:23 +0000</pubDate>
                        <description><![CDATA[Hi support
 
I followed the advice given in this thread to disable members being shown online/offline but it does not work for me.
 
I have added the code below to &quot;Custom CSS Code:&quot; in ...]]></description>
                        <content:encoded><![CDATA[<p>Hi support</p>
<p> </p>
<p>I followed the advice given <a title="Remove online/offline dot" href="https://wpforo.com/community/how-to-and-troubleshooting-2/remove-online-offline-dot/" target="true">in this thread</a> to disable members being shown online/offline but it does not work for me.</p>
<p> </p>
<p>I have added the code below to "Custom CSS Code:" in the <strong>Styles</strong> menu</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author-name i {
   display: none;
}</pre>
<p> </p>
<p>Then I cleared all caches, went on main page and pressed CTRL+F5 twice, but the dot is still showing?</p>
<p>I have also checked that the code is included in colors.css.</p>
<p> </p>
<p>Can you advise? I'm on wpForo 1.9.7</p>
<p> </p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>fawp</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-online-offline-members-status/#post-54984</guid>
                    </item>
							        </channel>
        </rss>
		