phpBB • Resetting the View Count to Zero
I used, UPDATE phpbb_topics set topic_views = 0, to reset all views. If I used UPDATE phpbb_topics set topic_views = 0 WHERE topic_id = xx instead, would topic_id = 1, be the most recent post? Posts don't have views. Only topics have views. topic_id = 1 would be the very first topic ever created on ...
www.phpbb.com