View Single Post
Old 2009-07-12, 12:25 AM   #2
nate
I can now put whatever you want in this space :)
 
nate's Avatar
 
Join Date: Mar 2009
Location: Merica!
Posts: 543
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..
nate is offline   Reply With Quote