Quote:
Originally Posted by dzstars
|
-------------
set your setting to images - thumbs up/ down
------------------
(Thumb Up)...5 (Thumb Down)...2
Step 1 - Open the template
helpful_answers
Step 2 -
Replace the code
Code:
<if condition="$post['totalrank']">
<phrase 1="$post[goodrank]" 2="$post[totalrank]">$vbphrase[helpfulanswer_x_out_of_y]</phrase>
</if>
With the new code:
Code:
<if condition="$post['totalrank']">
<img src="images/buttons/ha_thumbsup.gif" width="11" height="20" border="0" alt="Good" /> $post[goodrank]
<img src="images/buttons/ha_thumbsdn.gif" width="11" height="20" border="0" alt="Bad" /> $post[badrank]
</if>