Jump to content


ladyofdragons

Member Since 27 Jan 2006
Offline Last Active Apr 18 2012 04:25 PM
-----

Posts I've Made

In Topic: Thread rating in listing

13 February 2012 - 07:30 PM

fyi, add this to the Topic template to show ratings only on forums that allow ratings.


<if test="$forum_data['forum_allow_rating'] == 1">
<span class='mini_rate'>
<foreach loop="ratings:array(1,2,3,4,5) as $int">
<if test="$data['topic_rating_total'] >= $int">
{parse replacement="mini_rate_on"}
<else />
{parse replacement="mini_rate_off"}
</if>
</foreach>