Página 1 de 1

Evitar login automí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡tico

Publicado: 26 Jun 2005, 22:38
por minhoca
Conoceis alguna manera de evitar el login automí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡tico. í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¿Bastarí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?­a con eliminar o cí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³digo html que muestra la opcií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n junto al login?

Publicado: 27 Jun 2005, 20:11
por ThE KuKa
Si, se puede eliminar esa casilla, en el indice del foro, te comento...

Abre el archivo index_body.tpl

BUSCAR:

Código: Seleccionar todo

<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="username" size="10" />
		&nbsp;&nbsp;&nbsp;{L_PASSWORD}: 
		<input class="post" type="password" name="password" size="10" maxlength="32" />
		&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN} 
		<input class="text" type="checkbox" name="autologin" />
		&nbsp;&nbsp;&nbsp; 
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		</span> </td>
	</tr>
REEMPLAZAR POR:

Código: Seleccionar todo

<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="username" size="10" />
		&nbsp;&nbsp;&nbsp;{L_PASSWORD}: 
		<input class="post" type="password" name="password" size="10" maxlength="32" />
		&nbsp;&nbsp;&nbsp; 
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		</span> </td>
	</tr>
S@lu2