y el mesaje de error:
Código: Seleccionar todo
Una o más acciones de instalar fueron erróneas. Por favor, revise las acciones más adelante, realice los ajustes y vuelva a intentarlo. Usted puede continuar con la instalación, aunque algunas de las acciones erróneas no funcionaran. Esto no es recomendable, y puede causar que su foro deje de funcionar correctamente.utilizo autoMOD
y bajo del todo casi al final pone en rojo esto: 
styles/subsilver2/template/memberlist_view.html 
[b]encontrar:[/b]
<td><!-- IF ACTIVE_TOPIC --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
				</tr>
			<!-- ENDIF -->
[b]Después añadir[/b]
			<!-- IF THANKS_PROFILELIST_VIEW -->
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><!-- IF  S_MOD_THANKS and POSTER_GIVE_COUNT --><a href="{U_CLEAR_LIST_THANKS_GIVE}">{DELETE_IMG}</a> <!-- ENDIF -->{L_GIVEN}: </td>
					<td><span class="gen"><b>{POSTER_GIVE_COUNT}</b> {L_THANKS}</span><br /><!-- IF POSTER_GIVE_COUNT --><a href="javascript: toggleElement( getElement('show_thanks'));">{L_THANKS_LIST}</a>
						<div id="show_thanks" style="display: none;">
							{THANKS}
						</div>
						<!-- ENDIF -->
					</td>
				</tr>
				<tr>
					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><!-- IF  S_MOD_THANKS and POSTER_RECEIVE_COUNT --><a href="{U_CLEAR_LIST_THANKS_RECEIVE}">{DELETE_IMG}</a> <!-- ENDIF -->{L_RECEIVED}: </td>
					<td><span class="gen"><b>{POSTER_RECEIVE_COUNT}</b> {L_THANKS}</span><br /><!-- IF POSTER_RECEIVE_COUNT --><a href="javascript: toggleElement( getElement('show_thanked'));">{L_THANKS_LIST}</a>
						<div id="show_thanked" style="display: none;">
							{THANKED}
						</div>
						<!-- ENDIF -->
					</td>
				</tr>
			<!-- ENDIF -->
[b]ESTE ES EL ERROR: El Encontrar, especificado por el MOD, no se pudo encontrar [/b]







 
 
 
 