Here, if you've applied the mod previously. Try this. I haven't had a chance to do much testing, but I just slapped those changes and it seems to be working. Once rated, the box will no longer display.
Let me know if that fixes it.
FIND:
HTML Code:
<if condition="$show['threadrating']">
<if condition="$show['ratethread']">
REPLACE WITH:
HTML Code:
<if condition="!$show['rating'] AND $show['threadrating'] AND $show['ratethread']">
FIND:
HTML Code:
</script>
</if>
</if>
REPLACE WITH:
HTML Code:
</script>
</if>