Modifique todos los archivos sin problema, pero al llegar a este ultimo board_config_body.tpl, no consigo, lo que el archivo install me pide.
Coloco la parte del install.
Código: Seleccionar todo
#-----[ OPEN ]------------------------------------------
# Esto debe hacerlo en TODOS los estilos.
#
templates/subSilver/admin/board_config_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<tr>
<th class="thHead" colspan="2">{L_COOKIE_SETTINGS}</th>
</tr>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<tr>
<th class="thHead" colspan="2">{L_TOPIC_PREVIEW_SETTINGS}</th>
</tr>
<tr>
<td class="row1">{L_TP_LENGTH}<br /><span class="gensmall">{L_TP_LENGTH_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="tp_length" value="{TP_LENGTH}" /></td>
</tr>
<tr>
<td class="row1">{L_TP_WIDTH}<br /><span class="gensmall">{L_TP_WIDTH_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="tp_width" value="{TP_WIDTH}" /></td>
</tr>
<tr>
<td class="row1">{L_TP_SMILES}<br /><span class="gensmall">{L_TP_SMILES_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="tp_smiles" value="1" {TP_SMILES_YES} /> {L_YES} <input type="radio" name="tp_smiles" value="0" {TP_SMILES_NO} /> {L_NO}</td>
</tr>
<tr>
<td class="row1">{L_TP_BBCODE}<br /><span class="gensmall">{L_TP_BBCODE_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="tp_bbcode" value="1" {TP_BBCODE_YES} /> {L_YES} <input type="radio" name="tp_bbcode" value="0" {TP_BBCODE_NO} /> {L_NO}</td>
</tr>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
Plantilla ca_aphrodite
Gracias de antemano por vuestra ayuda