Página 1 de 1
[SOLUCIONADO] Problema estetico
Publicado: 20 Sep 2008, 19:02
por angelismo
Versión de phpBB: 3.0.
Tipo de phpBB: phpBB estandar, (tambien llamado Vanilla) phpBB2 o phpBB3
MODs Instalados: Si
Tu conocimiento: Conocimiento avanzado
Enlace del Foro: http://www.webmastercreativo.com/foro/
¿Qué recuerdas haber hecho en el foro antes de aparecer este error?
¿Qué has realizado para intentar resolver el problema?
Descripción y Mensaje
Resulta que he añadido en el indice del foro dejabajo de los subforos la tabla con minibanners y he instalado el ajax chat , pero toman mal el estilo ya que no toma los bordes del estilo aeroblue ,asi que mi pregunta es ¿como puede hacer que tome los bordes del estilo aeroblue?
P.D: Entrando al foro se pude ver mejor lo que digo.
Re: Problema estetico
Publicado: 20 Sep 2008, 19:31
por angelismo
Solucionado lo del ajax_chat con unos archivos adaptadas bajados de la web del autor del estilo aeroblue
Re: Problema estetico
Publicado: 20 Sep 2008, 19:55
por xoom
No tenías que bajarte nada, simplemente seguir el patrón de la plantilla
Este sería el código para los banners, revísalo y fíjate en que partes difiere del tuyo, para próximos bloques, sólo cambia el título y el marquee
Código: Seleccionar todo
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
<td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
</tr>
<tr>
<td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
<td>
<table class="tablebg" width="100%" cellspacing="0">
<tr>
<td class="cat" colspan="2"><h4>Enlaces</h4></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><marquee behavior="scroll" direction="left" height="31" scrolldelay="80" scrollamount="4" loop="true" onmouseover="this.stop()" onmouseout="this.start()">
<a href="http://www.phpbb-es.com" target="_blank"><img src="http://img501.imageshack.us/img501/4313/phpbbespe8.gif" width="88" height="31" border="0" /></a>
<a href="http://rincondejavi.creatuforo.com" target="_blank"><img src="http://img204.imageshack.us/img204/6545/ricondelooculto19tn.gif" width="88" height="31" border="0" /></a>
<a href="http://skindario.com" target="_blank"><img src="http://espacioforos.miarroba.com/547950/minibanner.gif" width="88" height="31" border="0" /></a>
<a href="http://www.tuarroba.com" target="_blank"><img src="http://www.tuarroba.com/images/banner/minibannertuarroba.gif" width="88" height="31" border="0" /></a>
<a href="http://www.januweb.com/" target="_blank"><img src="http://www.januweb.com/foro/images/links/web_logo88a.gif" width="88" height="31" border="0" /></a>
<a href="http://www.kmorph.com/" target="_blank"><img src="http://www.kmorph.com/images/links/web_logo88a.gif" width="88" height="31" border="0" /></a>
<a href="http://www.muchografico.com" target="_blank"><img src="http://img157.imageshack.us/img157/1505/muchograficola0.gif" width="88" height="31" border="0" /></a>
<a href="http://www.todo-mods.com" target="_blank"><img src="http://www.todo-mods.com/images/links/boton_todomods.gif" width="88" height="31" border="0" /></a>
<a href="http://www.x-tremezone.com/" target="_blank"><img src="http://x-tremezone.com/images/links/banner_ip.gif" width="88" height="31" border="0" /></a>
<a href="http://www.graficopsp.com/" target="_blank"><img src="http://i123.photobucket.com/albums/o320/sirena64/Animacin2-3.gif" width="88" height="31" /></a>
<a href="http://www.icyphoenix.es" target="_blank"><img src="http://www.icyphoenix.es/images/bannericyes.gif" width="88" height="31" border="0" /></a>
<a href="http://dllrsoft.es/" target="_blank"><img src="http://www.dllrsoft.es/foro/images/links/dllrsoft_logo.gif" width="88" height="31" border="0" /></a>
<a href="http://www.krakinternet.ya.st" target="_blank"><img src="http://usuarios.lycos.es/krakinternet/k/images/links/web_logo88a.gif" width="88" height="31" border="0" /></a>
<a href="http://www.icyphoenix.com/" target="_blank"><img src="http://www.icyphoenix.com/images/links/banner_ip.gif" width="88" height="31" border="0" /></a>
<a href="http://tecnoshare.net/" target="_blank"><img src="http://tecnoshare.net/minibanner.gif" width="88" height="31" border="0" /></a>
</marquee>
</td>
</tr>
</table>
</td>
<td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
</tr>
<tr>
<td width="18" height="18" align="right"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
<td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
<td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
</tr>
</table>
Re: Problema estetico
Publicado: 20 Sep 2008, 20:07
por angelismo
Solucioando ,gracias xoom