<?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 Support Forum - Recent Posts				            </title>
            <link>https://wpforo.com/community/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 07 Jul 2026 06:39:37 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Rich Text Editor not displaying for some users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/rich-text-editor-not-displaying-for-some-users/#post-138781</link>
                        <pubDate>Mon, 06 Jul 2026 15:43:05 +0000</pubDate>
                        <description><![CDATA[This hasn&#039;t made any difference to the issue. What I have found is that for some of the users with issues if I change from Registered to something else, sync the accounts, then change back t...]]></description>
                        <content:encoded><![CDATA[<p>This hasn't made any difference to the issue. What I have found is that for some of the users with issues if I change from Registered to something else, sync the accounts, then change back to registered that about 75% of the time that solves the lack of Rich Text Editor, but that is only a viable method for individual users and it doesn't cure all of them :(</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>009Webmaster</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/rich-text-editor-not-displaying-for-some-users/#post-138781</guid>
                    </item>
				                    <item>
                        <title>wpForo online status tracking causes DB slowdowns site-wide</title>
                        <link>https://wpforo.com/community/wpforo-integration/wpforo-online-status-tracking-causes-db-slowdowns-site-wide/#post-138780</link>
                        <pubDate>Mon, 06 Jul 2026 14:36:22 +0000</pubDate>
                        <description><![CDATA[Hi,We noticed that the Members::update_online_time() function (in the classes/Members.php file) is hooked to WordPress&#039;s built-in set_current_user action. This action runs on every page load...]]></description>
                        <content:encoded><![CDATA[<p>Hi,<br /><br />We noticed that the Members::update_online_time() function (in the classes/Members.php file) is hooked to WordPress's built-in set_current_user action. This action runs on every page load for logged-in users, not just on forum pages. This means that even in setups where wpForo is embedded on only 1-2 specific forum pages, an unconditional UPDATE wp_wpforo_profiles SET online_time = ... query is executed site-wide (shop pages, checkout, homepage, admin panel).<br /><br />On our server, under high load, this situation appears in the MySQL slow query log with durations of 2-4.5 seconds due to profile table contention.<br /><br />We checked the "Online Status Timeout" setting in the profile settings, but this only controls how long a user is displayed as online; it does not restrict the write frequency.<br /><br />Would it be possible to introduce a setting that allows the update_online_time() function to write once every N minutes for each user (by checking the current value before writing), or a filter/hook that allows us to control this ourselves without patching the core plugin files?<br /><br />We believe this would significantly reduce the database load on WooCommerce + wpForo installations where most of the traffic never touches the forum.</p>
<p>Best Regards,</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>DeepLine Digital</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-integration/wpforo-online-status-tracking-causes-db-slowdowns-site-wide/#post-138780</guid>
                    </item>
				                    <item>
                        <title>RE: Rich Text Editor not displaying for some users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/rich-text-editor-not-displaying-for-some-users/#post-138778</link>
                        <pubDate>Mon, 06 Jul 2026 11:37:10 +0000</pubDate>
                        <description><![CDATA[@009webmaster 
The issue might be caused by the absolute URLs you have inserted. Please try using relative URLs instead.
/forum/*
/community/*
/participant/*]]></description>
                        <content:encoded><![CDATA[<p>@009webmaster </p>
<p>The issue might be caused by the absolute URLs you have inserted. Please try using relative URLs instead.</p>
<pre contenteditable="false">/forum/*
/community/*
/participant/*</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/rich-text-editor-not-displaying-for-some-users/#post-138778</guid>
                    </item>
				                    <item>
                        <title>RE: Rich Text Editor not displaying for some users</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/rich-text-editor-not-displaying-for-some-users/#post-138773</link>
                        <pubDate>Sun, 05 Jul 2026 10:33:13 +0000</pubDate>
                        <description><![CDATA[I have ensured that WPForo is excluded from our caching in Cloudflare using these lines;
And when testing my hosting confirmed that no pages used by the forum show as hitting the cache when...]]></description>
                        <content:encoded><![CDATA[<p>I have ensured that WPForo is excluded from our caching in Cloudflare using these lines;</p>
<p><a class="autoLinked" href="https://009society.com/forum/" target="_blank" rel="noreferrer noopener">https://009society.com/forum/</a><span>*</span><br /><a class="autoLinked" href="https://009society.com/community/" target="_blank" rel="noreferrer noopener">https://009society.com/community/</a><span>*</span><br /><a class="autoLinked" href="https://009society.com/participant/" target="_blank" rel="noreferrer noopener">https://009society.com/participant/</a><span>*</span></p>
<p>And when testing my hosting confirmed that no pages used by the forum show as hitting the cache when called.</p>
<p>Any suggestions what I should try?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>009Webmaster</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/rich-text-editor-not-displaying-for-some-users/#post-138773</guid>
                    </item>
							        </channel>
        </rss>
		