Ver Mensaje Individual
  #8 (permalink)  
Antiguo 31/05/2006, 04:19
Avatar de pereztroff
pereztroff
 
Fecha de Ingreso: junio-2002
Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 21 años, 10 meses
Puntos: 5
Cita:
Iniciado por MindPaniC
te dice claramente que si no lo tienes activado es que debes añadir estas lineas, ya que tu template debe ser antiguo.

In templates/tutemplate/admin/board_config_body.tpl, Busca esto: "L_ACCT_ACTIVATION", y añade el siguiente codigo justo debajo:


Código PHP:
<tr>
      <
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

En el archivo templates/tutemplate/profile_add_body.tpl, busca esto "L_CONFIRM_PASSWORD", y justo despues añade esto:

Código PHP:
   <!-- Visual Confirmation -->
   <!-- 
BEGIN switch_confirm -->
   <
tr>
      <
td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td>
   </
tr>
   <
tr>
     <
td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
     <
td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td>
   </
tr>
   <!-- 
END switch_confirm --> 
Ahora vete al panel de administración y te tiene que salir en configuracion general la opción de activar la cofirmación visual. si no te sale es que hay que añadir el idioma para eso.


Cuando pongo templates/tutemplate/blabla.... me refiero que vayas dentro de la carpeta de tu template.... es la ruta al archivo que hay que editar.
Estuve modificando los archivos pero en la opcion configuracion del panel de contro no me sale ninguna opcion para activar ¿que puede ocurrir?

subi el archivo para checar y el resultado fue:

Visual Confirmation is disabled in your configuration table
phpbb_confirm table found.
Style 'subSilver' supports Visual Confirmation for registration, supports Visual Confirmation configuration option.