- Desde
- 18 Jun 2009
- Mensajes
- 58
Hola todos, quiero hacer una modificación en mi postbit_legacy, pero luego de muchos intentos no la he podido realizar así que pido ayuda por aquí.
Quisiera que luego del recuadro de reputación aparezca el post thanks pero sin que quede un espacio en blanco entre reputación y thanks (como se ve en la imagen que adjunto), sino que aparezca a continuación.
Además me gustaría sacar las frases "Gracias dadas" y "... en {} mensajes", y que sólo quedara "Agradecido {} veces" para no hacer tan largo el postbit.
Muchas gracias a todos, me ha sido de gran utilidad este foro
Ver el archivo adjunto 1581
Adjunto la parte pertinente de la planilla:
Quisiera que luego del recuadro de reputación aparezca el post thanks pero sin que quede un espacio en blanco entre reputación y thanks (como se ve en la imagen que adjunto), sino que aparezca a continuación.
Además me gustaría sacar las frases "Gracias dadas" y "... en {} mensajes", y que sólo quedara "Agradecido {} veces" para no hacer tan largo el postbit.
Muchas gracias a todos, me ha sido de gran utilidad este foro
Ver el archivo adjunto 1581
Adjunto la parte pertinente de la planilla:
Insertar CODE, HTML o PHP:
if condition="$post['joindate']"><div class="usrbit"><strong>$vbphrase[join_date]:</strong> $post[joindate]</div></if>
<if condition="$post['age']"><div class="usrbit"><strong>$vbphrase[age]:</strong> $post[age]</div></if>
<div class="usrbit">
<strong>$vbphrase[posts]:</strong> $post[posts]
</div>
$template_hook[postbit_userinfo_right_after_posts]<if condition="$show['infraction']"><div class="usrbit"><strong>$vbphrase[infractions]:</strong> $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div class="usrbit" style="line-height:16px;height:16px;padding-top:6px;
><if condition="$show['reppower']"><strong>$vbphrase[reppower]:</strong> <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
<br /><div><div class="smallfont">
$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount]
<br />
<if condition="$post[post_thanks_thanked_times_on] == 1"><div><div class="smallfont">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts_on] == 1"><div><div class="smallfont">
<phrase 1="$post[post_thanks_thanked_times]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times]" 2="$post[post_thanks_thanked_posts]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack --></div>
<if condition="$post['field2']"><div><strong>$vbphrase[location_perm]:</strong> $post[field2]</div><br /></if>
<if condition="$post[field5] != ''"><div><div class="smallfont">
País: <img src="http://www.misitio.com/images/flags/$post[field5].gif" title="$post[field5]" align="center">
</div></if>
<if condition="$post['field6']"><div><div class="smallfont">PDA: $post[field6]</div></if>
<if condition="$post['field7']"><div><div class="smallfont">ROM: $post[field7]</div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> $post[iplogged]
</div>
</td>