Quote:
Originally Posted by Lynne
Rebuilding the thread information should have fixed the post count issue. The view issue though is just not something that can be fixed by running the counters. I have seen a query that basically just sets them to the post count + 2.
PHP Code:
UPDATE thread
SET views = replycount * 2
WHERE views < replycount
(only run after replycount is fixed)
|
Thanks for the response but i was looking for something else :erm:
May be I did not explain properly (attached image this time)

I dont have any issues with Thread Replies Or Post Replies - if i have 3 people reply on thread I see
Replies as 3
My original issue is the Number of times some one views a thread (this counter) i.e Thread views
is always " Views: 1 " its not changing at all
Also I am no expert kindly elaborately explain what I need to do step wise , I did not follow where you want me to put that code and what needs to be changed and its impacts