For anyone not wanting the hidden posts checkbox to show up in the first post of a thread when editing the post, do the following:
In the editpost template, find:
HTML Code:
<if condition="can_see_hidden()">
and REPLACE it with:
HTML Code:
<if condition="can_see_hidden() AND !$show['firstpostnote']">
and it will no longer show up in the first post of a thread when in edit mode.