ivan7994   18 May, 2012, 2:11 pm
#1
Hola!
Tengo este pequeño problema , y no he podido solucionarlo =( .

[Imagen: a77t186868xrt7k6g.jpg]

Cada ves que alguien pone una respuesta sale deformada la información del usuario,como se ve en la imagen que la "Reputacion" y el "Registro en:" quedan mal!.

Si necesitan que les envie algo para solucionarlo avisenme.

Dejo la plantilla

postbit_classic
{$ignore_bit}



<div class="posts" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">

<div class="smalltext thead" id="pid{$post['pid']}">

   <span class="postbit_date">{$post['postdate']} {$post['posttime']}</span>
    
   <span>{$post['icon']}{$post['subject']} {$post['subject_extra']}</span>

   <span class="float_right">{$lang->postbit_post} <a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a></span>

</div>

<div class="postbit_border {$altbg}">

<!--Postbit author info-->

<div class="postbit_author">

 <a href="#" id="profile_{$post['pid']}">{$post['username_formatted']}</a>{$post['onlinestatus']}<br />

 <span class="smalltext">{$post['usertitle']}</span>

{$post['groupimage']}

{$post['useravatar']}

{$post['userstars']}



<a class="postbit-iconbox" title="{$post['fid3']}">  <img src="{$theme['imgdir']}/{$post['fid3']}.gif" title="{$post['fid3']}" /></a><a class="postbit-iconbox" title="{$post['fid4']}">  <img src="{$theme['imgdir']}/flags/{$post['fid4']}.png" title="{$post['fid4']}" /></a> {$post['onlinestatus']} <br />
<br /><div align="center">{$post['user_details']}

</div>


</div>

<!--Postbit author info-->

<!--Postbit post-->

<div class="postbit_body">

<table width="100%">

<tr> <td class="posts" style="{$post_visibility}">


{$post['posturl']}


<div class="postbit_content" id="pid_{$post['pid']}">

<div class="postbit_message">{$post['message']}</div>

{$post['attachments']}

{$post['editedmsg']}


{$post['signature']}


</div>

</td> </tr>

</table>

</div>

<!--Postbit post-->


<!--Postbit bottom-->

<div class="postbit_bottom">

<div class="inline-block float_left">
{$post['iplogged']}{$post['button_report']}{$post['button_warn']}{$post['button_rep']}
</div>

<div class="inline-block float_right">

{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}

</div>

   
</div>

<!--Postbit bottom-->


</div>

<!--Profile quick links-->

<div id="profile_{$post['pid']}_popup" class="popup_menu_thread" style="display: none;">

<ul class="popup_profile">

<li><img src="{$theme['imgdir']}/profile_icons/user.png" alt="" class="vmiddle" />&nbsp;<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$post['uid']}">Ver Perfil</a></li>
{$post['button_find']}
<li><img src="{$theme['imgdir']}/profile_icons/thread.png" alt="find threads" class="vmiddle" />&nbsp;<a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&amp;uid={$post['uid']}">Buscar todos sus temas</a></li>
{$post['button_pm']}
{$post['button_email']}
{$post['button_www']}
</ul>

</div>

<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupMenu("profile_{$post['pid']}");
	}
// -->
</script>


<!--Profile quick links-->

</div>

<br />

Saludos.
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.