Páginas (2): 1 2   
Maijé   15 Apr, 2015, 9:53 am
#1
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
AndresXZ09   15 Apr, 2015, 1:38 pm
#2
Edita las plantillas, en el postbit, asegurate de que tu postbit_author_user tiene esto

<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

{$post['user_details']}
Finer   15 Apr, 2015, 2:49 pm
#4
Tenes que revisar las planillas postbit classic
Y ai tenes que revisar, sacar el php y deja solo que se vea el html de tu segunda imagen...

Fijate si podes, si no deja la planilla..

[Imagen: tumblr_nj9sv13aff1tga1sco4_r1_500.gif]
Maijé   16 Apr, 2015, 12:28 am
#5
No supe hacerlo aquí os dejo el postbit_classic 


<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
AndresXZ09   16 Apr, 2015, 3:33 am
#6
(16 Apr, 2015, 12:28 am)BeattleGamerZ escribió: No supe hacerlo aquí os dejo el postbit_classic 



<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
Maijé   16 Apr, 2015, 7:48 am
#7
(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 




<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
XEDE   16 Apr, 2015, 10:16 am
#8
(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"
Maijé   16 Apr, 2015, 11:52 pm
#9
postbit_author_user

<div class="postbit4_header">
<b>{$lang->postbit_posts}</b> 
{$post['postnum']}<br />
<b>{$lang->postbit_joined}</b> 
{$post['userregdate']}
</div>
Finer   17 Apr, 2015, 6:59 am
#10
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)
{$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>
Última modificación: 17 Apr, 2015, 7:00 am por Finer.

[Imagen: tumblr_nj9sv13aff1tga1sco4_r1_500.gif]
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.