Topic: Turning off "topic_views" (disable views)
I'm just looking at the code for disabling the topic_views in viewforum.php
There's a setting
if ($forum_config['o_topic_views'] == '1')
but when I search via phpmyadmin in config table, I don't see it anywhere...
Where can I disable the view count?