Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Barra de los mensajes y post
Páginas (2):    1 2
Omar G.   22 Oct, 2011, 10:12 pm
#11
Postbit:
Código:
{$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="thead">&nbsp</td></tr>
    <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>
<tr><td class="tfoot">&nbsp</td></tr>
</table>
&nbsp

Intenta este y revierte la plantilla showthread por favor.

Creo que es lo mejor que puedo hacer, a menos que uses el Template Conditionals, por que es el que uso yo para que se vea decente.
Darkin   22 Oct, 2011, 10:28 pm
#12
(22 Oct, 2011, 10:12 pm)Sama34 escribió: Postbit:
Código:
{$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="thead">&nbsp</td></tr>
    <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>
<tr><td class="tfoot">&nbsp</td></tr>
</table>
&nbsp

Intenta este y revierte la plantilla showthread por favor.

Creo que es lo mejor que puedo hacer, a menos que uses el Template Conditionals, por que es el que uso yo para que se vea decente.

Na, no me quedo bien xD, Si queres explicame con Template Conditionals, ya lo tenia activado desde antes para la barra Tongue
Omar G.   22 Oct, 2011, 10:47 pm
#13
Ocuparia ver como te quedo con ese codigo :p
Darkin   22 Oct, 2011, 11:22 pm
#14
[Imagen: 3UsPT.png]
Omar G.   22 Oct, 2011, 11:56 pm
#15
postbit:
Código:
{$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="thead" colspan="2">&nbsp</td></tr>
     <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>
<tr><td class="tfoot" colspan="2">&nbsp</td></tr>
</table>
&nbsp
Darkin   23 Oct, 2011, 12:30 am
#16
Me quedo genial Big Grin!!!

Para concluir y con esto podes cerrar tema :$, disculpa que sea tan caprichoso u.u

¿Como le modifico la altura? Edite la imagen y la barra sigue igual u.u
Omar G.   23 Oct, 2011, 12:50 am
#17
Código:
<tr><td class="thead" colspan="2" style="height: XXpx;">&nbsp</td></tr>

Código:
<tr><td class="tfoot" colspan="2" style="height: XXpx;">&nbsp</td></tr>
Darkin   23 Oct, 2011, 1:01 am
#18
(23 Oct, 2011, 12:50 am)Sama34 escribió:
Código:
<tr><td class="thead" colspan="2" style="height: XXpx;">&nbsp</td></tr>

Código:
<tr><td class="tfoot" colspan="2" style="height: XXpx;">&nbsp</td></tr>

Sigue igual u.u

Por las dudas Tongue
Código PHP:
<?php 
<tr><td class="theadxx" colspan="2";><b>{$post['icon']}{$post['subject']}{$post['subject_extra']}</b></td></tr>

Aca edite a lo que me dijiste.
Código PHP:
<?php 
<tr><td class="tcatxx" colspan="2" style="height: 22px;">{$post['posturl']}{$post['postdate']} {$post['posttime']}</td></tr>
XzX GAC   23 Oct, 2011, 1:05 am
#19
@up
Lo que sama quiso decir es que tienes que editar donde pone "XX".
Darkin   23 Oct, 2011, 5:25 pm
#20
(23 Oct, 2011, 1:05 am)taboxz escribió: @up
Lo que sama quiso decir es que tienes que editar donde pone "XX".

Sisisis eso lo se, no te fies por el "tcatxx" eso lo use yo de nombre para la barra nueva jaja.

El el code que puse, se ve que le agregue un valor, en este caso 22px
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.