修改modulearticleadmintemplateedit.tpl.php

将以下代码

<input name="post[thumb_no]" type="text" size="2" value=""/>

改为:

<input name="post[thumb_no]" type="text" size="2" value="<?php if($thumb_no=="") {?>1<?php } ?>"/>