Log in

View Full Version : customize rating display location


radiofranky
07-25-2011, 06:25 PM
Hi,
I'm using this code to - trying to display thread rating in "adv_portal_module_wrapper"
however, nothing is showing. Is this right code to show thread rating? It seems like the variable is always empty.

thanks

<vb:if condition="$thread['rating']">
<img src="{vb:stylevar imgdir_rating}/rating-trans-15_{vb:raw thread.rating}.png" alt="" />
</vb:if>