The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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 Code:
<vb:if condition="$thread['rating']">
<img src="{vb:stylevar imgdir_rating}/rating-trans-15_{vb:raw thread.rating}.png" alt="" />
</vb:if>
|
![]() |
|
|