hollymaN ~   12 Aug, 2011, 2:18 am
#1
Url del foro: http://www.collisiongamers.com/forum
Tema: Gaming Jam
Versión MyBB: 1.6.4

Hola gente de MyBB es, mi duda es la siguiente, he seguido su tutorial para crear páginas personalizadas dentro del foro y todo salió excelente.
Lo que me gustaría es ver si dentro de esa misma plantilla se pueden hacer dos cuerpos en ves de uno.. como en el Portal.

Acá les dejo una imagen de como está ahora:


Lo que quiero hacer es esto (idem al portal):



Se que es HTML pero he probado y no me ha salido.


Acá les dejo el código:

<html> 
<head> 
<title>{$mybb->settings[bbname]} - Nuestros servidores</title> 
{$headerinclude} 
</head> 
<body> 
{$header} 
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="clear: both;">
         <tr>
             <td class="thead"><strong>Nuestros servidores</strong></td>
         </tr>
         <tr>            
<td class="trow1">
Contenido
</td>
</tr>
</table>
{$footer}
</body> 
</html>
Omar G.   12 Aug, 2011, 2:46 am
#2
Algo asi:
<table>
<tr>
<td>BARRA LATERAL QUI</td>
<td>&nbsp;</td>
<td>CONTENIDO AQUI</td>
</tr>
</table>

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
hollymaN ~   12 Aug, 2011, 3:52 pm
#3
No, no me ha servidor.
Se crea un espacio blanco, yo necesitaría dividirlo de forma vertical no horizontal.
Saludos y gracias!
DARKNESSDH   12 Aug, 2011, 4:42 pm
#4
Cita:<table>
<tr>
<td>BARRA LATERAL QUI</td>
<td>CONTENIDO AQUI</td>
</tr>
</table>

creo es asi si mal no entiendo..

esto dividira a la mitad la tabla

si lo qkieres direfente agregale un width

Cita:<table width=100%>
<tr>
<td width=20%>BARRA LATERAL QUI</td>
<td width=80%>CONTENIDO AQUI</td>
</tr>
</table>

juega con el porcentaje o si quieres ponle pixeles hasta que lo tengas como quieras
hollymaN ~   12 Aug, 2011, 5:51 pm
#5
Me quedó así:

[Imagen: HRbwF.png]

<html> 
<head> 
<title>{$mybb->settings[bbname]} - Nuestros servidores</title> 
{$headerinclude} 
</head> 
<body> 
{$header}  
<table width=100%>
<tr>
<td width=20%>BARRA LATERAL QUI</td>
<td width=80%>CONTENIDO AQUI</td>
</tr> 
</table>
{$footer}
</body> 
</html>

Ese es el código que usé, evidentemente algo mal estoy haciendo.
DARKNESSDH   12 Aug, 2011, 6:52 pm
#6
pues de echo asi es como lo pediste

si quieres ver como se ve exactamente ponle
border="1"
despues de table
Omar G.   12 Aug, 2011, 11:02 pm
#7
Por lógica, donde dice BARRA LATERAL QUI debes colocar tu html para la barra pequeña, y en CONTENIDO AQUI agregas el contenido o barra mas ancha.
<td>BARRA LATERAL QUI</td>
<td>CONTENIDO AQUI</td>

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
hollymaN ~   13 Aug, 2011, 1:57 am
#8
Gracias a ambos, me ha servido:

[Imagen: 7YDea.png]
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.