Hey Jason, a couple things I wanted to point out/ask:
1. I'm getting a discrepancy after upgrading from the VB2 version between the overall Trader rating and the actual number of ratings for some members - meaning, I'll look at one member who has 8 positive ratings and only has a 6 rating overall (and has no negative or neutral ratings). Is there a script I need to run to recalculate the totals?
2. I'd also like to do something to highlight if the member has a positive or negative number, like color coding, or showing a relevant graphic, but it seems VB3 doesn't like the "greater than" and "less than" symbols in the template code like you suggested a couple pages back:
Quote:
<if condition="$... >= 0">one color<else />another color</if>
|
Does anyone know how to get the templates to accept the great than/less than conditions? I get errors saying that there is an unexpected ">" in the code.