Witam,
potrzebuję zrobić tak:
a mam tak:
jak pozbyć się tych wpisów (strzałka czerwona wskazuje)
Poniżej kod z mojej templatki:
Kod:
<br />
<if condition="$post[userid]">
<img src="blueevolution/misc/minibeer.gif" border="0" alt="Piwka" title="Piwka"> <b>Panel Piwny:</b><br />
<div class="postinfo">
Piwa Postawione:
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<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>
</if>
</if>
</div>
<div class="postinfo">Piwa Otrzymane: $post[post_thanks_user_amount_formatted]</div>
</if><br />