What causes the views count to a thread to not update or is it a long delay before it is updated
I watched a thread that 5 people had read yet 30 minutes later the views count is still at zero ? I myself read the thread 3 times and still count is at zero
Thanks
_________________________
JR Team ZR-1 Corvette Racer's
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
it is now 18 hours and still this thread reports ZERO views so this is some type of bug with V 7.2 and now tells me why many threads report view views on most other threads
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
The thread view counters only update whenever a post is added. So, if you make a post, and then no other post is made for 12 hours, but many views, those views won't be added until another post is actually made.
Registered: 07/04/06
Posts: 4447
Loc: Liverpool : England : UK
I was going to say that lol
_________________________ Version v7.5.6 < Threads satisfaction status People who inspire me RickGizmo Ian David jgeoff ntdoc Oooo i hear 8 is coming? just after 7 my friend.
Do you know when it will be changed so that it updates views counter when one views a post and not when another post is actually made? People need to see activity for a post before they click on it.
Well I don't recall seeing anywhere where Rick said it would be changed. On a busy site it would update often already. If you have a slow site then yes maybe some type of timer would be in order.
From my understanding it does not have to be a post in the same thread. Any post anywhere on the board will increment the count (I think).
Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
It's a post anywhere on the forum, so I don't see why this would need updating... It'd totally thrash a forum to make it every time the forum is accessed, and you'd end up with curruption to your tables if it was changed back to avoid the current caching...
This is a bug and one that effects all posts I have monitored closely my forum and posts written days ago even after new posts have been done are still at zero or 1 count.
This makes the whole forum look dead and I have watched the who's online to see many users reading posts yet the views counts of many posts still not increasing those counters
_________________________
JR Team ZR-1 Corvette Racer's
Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
are your users not posting? Once a post is made (anywhere) it should update the postcounts (for all posts).
The caching mechanism logs when someone accesses a post, and stores it in a 'memory' table, which is completely temporary; when a post is made, it merges all content of the temporary table with the post table.
Before this caching mechanism was in place, there was major corruption of the posts table, so in order to save content in the db from being corrupted, this was added in place.
So long as users make posts, the tables should be updated automatically.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
It has to be updating. Look at your gallery forum and see all of the View counts. They are definitely updating there as you have a variety of view counts.
You can monitor the ubbt_TOPIC_VIEWS table to see what the cached views look like. This holds all of the cached views until a post is made.