24/09/2009, 17:07
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: Mendoza
Mensajes: 129
Antigüedad: 16 años, 4 meses Puntos: 1 | |
Respuesta: 4images Solucionado,
hay que entrar al archivo global.php y buscar la linea donde define el color de letra. ya que biene en #00000 y no se ven por este motivo.
// Initialize CAPTCHA configuration
$captcha_enable = 1;
$captcha_enable_comments = 1;
$captcha_enable_upload = 1;
$captcha_enable_registration = 1;
$captcha_enable_postcards = 1;
$captcha_ttf = 1;
$captcha_path = ROOT_PATH.'captcha';
$captcha_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW XYZ";
$captcha_length = 5;
$captcha_wordfile = 0;
$captcha_width = 200;
$captcha_height = 70;
$captcha_text_color = '#000000'; <<-- Cambiar esta linea (COLOR)
$captcha_text_size = 25;
$captcha_text_transparency = 60;
$captcha_filter_text = 1;
$captcha_filter_bg = 1;
Saludos |