[Error]  Usuarios navegando en el foro - ubicación
* URL del foro: http://www.alonegamerz.co.cc * Versión del foro: 1.6.3 * Actualización: Ninguna Qusiera que esta parte de usuarios navegando en el...


Qusiera que esta parte de usuarios navegando en el foro quede asi.
[Imagen: online-61024.png]
Actualmente lo tengo asi.
[Imagen: online2-61025.png]
Diganme que datos se necesita y se los paso Smile
Última modificación: 24 Jun, 2011, 5:36 pm por PoLiZe.
Si mal no recuerdo, la plantilla del showthread. Smile
Plantilla showthread

Código PHP:
<html>
<
head>
<
title>{$thread['subject']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
    var 
quickdelete_confirm "{$lang->quickdelete_confirm}";
// -->
</script>
<
script type="text/javascript" src="jscripts/thread.js?ver=1600"></script>
</
head>
<
body>
    {
$header}
    {
$pollbox}
    <
div class="float_left">
        {
$multipage}

    </
div>
    <
div class="float_right">
        {
$newthread} {$newreply}
    </
div>
    {
$ratethread}
    <
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="clear: both; border-bottom-width: 0;">
        <
tr>
            <
td class="thead" colspan="2">
                <
div style="float: right;">
                    <
span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
                </
div>
                <
div>
                    <
strong>{$thread['threadprefix']}{$thread['subject']}</strong>
                </
div>
            </
td>
        </
tr>
        {
$classic_header}
    </
table>
    <
div id="posts">
        {
$posts}
    </
div>
    <
div class="float_left">
        {
$multipage}
    </
div>
    <
div style="padding-top: 4px;" class="float_right">
        {
$newthread} {$newreply}
    </
div>
    <
br style="clear: both;" />
    {
$quickreply}
    {
$threadexbox}
    {
$similarthreads}
    <
br />
    <
div class="float_left">
        <
ul class="thread_tools">
            <
li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
            <
li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
            <
li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
        </
ul>
    </
div>

    <
div class="float_right" style="text-align: right;">
        {
$moderationoptions}
        {
$forumjump}
    </
div>
    <
br style="clear: both;" />
    {
$usersbrowsing}
    {
$footer}
</
body>
</
html
Creo que así:

Código:
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1600"></script>
</head>
<body>
    {$header}
    {$pollbox}
    {$usersbrowsing}
    <div class="float_left">
        {$multipage}
    </div>
    <div class="float_right">
        {$newthread} {$newreply}
    </div>
    {$ratethread}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
        <tr>
            <td class="thead" colspan="2">
                <div style="float: right;">
                    <span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
                </div>
                <div>
                    <strong>{$thread['threadprefix']}{$thread['subject']}</strong>
                </div>
            </td>
        </tr>
        {$classic_header}
    </table>
    <div id="posts">
        {$posts}
    </div>
    <div class="float_left">
        {$multipage}
    </div>
    <div style="padding-top: 4px;" class="float_right">
        {$newthread} {$newreply}
    </div>
    <br style="clear: both;" />
    {$quickreply}
    {$threadexbox}
    {$similarthreads}
    <br />
    <div class="float_left">
        <ul class="thread_tools">
            <li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
            <li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
            <li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
        </ul>
    </div>

    <div class="float_right" style="text-align: right;">
        {$moderationoptions}
        {$forumjump}
    </div>
    <br style="clear: both;" />
    {$footer}
</body>
</html>

Smile
Si quedo, ahora esta en la parte de arriba, pero no esta recuadrado con los bordes plomos Confused
Faltaria esa parte...
Envuelve el {$usersbrowsing} así:

Código:
<table class="tborder">
<tr>
<td class="trow1">{$usersbrowsing}</td>
</tr>
</table>
Última modificación: 25 Jun, 2011, 2:40 pm por Cluster.
Ya esta encuadrado pero quedo con espacios.
Mira la plantilla que se llama algo como showthread_usersbrowsing y quítale el <br />.
Resuelto Smile
<--- 20 caracteres --->