Включение/выключение мода First post on every page

Включение/выключение мода First post on every page - как сделать чтобы по умолчанию был включен ? Чтобы не ставить каждый раз галочку.
Форум русской поддержки phpBB3
http://bb3x.ru/forum/
<!-- IF S_FIRST_POST_SHOW_ALLOWED -->
<div><label for="topic_first_post_show"><input type="checkbox" name="topic_first_post_show" id="topic_first_post_show"{S_FIRST_POST_SHOW_CHECKED} /> {L_FIRST_POST_SHOW} </label></div>
<!-- ENDIF -->
<!-- IF S_FIRST_POST_SHOW_ALLOWED -->
<div><label for="topic_first_post_show"><input type="checkbox" name="topic_first_post_show" checked="checked" id="topic_first_post_show"{S_FIRST_POST_SHOW_CHECKED} /> {L_FIRST_POST_SHOW} </label></div>
<!-- ENDIF -->