TeamReady   12 Jul, 2011, 2:51 pm
#1


Bueno este es el probrema miren le estaba poniendo cuadrados a las descripciones el perfil y me salio bien pero cuando me di cuenta el sistema de gracias no estaba en el marco!.

Imagen :

[Imagen: dibujocec.jpg]

Si no se http://doopic.com.ar/pic/dibujocec.jpg

Noo se si algo anda mal.

PostBit classic
{$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="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext"></span></strong><br />
		<span class="smalltext">

<table width="100%" border="0" cellspacing="2" cellpadding="1"&nbsp;&nbsp;style="font-size:12px">

<tr><td class="trow4" align="center">
{$post['profilelink']}{$post['onlinestatus']}<br />
</td></tr>

<tr><td class="trow4" align="center">
{$post['usertitle']}<br />
</td></tr>			

{$post['groupimage']}<br />

<tr><td class="trow4" align="center">
{$post['useravatar']}<br />
</td></tr>

<tr><td class="trow4" align="center">
{$post['userstars']}<br />
</td></tr>


<table width="100%" border="0" cellspacing="1" cellpadding="1"&nbsp;&nbsp;style="font-size:1px">

{$post['user_details']}<br />
{$post['levelbar']}



		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<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="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<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_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>{$post['thxdsp']}
	</td>
</tr>
</table>
MrDarkWood   12 Jul, 2011, 3:27 pm
#2
A pues en esta parte:
<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>{$post['thxdsp']}
    </td>
</tr>
</table>

Es la que esta mal, si no me equivoco debería de ser así:
<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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']}{$post['thxdsp']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>

Espero haberte ayudado, alguna cosa nos avisas.

El código completo sería 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="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext"></span></strong><br />
        <span class="smalltext">

<table width="100%" border="0" cellspacing="2" cellpadding="1"&nbsp;&nbsp;style="font-size:12px">

<tr><td class="trow4" align="center">
{$post['profilelink']}{$post['onlinestatus']}<br />
</td></tr>

<tr><td class="trow4" align="center">
{$post['usertitle']}<br />
</td></tr>            

{$post['groupimage']}<br />

<tr><td class="trow4" align="center">
{$post['useravatar']}<br />
</td></tr>

<tr><td class="trow4" align="center">
{$post['userstars']}<br />
</td></tr>


<table width="100%" border="0" cellspacing="1" cellpadding="1"&nbsp;&nbsp;style="font-size:1px">

{$post['user_details']}<br />
{$post['levelbar']}



        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <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="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <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_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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']}{$post['thxdsp']}</td>
            </tr>
        </table>
    </td>
</tr>
</table> 

Por cierto, como se llama el plugin o mod que usas, ese donde sale lo del, Nivel 1, Experiencia, Actividad?
Última modificación: 12 Jul, 2011, 3:35 pm por juanms07.
Ryuuseiken   12 Jul, 2011, 9:29 pm
#3
Lo de experiencia y eso se llama:HP MP MAX in posbit, hay un tuto que se hace para tener en diferente version ese plugin o tenerlo como sale en esa foto.
TeamReady   13 Jul, 2011, 6:55 am
#4
[Imagen: dibujobjb.jpg]

Quedaria haci??
MrDarkWood   13 Jul, 2011, 9:11 am
#5
No no, haber, pensé que hablabas de la barra de abajo, pero no, no es esa, copia el código que pusiste, por que hablas de los gracias que están abajo de las estrellas, entonces necesito saber que plugin de gracias usas por que según sé el error esta aquí:

<tr><td class="trow4" align="center">
 {$post['userstars']}<br />
 </td></tr>


 <table width="100%" border="0" cellspacing="1" cellpadding="1"&nbsp;&nbsp;style="font-size:1px">

 {$post['user_details']}<br />
 {$post['levelbar']}

Debería de ir algo como {$post['thx']}
O algo parecido depende del plugin que uses, pero bueno, solamente dime que nombre tiene el plugin que usas para darte el código completo.

Saludos!
TeamReady   13 Jul, 2011, 9:39 am
#6
Esta de los finales mira Donde esta Table hay esta :::

{$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="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext"></span></strong><br />
		<span class="smalltext">

<table width="100%" border="0" cellspacing="2" cellpadding="1" style="font-size:12px">

<tr><td class="trow4" align="center"<tr>

{$post['profilelink']}{$post['onlinestatus']}<br />
</td></tr>

<tr><td class="trow4" align="center"<tr>
{$post['usertitle']}<br />
</td></tr>

<tr><td class="trow4" align="center">
{$post['userstars']}
</td></tr> 

{$post['groupimage']}<br />

<tr><td class="trow4" align="center">
{$post['useravatar']}<br />
</td></tr>
</table>
{$post['user_details']}
{$post['levelbar']}


		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<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="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<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_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>{$post['thxdsp']}
</td>
</tr>
</table>
MrDarkWood   13 Jul, 2011, 1:36 pm
#7
Entonces esta parte tendría que ser así:
<tr><td class="trow4" align="center">
 {$post['userstars']}<br />
 </td></tr>

<tr><td class="trow4" align="center">
 {$post['thxdsp']}<br />
 </td></tr>

 <table width="100%" border="0" cellspacing="1" cellpadding="1"&nbsp;&nbsp;style="font-size:1px">

 {$post['user_details']}<br />
 {$post['levelbar']} 

Pero si es el código este:
{$post['thxdsp']}
¿?

Por que si no me equivoco ese es para el botón gracias...
Necesito el código del status del gracias...
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.