[Ayuda] Hola Necesito Ayuda con el Plugin ShoutBox
Hola a todos bueno lo que pasa es que eh instalado el ShoutBox en mi Foro 1.6.15 y lo que pasa es que me sale abajo y yo quisiera que salga arriba asi como muestra la imagen.
![[Image: asdasdasd_zps2376552a.png]](http://i1204.photobucket.com/albums/bb402/Onegai1/asdasdasd_zps2376552a.png)
Gracias.
![[Image: asdasdasd_zps2376552a.png]](http://i1204.photobucket.com/albums/bb402/Onegai1/asdasdasd_zps2376552a.png)
Gracias.
<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>
{$header}
{$ps_header_index}
{$forums}
{$ps_footer_index}
{myshoutbox_abcd}
{$boardstats}
<!-- <dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>
<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl> -->
{$footer}
</body>
</html>
Reemplazala por:
<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>
{$header}
{$ps_header_index}
{myshoutbox_abcd}
{$forums}
{$ps_footer_index}
{$boardstats}
<!-- <dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>
<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl> -->
{$footer}
</body>
</html>
Hola Gracias muchas Gracias
pero ahora tengo otro problema que a la hora de registrarme no sale el Captcha ![[Image: xD_zps47a9f81f.png]](http://i1204.photobucket.com/albums/bb402/Onegai1/xD_zps47a9f81f.png)
![[Image: xD_zps47a9f81f.png]](http://i1204.photobucket.com/albums/bb402/Onegai1/xD_zps47a9f81f.png)
baja el nivel de compresion gzip de tu servidor

Adicional PD
La Version 1.8 de MyBB Viene ya integrada con el plugin security Question
La Version 1.8 de MyBB Viene ya integrada con el plugin security Question
Aprendiendo cada vez mas
12 Oct, 2014, 3:53 pm joseahfer wrote:
Reemplazala por:
<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> {$header} {$ps_header_index} {myshoutbox_abcd} {$forums} {$ps_footer_index} {$boardstats} <!-- <dl class="forum_legend smalltext"> <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->new_posts}</dd> <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->no_new_posts}</dd> <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt> <dd>{$lang->forum_locked}</dd> </dl> --> {$footer} </body> </html>
oigan cual es el nombre esacto de la plantilla para poder remplazar esta intruccion?
19 Nov, 2014, 6:20 pm roberto_25 wrote:
12 Oct, 2014, 3:53 pm joseahfer wrote:
Reemplazala por:
<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> {$header} {$ps_header_index} {myshoutbox_abcd} {$forums} {$ps_footer_index} {$boardstats} <!-- <dl class="forum_legend smalltext"> <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->new_posts}</dd> <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->no_new_posts}</dd> <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt> <dd>{$lang->forum_locked}</dd> </dl> --> {$footer} </body> </html>
oigan cual es el nombre esacto de la plantilla para poder remplazar esta intruccion?
Por la plantilla index, te dijo...
![[Image: jCIaOgk.png]](http://i.imgur.com/jCIaOgk.png)