Hey, thanks for the response. That code doesn't work. I don't see anything appear when I put it in the template. Am I doing something incorrect?
I'd like to basically have this following code (or a version of it) on the NAVtemplate..
Code:
<if condition="$show['reputation'] & $show['reppower']">
<tr>
<td align="right" class="time" width="50%">Rep Points:</td>
<td align="left"><span id="reppower_$post[postid]_$post[userid]">$post[reputation]</span></td>
</tr>
</if>