I fixed this by changing the width of the rating class in my template css file. Since all of that script stuff fals within the div with this class, leaving it at 100 means there is no room for extra text. I'm using the Ocean template and increased the width from 180px to 200x
So, in file com_puarcade\templates\ocean\style.css, around line 272 in the .rating class I changed
to
You can change this to what ever you want to position this where you like on the top line.
As well, in puarcade.html.php, I added the following code to the front of line 119:
| Code: |
<span style="float:left">Rate this Game: </span>
|