Página 1 de 1

Error con el MOD viewtopic birthday

Publicado: 02 May 2011, 16:40
por vanessagil
he instalado este mod viewtopic_birthday_1_0_0a
y el caso es que al instalarlo han desaparecido las imagenes del perfil de genders y esta tampoco sale..... cuando voy a estilos, imagenes para ponerlas de nuevo, por si se hubieras cacheado o similar sale este error...

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 1520: Undefined index: IMG_ICON_BIRTHDAY
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)

Re: Error con el MOD viewtopic birthday

Publicado: 02 May 2011, 18:01
por leviatan21
El fallo indica que no has realizado el cambio necesario en los archivos del idioma español

Re: Error con el MOD viewtopic birthday

Publicado: 02 May 2011, 18:29
por vanessagil
mmm lo he revisado... pero si que lo he hecho...
he añadido esto

Código: Seleccionar todo

// viewtopic birthday
$lang = array_merge($lang, array(
	'VIEWTOPIC_BIRTHDAY'	=> 'Cumpleaños',
));
?>
al final del common.php en language/es :(

Re: Error con el MOD viewtopic birthday

Publicado: 02 May 2011, 19:07
por leviatan21
Debería haber otra edición mas, pero sin el MOD es difícil saberlo
Por favor, incluye un enlace a la descarga del MOD (tal como indican las normas)

Re: Error con el MOD viewtopic birthday

Publicado: 02 May 2011, 19:36
por Makoto
a ese mod le falta la edicion en language/es/acp/styles.php 8-)

buscar

IMG_ICON_*

despues añadir

Código: Seleccionar todo

'IMG_ICON_BIRTHDAY' => 'Feliz Cumpleaños',
estas con el modo debug?

Re: Error con el MOD viewtopic birthday

Publicado: 02 May 2011, 21:43
por vanessagil
http://www.phpbb-es.com/foro/descarga-m ... 1os#p93616
perdon, este es el enlace.....
makoto, he hecho lo que me dices, pero o bien no lo entiendo o algo pasa... porque lo que tu me dices tal cual, no esta....

Re: Error con el MOD viewtopic birthday

Publicado: 02 May 2011, 21:44
por vanessagil
ammm me olvidaba! si, tengo el modo debug...

Re: Error con el MOD viewtopic birthday  Tema Solucionado

Publicado: 02 May 2011, 21:49
por vanessagil

Código: Seleccionar todo

	'IMG_ICON_TOPIC_UNAPPROVED'	=> 'Mensaje no aprobado',
	'IMG_ICON_BIRTHDAY' => 'Feliz Cumpleaños',
	'IMG_ICON_ANNUAL_STAR'	=> 'Estrellas por año',
mirad, lo añadi asi, donde me dijo makoto y ya esta solucionado!!!
gracias