TheZeuS   28 Jan, 2012, 7:29 pm
#1
  • URL del foro: localhost
  • Versión del foro: 1.6.4
  • Actualización: Ninguna

Hola a todos Big Grin
Quería hacer algunos cambios en el postbit, la verdad son poco comunes pero bueno Tongue
Dejo 1 "mosaico" de lo que quiero hacer:

[Imagen: pantallazodel2012012901.png]

1: Seria recortar la linea del postbit que llega hasta la linea de los botones, hasta donde esta la marca.
2: Quiero quitar esas lineas, no se si es lineas o una tabla la verdad, que "envuelven" los botones, dejando solo la linea que comento en el numero 1.

No se si me explico la verdad.
Muchas gracias Big Grin
Ryuuseiken   28 Jan, 2012, 9:25 pm
#2
Tienes que editar el postbit_classic, encontraras esto casi al comienzo:

Cita:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">


Remplazas por esto:
Cita:<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">

TheZeuS   29 Jan, 2012, 6:34 am
#3
Bueno, quería hacer justamente eso.
Solo faltaría hacer una linea que separa el postbit con el mensaje, como dije en el 1.
Ryuuseiken   29 Jan, 2012, 6:43 am
#4
Agregando un border-right:1px solid #000 quedaría bien.
Si no puedes deja tu plantilla postbit_classic.
TheZeuS   29 Jan, 2012, 6:57 am
#5
Pues no pude hacerlo la verdad, lo probe haciendolo así:

border="border-right:1px solid; #000

Pero no funciono, no es que sepa mucho de este tipo de codigo Tongue
Te dejo el postbit_classic:

{$ignore_bit}
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="{$altbg}" width="20%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong><img src="{$theme['imgdir']}/sexo/{$post['fid3']}.gif" title="{$post['fid3']}" /><br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['userstars']}
			{$post['user_details']}
<span class="ft">{$lang->tyl_given}:</span> <span class="fr">{$post['tyl_unumtyls']}</span><br />
<span class="ft">{$lang->tyl_rcvd}:</span> <span class="fr">{$post['tyl_unumrtyls']}</span>
<br /><span class="ft">Consola:</span> <span class="fr">{$post['fid4']}</span>
{$post['newpoints_postbit']}                        
</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} | {$post['postdate']} {$post['posttime']} {$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>
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr>
	<td class="{$altbg}" style="vertical-align: middle;">
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="right">{$post['button_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['thanks']}{$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>{$post['thxdsp_inline']}{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}{$post['thxdsp_outline']}

Muchs gracias Big Grin
Ryuuseiken   29 Jan, 2012, 7:07 am
#6
Cita:{$ignore_bit}
<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="20%" valign="top" style="white-space: nowrap; text-align: center;border-right:1px solid #000"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong><img src="{$theme['imgdir']}/sexo/{$post['fid3']}.gif" title="{$post['fid3']}" /><br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['userstars']}
{$post['user_details']}
<span class="ft">{$lang->tyl_given}:</span> <span class="fr">{$post['tyl_unumtyls']}</span><br />
<span class="ft">{$lang->tyl_rcvd}:</span> <span class="fr">{$post['tyl_unumrtyls']}</span>
<br /><span class="ft">Consola:</span> <span class="fr">{$post['fid4']}</span>
{$post['newpoints_postbit']}
</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} | {$post['postdate']} {$post['posttime']} {$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>
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="vertical-align: middle;">
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="right">{$post['button_tyl']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['thanks']}{$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>{$post['thxdsp_inline']}{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}{$post['thxdsp_outline']}

Con eso debería de quedar como dices. Smile
TheZeuS   29 Jan, 2012, 7:18 am
#7
Quedo exacto Big Grin
Muchas gracias de verdad.

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