[Ayuda]  Postbit
Hola muy buenas tengo un problema ya que quisiera que mi postbit saliera como le sale al autor del tema pero no es asi sale completamente diferente a...

Hola muy buenas tengo un problema ya que quisiera que mi postbit saliera como le sale al autor del tema pero no es asi sale completamente diferente aqui les dejare una explicación de lo que deseo hacer:

Asi aparece cuando uno responde el tema:

[Imagen: GjVHH00.png]

Lo que me gustaría es que saliera como el autor del tema como en esta imagen:

[Imagen: Id9hPj8.png]

De antemano gracias  Cool
Edita las plantillas, en el postbit, asegurate de que tu postbit_author_user tiene esto

Código:
<span>{$lang->postbit_posts}  <span class="float_right">{$post['postnum']}</span></span>

<span>{$lang->postbit_joined} <span class="float_right">{$post['userregdate']}</span></span>
    {$post['replink']}{$post['warninglevel']}

Y que tu postbit o postbit_classic tienen esto en algún lado

Código:
{$post['user_details']}
No supe hacerlo aquí os dejo el postbit_classic 


Código:
<if $postcounter == 1 then>
{$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="postbit4" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
           <span class="smalltext">{$post['profilelink']}</span>  {$post['onlinestatus']}<br />
       </td>
       <td class="postbit4">
           <span class="oclock"><i class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}<span class="float_right"> {$post['posturl']}</span></span>  
       </td>
   </tr>
<tr>
<td class="trow23" width="15%" valign="top" style="white-space: nowrap; text-align: center;"></a>
               <div class="postbit2">
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
                        </div>                      
{$post['user_details']}
</span>
</td>
<td class="trow123" valign="top">
<table width="100%">
<tr><td><span class="smalltext"></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
                       <div id="thxpid_{$post['pid']}">{$post['message']}</div>
<div class="float_right">
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</td></tr>
</table>
</td>
</tr>

