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 = xxIf you want to reset all topics, run this query
Code: Select all
UPDATE phpbb_topics set topic_views = 0