filvento   8 Jan, 2012, 9:59 pm
#1

QUE TAL queria saber como poner bloques al costado del foro?
Para poner un www.gametracker.com con una direccion de ip a los costados.

este es my code:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="home">
{$header}
{myshoutbox_abcd}
{$forums}
{$boardstats}

<p class="forum_legend smalltext" align="center">
<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> {$lang->new_posts}

<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> {$lang->no_new_posts}

<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /> {$lang->forum_locked}
</p>
<br style="clear: both" />
{$footer}
</body>
</html> "

Gracias!!!

Ryuuseiken   8 Jan, 2012, 11:04 pm
#2
Podrías seguir este tutorial: http://www.soportemybb.com/tema_Tutorial...con-jQuery y agregar bloques aparte.
También estan los plugins:
http://mods.mybb.com/view/sidebox
http://mods.mybb.com/view/side-boxes-21
nocktis21   8 Jan, 2012, 11:50 pm
#3
Ya te dieron varias opciones, si lo quieres hacer mas sencillo sustituye la plantilla por este codigo:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="home">
{$header}
<table cellspacing="0" cellpadding="0" border="0"><tr>

<td width="640">{myshoutbox_abcd}<br />{$forums}</td>
<td width="350">
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr><td class="thead"><div><strong>Nombre</strong><br /><div class="smalltext">Descripcion</div></div></td></tr>
<tr><td class="trow" valign="top" align="center">Informacion</td></tr>
</table><br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr><td class="thead"><div><strong>Nombre</strong><br /><div class="smalltext">Descripcion</div></div></td></tr>
<tr><td class="trow" valign="top" align="center">Informacion</td></tr>
</table><br />
</td>
</tr></table>
{$boardstats}
<p class="forum_legend smalltext" align="center">
<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> {$lang->new_posts}

<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> {$lang->no_new_posts}

<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /> {$lang->forum_locked}
</p>
<br style="clear: both" />
{$footer}
</body>
</html>

Ya cree 2 tablas para que le cambies la información, para agregar mas usa este código:
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr><td class="thead"><div><strong>Nombre</strong><br /><div class="smalltext">Descripcion</div></div></td></tr>
<tr><td class="trow" valign="top" align="center">Informacion</td></tr>
</table><br />

Vas a agregarlo antes de:
</td>
</tr></table>

Recuerda utilizar [code][*/code] para codigos en html.
Dark Neo   9 Jan, 2012, 7:50 am
#4
Pues ya con eso esta de mas, xD. Esperamos tu respuesta...
filvento   9 Jan, 2012, 1:36 pm
#5
Hice lo que em dijsite nocktis, pero las boxes quedan adentro, es decir en mi foro, esta el foro y por los costados un fondo de diferente color, yo quiero que ahi aparescan los blques, en cambio con el link que me pasate se puso en donde estan los foros y el Foro se achico, por asi decilo.

Ahora voy a probar el tuto que me pasaron mas arriba, o alguno de los plugins.
Gracias!
nocktis21   9 Jan, 2012, 3:47 pm
#6
Aver si entiendo, ¿quieres que los bloques aparezcan fuera del contorno del foro, no?
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.