battousai   1 Dec, 2010, 3:27 am
#1
  • URL del foro: Localhost (x ahora)
  • Versión del foro: 1.6
  • Actualización: Ninguna

supongo que el titulo esta bien y el archivo a editar esta dentro xD.

la cuestion es que al aumentar el tamaño del avatar en el postbit,este se me hizo mas ancho y arriba donde dice "Autor" quedo mas finito .

Última modificación: 1 Dec, 2010, 3:28 am por Kyler.
Mauro   1 Dec, 2010, 5:24 am
#2
sube la plantilla postbit si lo tienes en forma horizontal o si lo tienes en vertical sube la plantilla postbit_classic
battousai   1 Dec, 2010, 5:48 am
#3
{$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="trow1" width="150px" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div id="invento">
<div class="postbit_username" align="left" style="cursor: pointer;" id="userdetails_{$post['pid']}">
<center><b><span class="largetext">{$post['profilelink']} <img src="images/clanpkmn/down.png"></span></b></center>
</div>
<div id="userdetails_{$post['pid']}_popup" class="popup_menu" style="margin-top: 1px; margin-left: 70px; display: none; color: #000000; width: auto;">
<div class="menu_row"><a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$post['uid']}">Ver su perfil</a></div>
<div class="menu_row"><a href="{$mybb->settings['bburl']}/private.php?action=send&amp;uid={$user['uid']}">Enviale un PM</a></div> 
<div class="menu_row"><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$post['uid']}">Ver Temas de {$post['username']}</a></div>
<div class="menu_row"><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$post['uid']}">Ver Mensajes de {$post['username']}</a></div>
</div>
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupMenu("userdetails_{$post['pid']}");
	}
// -->
</script>
		<span class="smalltext">
{$post['groupimage']}
<br />{$post['useravatar']}
			
<div class="postbit-cp"><b>Temas Creados: <strong>{$post['ThreadCounts']}</strong><br />{$lang->postbit_posts}</b> <span style="color: green;">{$post['postnum']}</span></div>
			{$post['user_details']}
		</span>
		</div>
	</td>
	<td class="trow2" valign="top">
		<table width="100%">
			<tr><td><span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<hr>
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$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="trow2" colspan="2">
		<div>
			<div id="cphora">{$post['postdate']} {$post['posttime']}</div>
		<div id="cpbotones" 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']}
		</div>
		</div>
	</td>
</tr>
</table><br />

aca esta
nentab   10 Dec, 2010, 7:31 pm
#4
Amplia el width, así por ejemplo:

{$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="trow1" width="200px" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div id="invento">
<div class="postbit_username" align="left" style="cursor: pointer;" id="userdetails_{$post['pid']}">
<center><b><span class="largetext">{$post['profilelink']} <img src="images/clanpkmn/down.png"></span></b></center>
</div>
<div id="userdetails_{$post['pid']}_popup" class="popup_menu" style="margin-top: 1px; margin-left: 70px; display: none; color: #000000; width: auto;">
<div class="menu_row"><a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$post['uid']}">Ver su perfil</a></div>
<div class="menu_row"><a href="{$mybb->settings['bburl']}/private.php?action=send&amp;uid={$user['uid']}">Enviale un PM</a></div> 
<div class="menu_row"><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$post['uid']}">Ver Temas de {$post['username']}</a></div>
<div class="menu_row"><a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$post['uid']}">Ver Mensajes de {$post['username']}</a></div>
</div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("userdetails_{$post['pid']}");
    }
// -->
</script>
        <span class="smalltext">
{$post['groupimage']}
<br />{$post['useravatar']}
            
<div class="postbit-cp"><b>Temas Creados: <strong>{$post['ThreadCounts']}</strong><br />{$lang->postbit_posts}</b> <span style="color: green;">{$post['postnum']}</span></div>
            {$post['user_details']}
        </span>
        </div>
    </td>
    <td class="trow2" valign="top">
        <table width="100%">
            <tr><td><span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <hr>
            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                {$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="trow2" colspan="2">
        <div>
            <div id="cphora">{$post['postdate']} {$post['posttime']}</div>
        <div id="cpbotones" 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']}
        </div>
        </div>
    </td>
</tr>
</table><br />
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.