problema mchat + sin avatar
Publicado: 07 May 2011, 23:12
hola tengo un problema el problema es el siguiente he instalado el sin avatar y en el chat no sale los sin avatar sale un cuadro en blanco por que es?
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
he usado el mchat v.1.3.5 y el 'Universal No Avatar' Version 1.0.0Alorse escribió:Instalaste que?
Una de las Normas es dejar nombres y enlaces a los MODs respectivos.
consolasflash escribió:he usado el mchat v.1.3.5 y el 'Universal No Avatar' Version 1.0.0
Ese dato no está entre tus MODs instalados que figuran en la firma, por favor completalo
Código: Seleccionar todo
mchat.php
Código: Seleccionar todo
$mchat_avatar = $row['user_avatar'] ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], ($row['user_avatar_width'] > $row['user_avatar_height']) ? 40 : (40 / $row['user_avatar_height']) * $row['user_avatar_width'], ($row['user_avatar_height'] > $row['user_avatar_width']) ? 40 : (40 / $row['user_avatar_width']) * $row['user_avatar_height']) : '';
Código: Seleccionar todo
$mchat_avatar = $row['user_avatar'] ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], ($row['user_avatar_width'] > $row['user_avatar_height']) ? 40 : (40 / $row['user_avatar_height']) * $row['user_avatar_width'], ($row['user_avatar_height'] > $row['user_avatar_width']) ? 40 : (40 / $row['user_avatar_width']) * $row['user_avatar_height']) : '<img src="images/avatars/no_avatar.gif" alt="" />';
ok ya salen pero salen enormesMakoto escribió:AbrirbuscarCódigo: Seleccionar todo
mchat.php
reemplazar porCódigo: Seleccionar todo
$mchat_avatar = $row['user_avatar'] ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], ($row['user_avatar_width'] > $row['user_avatar_height']) ? 40 : (40 / $row['user_avatar_height']) * $row['user_avatar_width'], ($row['user_avatar_height'] > $row['user_avatar_width']) ? 40 : (40 / $row['user_avatar_width']) * $row['user_avatar_height']) : '';
*repetir 4 vecesCódigo: Seleccionar todo
$mchat_avatar = $row['user_avatar'] ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], ($row['user_avatar_width'] > $row['user_avatar_height']) ? 40 : (40 / $row['user_avatar_height']) * $row['user_avatar_width'], ($row['user_avatar_height'] > $row['user_avatar_width']) ? 40 : (40 / $row['user_avatar_width']) * $row['user_avatar_height']) : '<img src="images/avatars/no_avatar.gif" alt="" />';
Código: Seleccionar todo
$mchat_avatar = $row['user_avatar'] ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], ($row['user_avatar_width'] > $row['user_avatar_height']) ? 40 : (40 / $row['user_avatar_height']) * $row['user_avatar_width'], ($row['user_avatar_height'] > $row['user_avatar_width']) ? 40 : (40 / $row['user_avatar_width']) * $row['user_avatar_height']) : '<img src="images/avatars/no_avatar.gif" alt="" width="25" height="25"/>';