Hmm, I'd like to change the way the itrader info is displayed in the postbit. Ideally, I want to make it more like it used to be, where it was just iTrader: (score number). Can you tell me where to find the code to change that?
Also, there is a small typo in the memberinfo_block_cat_itrader_stats template.
You have this:
Code:
<td class="bocksubhead" align="center">{vb:rawphrase itrader_member_profile}</td>
You are missing an "L" in block. So, obviously the corrected spelling would be:
Code:
<td class="blocksubhead" align="center">{vb:rawphrase itrader_member_profile}</td>