<table class="trow80" width="96%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
   <td align="left" class="trow4" style="white-space: nowrap;>{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}{$post['thx_counter']}{$post['thx_list']}{$post['thanks']}</td>
                   <td align="right" class="trow4">{$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>
<else>
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td>
<div class="caja1">
<div class="caja2">
<div class="caja3" align="center">
{$post['useravatar']}<br />
<span class="smalltext">
{$post['groupimage']}
{$post['userstars']}
{$post['usertitle']}<br />
                                                       <br />
</span>
</div>
</div>
</div>
<div class="caja4">
<div class="caja5">
                               <ul> <a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']} {$post['onlinestatus']}</a></ul> <ul>{$post['user_details']}</ul> <ul class="oclock2">{$post['postdate']} {$post['posttime']}</ul>{$post['posturl']}                                
                               <span style="float: right;" class="smalltext">{$post['subject_extra']}<div class="float_right">{$post['goodbyespammer']}</div></span></div>
<div class="caja6">
<img src="images/Jormungand/flecha.png" class="blog" />
<div style="width: 100%">
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
<div id="thxpid_{$post['pid']}">{$post['message']}</div>
                               <div class="editat">
<span style="float: right; margin-top: -11px;">{$post['inlinecheck']}</span>
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</div>
<div class="caja7">
<div class="float_right smalltext">{$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']}</div>
<div class="smalltext">{$post['button_rep']}{$post['thx_counter']}{$post['thx_list']}{$post['thanks']}</div>
</div>
</div>
</td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
</if>


De antemano gracias  Shy
(16 Apr, 2015, 12:28 am)BeattleGamerZ escribió: No supe hacerlo aquí os dejo el postbit_classic 



Código:
<if $postcounter == 1 then>
{$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="postbit4" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
           <span class="smalltext">{$post['profilelink']}</span>  {$post['onlinestatus']}<br />
       </td>
       <td class="postbit4">
           <span class="oclock"><i class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}<span class="float_right"> {$post['posturl']}</span></span>  
       </td>
   </tr>
<tr>
<td class="trow23" width="15%" valign="top" style="white-space: nowrap; text-align: center;"></a>
               <div class="postbit2">
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
                        </div>                      
{$post['user_details']}
</span>
</td>
<td class="trow123" valign="top">
<table width="100%">
<tr><td><span class="smalltext"></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
                       <div id="thxpid_{$post['pid']}">{$post['message']}</div>
<div class="float_right">
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</td></tr>
</table>
</td>
</tr>

<table class="trow80" width="96%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
   <td align="left" class="trow4" style="white-space: nowrap;>{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}{$post['thx_counter']}{$post['thx_list']}{$post['thanks']}</td>
                   <td align="right" class="trow4">{$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>
<else>
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td>
<div class="caja1">
<div class="caja2">
<div class="caja3" align="center">
{$post['useravatar']}<br />
<span class="smalltext">
{$post['groupimage']}
{$post['userstars']}
{$post['usertitle']}<br />
                                                       <br />
</span>
</div>
</div>
</div>
<div class="caja4">
<div class="caja5">
                               <ul> <a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']} {$post['onlinestatus']}</a></ul> <ul>{$post['user_details']}</ul> <ul class="oclock2">{$post['postdate']} {$post['posttime']}</ul>{$post['posturl']}                                
                               <span style="float: right;" class="smalltext">{$post['subject_extra']}<div class="float_right">{$post['goodbyespammer']}</div></span></div>
<div class="caja6">
<img src="images/Jormungand/flecha.png" class="blog" />
<div style="width: 100%">
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
<div id="thxpid_{$post['pid']}">{$post['message']}</div>
                               <div class="editat">
<span style="float: right; margin-top: -11px;">{$post['inlinecheck']}</span>
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</div>
<div class="caja7">
<div class="float_right smalltext">{$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']}</div>
<div class="smalltext">{$post['button_rep']}{$post['thx_counter']}{$post['thx_list']}{$post['thanks']}</div>
</div>
</div>
</td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
</if>


De antemano gracias  Shy


Ese se ve bien, pega el de postbit_author_user
(16 Apr, 2015, 3:33 am)AndresXZ09 escribió:
(16 Apr, 2015, 12:28 am)BeattleGamerZ escribió: No supe hacerlo aquí os dejo el postbit_classic 




Código:
<if $postcounter == 1 then>
{$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="postbit4" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
           <span class="smalltext">{$post['profilelink']}</span>  {$post['onlinestatus']}<br />
       </td>
       <td class="postbit4">
           <span class="oclock"><i class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}<span class="float_right"> {$post['posturl']}</span></span>  
       </td>
   </tr>
<tr>
<td class="trow23" width="15%" valign="top" style="white-space: nowrap; text-align: center;"></a>
               <div class="postbit2">
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
                        </div>                      
{$post['user_details']}
</span>
</td>
<td class="trow123" valign="top">
<table width="100%">
<tr><td><span class="smalltext"></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
                       <div id="thxpid_{$post['pid']}">{$post['message']}</div>
<div class="float_right">
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</td></tr>
</table>
</td>
</tr>

<table class="trow80" width="96%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
   <td align="left" class="trow4" style="white-space: nowrap;>{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}{$post['thx_counter']}{$post['thx_list']}{$post['thanks']}</td>
                   <td align="right" class="trow4">{$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>
<else>
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td>
<div class="caja1">
<div class="caja2">
<div class="caja3" align="center">
{$post['useravatar']}<br />
<span class="smalltext">
{$post['groupimage']}
{$post['userstars']}
{$post['usertitle']}<br />
                                                       <br />
</span>
</div>
</div>
</div>
<div class="caja4">
<div class="caja5">
                               <ul> <a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']} {$post['onlinestatus']}</a></ul> <ul>{$post['user_details']}</ul> <ul class="oclock2">{$post['postdate']} {$post['posttime']}</ul>{$post['posturl']}                                
                               <span style="float: right;" class="smalltext">{$post['subject_extra']}<div class="float_right">{$post['goodbyespammer']}</div></span></div>
<div class="caja6">
<img src="images/Jormungand/flecha.png" class="blog" />
<div style="width: 100%">
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
<div id="thxpid_{$post['pid']}">{$post['message']}</div>
                               <div class="editat">
<span style="float: right; margin-top: -11px;">{$post['inlinecheck']}</span>
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</div>
<div class="caja7">
<div class="float_right smalltext">{$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']}</div>
<div class="smalltext">{$post['button_rep']}{$post['thx_counter']}{$post['thx_list']}{$post['thanks']}</div>
</div>
</div>
</td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
</if>


De antemano gracias  Shy


Ese se ve bien, pega el de postbit_author_user

No entiendo lo que tratas de decirme
(16 Apr, 2015, 7:48 am)BeattleGamerZ escribió: No entiendo lo que tratas de decirme

Te dice que en la misma lista de plantillas que estas mirando fijate que mas abajo de la lista sale una de nombre "postbit_author_user" deja aqui el contendio de la misma como hiciste con la plantilla "postbit_classic"
postbit_author_user

Código:
<div class="postbit4_header">
<b>{$lang->postbit_posts}</b>
{$post['postnum']}<br />
<b>{$lang->postbit_joined}</b>
{$post['userregdate']}
</div>
Andresx209 deja de confundir al usuario si no sabes lo que pide por favor...

Reemplaza tu postbit classic por este (borra todo el actual que tenes y pone este)
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="postbit4" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
 
          <span class="smalltext">{$post['profilelink']}</span {$post['onlinestatus']}<br />
 
      </td>
 
      <td class="postbit4">
 
          <span class="oclock"><class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}<span class="float_right"> {$post['posturl']}</span></span 
       
</td>
 
  </tr>
<
tr>
<
td class="trow23" width="15%" valign="top" style="white-space: nowrap; text-align: center;"></a>
 
              <div class="postbit2">
<
span class="smalltext">
{
$post['usertitle']}<br />
{
$post['userstars']}
{
$post['groupimage']}
{
$post['useravatar']}<br />
 
                       </div                     
{$post['user_details']}
</
span>
</
td>
<
td class="trow123" valign="top">
<
table width="100%">
<
tr><td><span class="smalltext"></span>
<
br />
<
div id="pid_{$post['pid']}class="post_body">
 
                      <div id="thxpid_{$post['pid']}">{$post['message']}</div>
<
div class="float_right">
 
                               <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</
div>
{
$post['attachments']}
{
$post['signature']}
</
div>
</
td></tr>
</
table>
</
td>
</
tr>

<
table class="trow80" width="96%" border="0" cellpadding="0" cellspacing="0">
<
tr valign="bottom">
 
  <td align="left" class="trow4" style="white-space: nowrap;>{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}{$post['thx_counter']}{$post['thx_list']}{$post['thanks']}</td>
                   <td align="
right" class="trow4">{$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> 
[Imagen: https://31.media.tumblr.com/b9f3b87cfcc8...r1_500.gif]
Última modificación: 17 Apr, 2015, 7:00 am por Finer.