All the template edits I have posted in this thread are in the attached zip file.
Quote:
Originally Posted by OttawaGolf
Has anybody put together some code to have the Itrader rating show up in it's own column in memberlist_resultsbit?
It would be much appreciated.
|
In
memberlist
Find:
PHP Code:
<td class="thead" align="$stylevar[left]" nowrap="nowrap"><a href="$sorturl&order=ASC&sort=username&pp=$perpage$usergrouplink">$vbphrase[username]</a> $sortarrow[username]</td>
After add:
PHP Code:
<td class="thead" nowrap="nowrap">iTrader</td>
In
memberlist_resultsbit
Find:
PHP 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>
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
</td>
After add:
PHP Code:
<td class="$bgclass">(<strong><a href="itrader.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[itrader_total]</a></strong>) / $userinfo[itrader_pcnt]%</td>
If you want an button instead of a text link showing current score, add this instead of the above:
PHP Code:
<td class="$bgclass"><a href="itrader.php?$session[sessionurl]u=$userinfo[userid]"><img src="$stylevar[imgdir_button]/itrader.gif" alt="itrader.gif" title="Submit feedback for $userinfo[username]" border="0" /></a></td>
Make a button "itrader.gif" and upload it to your button directory. I made a button for those of you using the default template.