Riferimento: Condividere post su siti esterni
Guarda che deve essere al centro... non sinistra :S
Prova a sostituire quello di prima con questo: (post_thanks_postbit_info)
<if condition="$post[userid]">
<div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
<div>
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<DIV align="left"><phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase></DIV>
</if>
</if>
</div>
</if>
Guarda che deve essere al centro... non sinistra :S