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.
May 05, 2019 11:46 am
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 8:49 am
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.