Ted, you still have access to my test site, if you've forgotten i'll pm you details.
I just added all your variables as a test like this
Quote:
$post[totalrank] - The total number of ratings <br />
$post[goodrank] - The number of good ratings<br />
$post[badrank] - The number of bad ratings <br />
$post[helpfulgood] - True if the post is positive overall (more good than bad ratings)<br />
$show[rate_helpfulanswer] - True if the user can rate the post (false if they are banned or have rated it).<br />
$post[rate_helpfulanswer] - True if the user can rate the post (false if they are banned or have rated it).<br />
$post[helpfulanswerid] - True if the user has already rated the post.<br />
$post[hagoodrank] - The number of good votes the user's posts have<br />
$post[hatotalrank] - The total rank the user's posts have<br />
$post[habadrank] - The number of bad votes the user's posts have<br />
$helpfulposts[totalranks] - The total ratings of a member's ppsts<br />
$helpfulposts[goodranks] - The total good ratings of a member's posts<br />
$helpfulposts[badranks] - The total bad ratings of a member's posts<br />
$post[totalranks]<br />
$post[goodranks]<br />
$post[badranks]
|