Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

2 Posts
2 Users
0 Reactions
1,482 Views
Posts: 7
 akhi
Topic starter
(@akhi)
Active Member
Joined: 6 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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.