<?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>
									Unread topics - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 12 May 2026 09:38:19 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-64766</link>
                        <pubDate>Mon, 09 May 2022 18:45:23 +0000</pubDate>
                        <description><![CDATA[@befa,
It&#039;s not hard-coded. It&#039;s passed through filter hook:
$max = apply_filters( &#039;wpforo_max_logged_topics&#039;, 100 );
I assume you know how WordPress hooks work and how easy to change the...]]></description>
                        <content:encoded><![CDATA[<p>@befa,</p>
<p>It's not hard-coded. It's passed through filter hook:</p>
<pre style="color: #000000;font-size: 11.3pt" contenteditable="false"><span style="color: #4985c9;font-weight: bold">$max </span><span style="color: #000080">= </span><span style="color: #0000e5;font-style: italic">apply_filters</span>( <span style="color: #c64741">'wpforo_max_logged_topics'</span><span style="color: #000080">, 100 </span>)<span style="color: #313131">;</span></pre>
<p>I assume you know how WordPress hooks work and how easy to change the values passed through filter hooks: https://www.wpbeginner.com/glossary/hooks/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-64766</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-64762</link>
                        <pubDate>Mon, 09 May 2022 15:24:34 +0000</pubDate>
                        <description><![CDATA[@robert Hello, just a quick comment on this bug since we came back to fix it few weeks earlier.
As we suspected it was definitely connected to a certain amount of messages in our forum. We ...]]></description>
                        <content:encoded><![CDATA[<p>@robert Hello, just a quick comment on this bug since we came back to fix it few weeks earlier.</p>
<p>As we suspected it was definitely connected to a certain amount of messages in our forum. We finally found out that you hardcoded in wpf-includes/class-logs.php to 100 the number of messages which are loggued and marked as already read...</p>
<p>If you really need to fix the maximum number of logged posts, this "feature" should be defined in some configuration file and not directly hardcoded in the PHP class file in my opinion.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Befa</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-64762</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58517</link>
                        <pubDate>Thu, 23 Sep 2021 14:00:03 +0000</pubDate>
                        <description><![CDATA[@bono,
The read/unread data initiation comes from the cookies. wpForo has wpf_read_forums and wpf_read_topics cookie variables, they contain data of current user, so if the cookies are conf...]]></description>
                        <content:encoded><![CDATA[<p>@bono,</p>
<p>The read/unread data initiation comes from the cookies. wpForo has <span style="color: #ff0000">wpf_read_forums</span> and <span style="color: #ff0000">wpf_read_topics</span> cookie variables, they contain data of current user, so if the cookies are conflicted and reset then the read/unread tracking will be stopped.</p>
<p>Also, you should make sure the wpForo Cookies are not disabled in Dashboard &gt; Forums &gt; Tools &gt; Privacy and Rules tab.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58517</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58502</link>
                        <pubDate>Thu, 23 Sep 2021 11:56:33 +0000</pubDate>
                        <description><![CDATA[@robert I don&#039;t really understand this cookie conflict... For a simple user, you can create one on our forum]]></description>
                        <content:encoded><![CDATA[@robert I don't really understand this cookie conflict... For a simple user, you can create one on our forum]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Bono</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58502</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58372</link>
                        <pubDate>Mon, 20 Sep 2021 01:57:01 +0000</pubDate>
                        <description><![CDATA[@bono,
I think this is a cookie conflict. Some plugin manipulates with cookies and affects wpForo cookies. It&#039;s hard to register in your website, so I have to ask you to register a simple u...]]></description>
                        <content:encoded><![CDATA[<p>@bono,</p>
<p>I think this is a cookie conflict. Some plugin manipulates with cookies and affects wpForo cookies. It's hard to register in your website, so I have to ask you to register a simple user and leave the login details here. I've set this topic as private.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58372</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58343</link>
                        <pubDate>Fri, 17 Sep 2021 23:12:10 +0000</pubDate>
                        <description><![CDATA[@robert the main forum is
I enabled the footer link =&gt; &quot;Mark all read&quot;
When we click, no problem all topics are set as read, but when someone add a new post in any topic, the number of &quot;...]]></description>
                        <content:encoded><![CDATA[<p>@robert the main forum is https://tennis2table.com/forum/</p>
<p>I enabled the footer link =&gt; "Mark all read"</p>
<p>When we click, no problem all topics are set as read, but when someone add a new post in any topic, the number of "posts read" is reset, even though just before clicking on the "Mark all read" we were reading this topic</p>
<p>Sometimes, when we read a new topic or a topic never read before, another topic get its "number of posts read" reset</p>
<p>As we have thousand topics, is there any limit of number of topics with posts read ? In the cache ? In the database ?</p>
<p>Thanks in advance</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Bono</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58343</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58290</link>
                        <pubDate>Thu, 16 Sep 2021 06:13:40 +0000</pubDate>
                        <description><![CDATA[@befa,
Again, I&#039;d ask you to enable the wpForo footer and click the  button.
Also, if we cannot see the issue in the test website, then please provide with the live website ...]]></description>
                        <content:encoded><![CDATA[<p>@befa,</p>
<p>Again, I'd ask you to enable the wpForo footer and click the  button.</p>
<p>Also, if we cannot see the issue in the test website, then please provide with the live website 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>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58290</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58277</link>
                        <pubDate>Wed, 15 Sep 2021 16:39:31 +0000</pubDate>
                        <description><![CDATA[Hey @chris  thanks for answering.
We already took care of removing the forum from our wordpress cache system, so there is no issue related with other cache system messing with the files.
B...]]></description>
                        <content:encoded><![CDATA[<p>Hey @chris  thanks for answering.</p>
<p>We already took care of removing the forum from our wordpress cache system, so there is no issue related with other cache system messing with the files.</p>
<p>But we still experience our issue.</p>
<p>As mentioned before this isn't happening on our test forum where we have few topics, but only on the production one where we have thousands of topics. And since this issue doesn't seem to happen on some other forums we were wondering if it could be related to the huge amount of topics we have here. </p>
<p>Correct me if I'm wrong but actually your cache data in <span>wp-contents/uploads/wp-foro/cache/item/ where you store serialized array of data. I am not aware of any limitation on serialization but maybe I'm missing something here which could cause the array to be truncated before being serialized?</span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Befa</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58277</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58154</link>
                        <pubDate>Tue, 14 Sep 2021 11:04:31 +0000</pubDate>
                        <description><![CDATA[Hi @befa,
For now, we have two types of cache, Cache from a plugin for WordPress and wpForo built in cache.
WordPress cache plugins can&#039;t cache wpForo forum page, because wpForo is not bas...]]></description>
                        <content:encoded><![CDATA[<p>Hi @befa,</p>
<p>For now, we have two types of cache, Cache from a plugin for WordPress and wpForo built in cache.</p>
<p>WordPress cache plugins can't cache wpForo forum page, because wpForo is not based on WordPress Custom Post Types and those plugins have no idea what they should cache and what not.</p>
<p>These plugins cache the whole forum page and always display the same content. You'll not be able to see new topics and posts information. And all other information on forum page cannot be updated, because of cached/static forum page. You'll always see outdated and wrong information. </p>
<p>But wpForo built-in cache system does a very well cache for your forum, so it doesn't need other cache plugins, and it works as you mentioned above.</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/unread-topics/#post-58154</guid>
                    </item>
				                    <item>
                        <title>RE: Unread topics</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58134</link>
                        <pubDate>Mon, 13 Sep 2021 14:26:45 +0000</pubDate>
                        <description><![CDATA[@chris Hello, I&#039;m working with @Bono to try to maintain our forum.
I can confirm we have wiped the cache and excluded the forum from our cache plugin so the problem doesn&#039;t lie there.
In o...]]></description>
                        <content:encoded><![CDATA[<p>@chris Hello, I'm working with @Bono to try to maintain our forum.</p>
<p>I can confirm we have wiped the cache and excluded the forum from our cache plugin so the problem doesn't lie there.</p>
<p>In our forum we have tons of threads and tons of messages in each. Could it be that when you create/update the cache file for each user there is some overflow that crops the array of data loaded into the cache file?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Befa</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/unread-topics/#post-58134</guid>
                    </item>
							        </channel>
        </rss>
		