templates/subSilver/admin/board_config_body.tpl
 NOTE --- Remember to do this for all your installed styles!
 NOTE --- The following action is related to the new autologin option (this is where it can be enabled or disabled).
  • FIND:

     NOTE --- This is a partial match, the whole lines on a fresh subSilver template look like this:
    		<td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td>
    		<td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES}&nbsp; &nbsp;<input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td>
    	</tr>
    {L_VISUAL_CONFIRM_EXPLAIN}
    {CONFIRM_ENABLE}
    </tr>
    
  • AFTER, ADD:

    	<tr>
    		<td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td>
    		<td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES}&nbsp; &nbsp;<input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td>
    	</tr>
    	<tr>
    		<td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td>
    		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td>
    	</tr>