AI Search
Classic Search
Notifications
Clear all
May 05, 2019 3:46 pm
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
May 06, 2019 12:49 pm
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.
