Quote:
Originally Posted by Simon Lloyd
Yes i remember  , however using $post[hagoodrank] will only show if that post has been ranked not your overall helpfulanswers, using this post[$hatotalrank] just shows []
|
$post[hatotalrank] or $post['hatotalrank']... refers to the variable hatotalrank from the $post[] array where as $post[$hatotalrank] tries to call an element $hatotalrank in an array that doesn't exist.
I don't have a 3.8 server up anymore, so debugging has become a bit harder but if you look at the postbit template and don't see a lot of calls $post then I'm remembering the wrong array name. It should be exactly the same context as the variable for posts or joindate.