rectification ne marche, en apparence pas sur fsb rca4b
edit:
le bug vient d'ici (admin/adm_tpl/files/manage/adm_forums_add.html) :
<input type="radio" name="f_upcount" value="1" <if content="$FORUM_UPCOUNT">id="f_upcount_id" checked="checked"</if> /> {LG_YES}
<input type="radio" name="f_upcount" value="0" <if content="$FORUM_UPCOUNT">id="f_upcount_id" checked="checked"</if> /> {LG_NO}
par exemple remaplcer par :
<input type="radio" name="f_upcount" value="1" <if content="$FORUM_UPCOUNT">id="f_upcount_id" checked="checked"</if> /> {LG_YES}
<input type="radio" name="f_upcount" value="0" <if content="$FORUM_UPCOUNT"><else>id="f_upcount_id" checked="checked"</if> /> {LG_NO}