Barra de los mensajes y post
Url = Localhost (Construyendo) Version = 1.6.4 Tema Instalado = Nesil Basado en TheCure Bueno disculpen que los estoy bombardeando de soportes JAJ...

Url = Localhost (Construyendo)
Version = 1.6.4
Tema Instalado = Nesil Basado en TheCure

Bueno disculpen que los estoy bombardeando de soportes JAJA, es que no conosco mucho, de poco voy viendo Tongue

Lo que me gustaria ahora, es lo siguiente:
[Imagen: 3X4bI.png]

Postbit_classic
Código PHP:
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="20%" valign="top" style="white-space: nowrap; text-align: left;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        <
div class="postbitrec"><strong><span class="largetext">{$post['profilelink']}</span></strong><br />
        <
span class="smalltext">
            {
$post['usertitle']}<br /><br />
                        <
center>{$post['useravatar']}</center><br />
            {
$post['user_details']}<br /><br />
                        <
center>{$post['groupimage']}</center><br /><br />
                        {
$post['onlinestatus']}</div>
</
span>
    </
td>
    <
td class="{$altbg}valign="top">
        <
table width="100%">
            <
tr><td>{$post['posturl']}{$post['postdate']} {$post['posttime']} - <span class="smalltext"><strong>{$post['icon']}{$post['subject']}{$post['subject_extra']}</strong></span>
            <
br />
            <
div id="pid_{$post['pid']}class="post_body">
                {
$post['message']}
            </
div>
            {
$post['attachments']}
            {
$post['signature']}
            <
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {
$post['iplogged']}
            </
div>
        </
td></tr>
    </
table>
</
td>
</
tr>
<
tr>
    <
td class="{$altbg}style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext"></span></td>
    <
td class="{$altbg}style="vertical-align: middle;">
        <
table width="100%" border="0" cellpadding="0" cellspacing="0">
            <
tr valign="bottom">
                <
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </
tr>
        </
table>
    </
td>
</
tr>
</
table>
&
nbsp 

Mas que nada lo quiero para que halla una barra llamativa que separe c/u Tongue
El soporte es gratuito y voluntario descuida...

en cuanto a lo que pides hace falta jugar un poco con las plantillas y aunque ya hay un tutorial hecho no recuerdo donde haberlo visto...

:)
LO que buscas lo hice en PokeCosmo, pero tiene problemas por ejemplo la caja de mensaje ignorado deja de funcionar, aun no escuentro la solucion.

Lo que debes hacer eso cuidadosamente eliminat el <table*> primero y </table> final.

Luego en showthread mueves <div id="posts">{$posts}</div> justo antes del <Table> que debe estar arriba.
{SIGNATURE_IMAGE}
(22 Oct, 2011, 5:06 pm)Sama34 escribió: LO que buscas lo hice en PokeCosmo, pero tiene problemas por ejemplo la caja de mensaje ignorado deja de funcionar, aun no escuentro la solucion.

Lo que debes hacer eso cuidadosamente eliminat el <table*> primero y </table> final.

Luego en showthread mueves <div id="posts">{$posts}</div> justo antes del <Table> que debe estar arriba.

Me quedo todo deforme, lo mas probable es que lo halla hecho mal :/
Lo que ise fue eliminar
Código PHP:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}"

y el
Código PHP:
</table
que esta arriba del &nbps

Despues fui a showthread y puse lo que me dijiste arriba del <table... que estaba arriba.

Te dejo el codigo de los 2, capas lo ise mal (Estan sin editar).

Postbit_classic.
Código PHP:
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="20%" valign="top" style="white-space: nowrap; text-align: left;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        <
div class="postbitrec"><strong><span class="largetext">{$post['profilelink']}</span></strong><br />
        <
span class="smalltext">
            {
$post['usertitle']}<br /><br />
                        <
center>{$post['useravatar']}</center><br />
            {
$post['user_details']}<br /><br />
                        <
center>{$post['groupimage']}</center><br /><br />
                        {
$post['onlinestatus']}{$post['iplogged']}</div>
</
span>
    </
td>
    <
td class="{$altbg}valign="top">
        <
table width="100%">
            <
tr><td>{$post['posturl']}{$post['postdate']} {$post['posttime']} - <span class="smalltext"><strong>{$post['icon']}{$post['subject']}{$post['subject_extra']}</strong></span>
            <
br />
            <
div id="pid_{$post['pid']}class="post_body">
                {
$post['message']}
            </
div>
            {
$post['attachments']}
            {
$post['signature']}
            <
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {
$post['iplogged']}
            </
div>
        </
td></tr>
    </
table>
</
td>
</
tr>
<
tr>
    <
td class="{$altbg}style="white-space: nowrap; text-align: left; vertical-align: middle;"><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
    <
td class="{$altbg}style="vertical-align: middle;">
        <
table width="100%" border="0" cellpadding="0" cellspacing="0">
            <
tr valign="bottom">
                <
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </
tr>
        </
table>
    </
td>
</
tr>
</
table>
&
nbsp 

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


Código:
<tr style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
        <td class="{$altbg}" width="20%" valign="top" style="white-space: nowrap; text-align: left;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <div class="postbitrec"><strong><span class="largetext">{$post['profilelink']}</span></strong><br />
        <span class="smalltext">
            {$post['usertitle']}<br /><br />
                        <center>{$post['useravatar']}</center><br />
            {$post['user_details']}<br /><br />
                        <center>{$post['groupimage']}</center><br /><br />
                        {$post['onlinestatus']}{$post['iplogged']}</div>
</span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}{$post['postdate']} {$post['posttime']} - <span class="smalltext"><strong>{$post['icon']}{$post['subject']}{$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: left; vertical-align: middle;"><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>

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}
    <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}
    <div id="posts">
        {$posts}
    </div>
    </table>
    <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>
{SIGNATURE_IMAGE}
Quedo bien gracias Big Grin, ahora donde colocaria la barra? Probe en varios lados y la barra aparece solo de la parte del usuario, no todo.

El codigo creo que es este:
Código PHP:
<tr>
            <
td class="tcatx"><span class="smalltext"><strong>{$post['postdate']} {$post['posttime']}</strong></span></td>
</
tr
Código:
<tr style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
            <td class="tcatx"><span class="smalltext"><strong>{$post['postdate']} {$post['posttime']}</strong></span></td>
</tr>
<tr style="{$post_extra_style} {$post_visibility}">

En el postbit, el primer <tr*> reemplazalo por el que coloque arriba.
{SIGNATURE_IMAGE}
(22 Oct, 2011, 8:09 pm)Sama34 escribió:
Código:
<tr style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
            <td class="tcatx"><span class="smalltext"><strong>{$post['postdate']} {$post['posttime']}</strong></span></td>
</tr>
<tr style="{$post_extra_style} {$post_visibility}">

En el postbit, el primer <tr*> reemplazalo por el que coloque arriba.

Queda la barra sobre el usuario tambien.

EDIT: Probe onda la barra "AUTOR | MENSAJE". Supongo que eliminando la barra blanca de 1px que impide que la misma llegue al final, se arreglaria. El tema es que no lo se hacer u.u

Resumiendo, me gustaria que quede onda tu foro inu senkai Tongue
Me gustaria exactamente así o lo mas parecido posible Tongue

[Imagen: vRZ4L.png]