News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Problema con re-captcha en 2.0 RC3

Started by marko_andres, May 05, 2010, 07:00:07 PM

Previous topic - Next topic

marko_andres

Buenas.
Acabo de instalar este mod. con exito, la instalacion fue limpia, tambien le puse la traduccion en el modifications.spanish_latin.php que es el idioma que uso.
Revise con el Parser y esta todo ok.
Lo tengo activado claramente.



No se que me estaria faltando para que salga  :-\

Alguien me ayude plz!

Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

mafia7

Hola tienes que cojer el index.css de tu temas

/Themes/tu tema/css/index.css

Encontrar (al final del archivo):
?>

Agregar Antes:


/* Make the reCAPTCHA dialog centered to match the positioning of the built-in verification */
.centertext #recaptcha_table
{
margin: 0 auto !important;
}


y hay te saldra

marko_andres

el codigo ya estaba en el theme default y no sale.

lo puse en otro theme que tengo y nada, sigue sin salir :/

Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

marko_andres

Paso 1 dia.
Le hago un UP! a ver si alguien me ayuda porfavor.

Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

DoctorMalboro

Me parece que de por sí no tenes activada la verificación visual... Revisa si tenes el Captcha activado, sino, es inutil...

marko_andres

como en el primer posst muestro, tengo activada la opcion.
he revisado tambie las otras parrte , pero esta todo bien.

Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

vicram10

y activaste para tener el Captcha normal qque esta en la zonad e Anti Spam?? creo que el mod trabaja si tienes esa opcion activada...

marko_andres

gracias por contestar.
ya lo tengo en el registro, pero como lo centro?




Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

vicram10

coloca aqui tu Register.template.php

marko_andres


Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

vicram10

Prueba con lo que te dejo adjunto
Solo agregue un align="center"

En esta parte

<div align="center" class="windowbg2">
<span class="topslice"><span></span></span>
<fieldset class="content centertext">
', template_control_verification($context['visual_verification_id'], 'all'), '
</fieldset>
<span class="botslice"><span></span></span>
</div>';

marko_andres

No funciona.
Reemplaze con el que me diste, limpie historial, caché, incluso revise el codigo que dijiste y esta puesto. Pero sigue sin estar centrado.

Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

vicram10

bien, ya me parecia.. prueba lo siguiente

en Themes/default/GenericControls.template.php

Busca

<div id="verification_control_', $i, '" class="verification_control">';

Reemplaza por

<div align="center" id="verification_control_', $i, '" class="verification_control">';

marko_andres

Exelente!
Ahi si funcionó Vicram ;)

Gracias :D

Doi el tema como Solucionado

Version SMF: 2.0 RC3
Theme        : Inferno
Portal          : Simple Portal 2.3.2


Por un cambio de conciencia --> http://thezeitgeistmovement.com/

vicram10


Advertisement: