Quote:
Originally Posted by Nathan2006
Hello,
I was just wondering if anyone knew how I could remove:
Bank & Total Points from the Rich List?
Here is a pic to have a look
Thanks for any help 
|
You need to edit two templates.
vbplaza_richest_list (I just commented out the lines not needed).
Code:
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('richestmost')"><img id="collapseimg_richestmost" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_richestmost].gif" alt="" border="0" /></a>$vbphrase[vbplaza_view_richest_members]</td>
</tr>
</thead>
<tbody id="collapseobj_richestmost" style="">
<tr align="center">
<td align="left">
<table class="tborder" width="100%" cellpadding="6" cellspacing="0" border="0" align="left">
<tr>
<td class="tcat" width="10%"><span class="smallfont"><strong>$vbphrase[vbbux_rank] #</strong></span></td>
<td class="tcat"><span class="smallfont"><strong>$vbphrase[username]</span></strong></td>
<td class="tcat" width="20%"><span class="smallfont"><strong>$vbphrase[vbbux_points]</span></strong></td>
<!--<td class="tcat" width="20%"><span class="smallfont"><strong>$vbphrase[vbbux_bank]</span></strong></td>
<td class="tcat" width="20%"><span class="smallfont"><strong><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase></span></strong></td>-->
</tr>
$richestlist
</table>
</td>
</tr>
</tbody>
</table>
vbplaza_richest_bits (I just commented out the lines not needed).
Code:
<tr>
<td class="$richest[class]">$richest[rank]</td>
<td class="$richest[class]"><a href="member.php?u=$richest[userid]">$richest[username]</a></td>
<td class="$richest[class]">$richest[points]</td>
<!--<td class="$richest[class]">$richest[bank]</td>
<td class="$richest[class]">$richest[total]</td>-->
</tr>