Notifications
Clear all

wpForo 1.x.x [Closed] Reset Number of Views

2 Posts
2 Users
0 Reactions
1,284 Views
Posts: 7
 akhi
Topic starter
(@akhi)
Active Member
Joined: 5 years ago

Hello !

Is there anyway to reset the number of views of posts ? or all the forum ? From DB or some option on WpForo ?

Thanks on advance 🙂

1 Reply
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

You can use your hosting service cPanel > phpMyAdmin Database Manager > WordPress Database > SQL Tab and execute this SQL. Make sure the red marked wp_ table prefix is correct for your database:

UPDATE `wp_wpforo_topics` SET `views` = 0

Then navigate to Dashboard > Forums > Dashboard and click on  [Delete all caches] button.