Artists By Rating - jrRating Module
Design and Skin Customization
Thanks @brian that worked. But still have a problem with the rating not showing up in my timeline.
Had @michael helping me today and we couldn't get the timeline to show the ACTIVITY.
I am using this code in the profile_header.tpl
<div class="block">
<div class="block_content mt10">
<div style="padding-top:8px;min-height:48px;max-height:288px;overflow:auto;">
{jrUser_online_status profile_id=$_profile_id}
{jrCore_module_function function="jrRating_form" type="star" module="jrProfile" index="1" item_id=$_profile_id current=$profile_rating_1_average_count|default:0 votes=$profile_rating_1_count|default:0 }
</div>
</div>
</div>