I might try this hack first:
if(!$voted) { // if the user hasn't yet voted, draw the voting stars
$rater.='<li><a href="db.php?j='.$ncount.'&q='.$id.'&t='.$ip.'&c='.$units.'" title="Rating: '.$current_rating.'/'.$units.' ('.$count.' '.$tense.' cast)" class="r'.$ncount.'-unit rater" rel="nofollow">'.$ncount.'</a></li>';
}
else {
include ("db.php");
}
If my guess is right, after a person votes, they'll only see the stars.
__________________
Its just a jump to the left.
Last edited by nate; 2009-07-12 at 12:29 AM..
|