I'm sorry if you felt my response was snippy, I was simply trying to direct you to a place where you're more likely to get support for your HTML question. Unfortunately people only tend to check hack threads when they have a question so there's limited opportunity to get support from others in a hack thread versus the larger vBulletin community forums.
As for your question, I think I misunderstood your last post. It sounds like you're looking to add stats about the user's overall rating history to each post... If that's the case there is no such feature in this addon as adding these variables would require an additional query for every post which is not good for server resources.
There are however global rating stats in a user's profile found with the variables $helpfulposts[goodranks] $helpfulposts[badranks] $helpfulposts[totalranks]
|