phpMyAdminResetting the View Count to Zero

Database
Previous topicNext topic
User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6550
Joined: 12 years ago
Status: Online
User theme: Dark
    Windows 10 Chrome

Resetting the View Count to Zero

Post by dmzx »

Resetting the View Count to Zero

You need to edit the database to change topic views.

Using phpMyAdmin, run this query

Code: Select all

UPDATE phpbb_topics set topic_views = 0 WHERE topic_id = xx
Change phpbb_ if that is not your table prefix and change xx to the topic_id that you want to reset.

If you want to reset all topics, run this query

Code: Select all

UPDATE phpbb_topics set topic_views = 0

Previous topicNext topic