|
Reset Views Count
|
|
03-07-2010, 12:59 AM
Post: #1
|
|||
|
|||
Reset Views Count
Hello,
I have just setup a forum for our church. I haven't announced its availability yet because the rest of the site isn't complete yet. There are some threads in my forum that show they have been viewed 30 and 40 times ... but they are all mine while I've been dink'n around. It's not a show stopper ... but is there any way to reset the count to zero? Thanks, Terry Regards, Terry |
|||
|
03-07-2010, 01:08 AM
Post: #2
|
|||
|
|||
RE: Reset Views Count
Run this query in phpMyAdmin:
PHP Code: UPDATE `mybb_threads` SET `views` = '0'; Download My Plugins My Personal Site - Twitter |
|||
|
03-07-2010, 01:16 AM
Post: #3
|
|||
|
|||
RE: Reset Views Count
Worked Perfect!
![]() Thank you Regards, Terry |
|||
|
04-07-2010, 10:05 AM
Post: #4
|
|||
|
|||
RE: Reset Views Count
Hello,
I have been working on one forum section in particular, adding up some strange view counts. Would it be possible to recount the hits on the threads in just one forum section whilst leaving the rest of the forums view counts alone? Would appreciate any help
|
|||
|
04-07-2010, 10:10 AM
Post: #5
|
|||
|
|||
RE: Reset Views Count
Go into PHPMyAdmin and edit the view count for each specific forum/thread!
|
|||
|
04-07-2010, 10:35 AM
Post: #6
|
|||
|
|||
RE: Reset Views Count
|
|||
|
04-07-2010, 11:16 AM
Post: #7
|
|||
|
|||
RE: Reset Views Count
PHP Code: UPDATE `mybb_threads` SET `views` = '0' WHERE `fid` = '1'; Change the 1 to the FID of the forum and all threads in that forum will have no views. Download My Plugins My Personal Site - Twitter |
|||
|
04-07-2010, 11:20 AM
Post: #8
|
|||
|
|||
RE: Reset Views Count
|
|||
|
04-07-2010, 12:04 PM
Post: #9
|
|||
|
|||
RE: Reset Views Count
Lol, Thanks for that Matt... I'm still learning
|
|||
|
04-09-2011, 06:14 PM
(This post was last modified: 04-09-2011 06:18 PM by akm.)
Post: #10
|
|||
|
|||
Where to reset 'Views' count ???
(03-07-2010 01:08 AM)MattRogowski Wrote: Run this query in phpMyAdmin:Talk about 'novice', am not even able to find phpMyAdmin... is that somewhere in the forum admin interface ? Thanks again for your help ! akm |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help

Reset Views Count 


, how do I select individual forums/threads within PHPMyAdmin?