Installed and working perfect. Using it with GARS too and it is exactly what I am looking for.
I added the code below around your voting box so only those who can vote can see it.
Code:
<if condition="$show['threadrating']">
your code here
</if>
Now it is only showing to those who can vote. I also made it show no box after voting and put the average rating inside the post as you mentioned above. Fantastic.
Thanks!