
12-14-2005, 10:14 PM
|
|
|
Join Date: Jun 2003
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by akoj
One, hopefully quick, thing I can't figure out....
I decided to set up the members_resultsbit like this:
hollyhobby420
iTrader: ()
Newbie
However, the trade number will not show...even for people who have feedback...have it in the template as such:
Code:
<tr align="center">
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
<div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div>
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
</td>
Can someone please tell me what I am doing wrong? The value is showing in the parathesis in the member info area.
|
try changing
$post[itrader_total]
to
$userinfo[itrader_total]
|