Quote:
Originally Posted by USAMustangs.com
|
Below will remove the column from the template.
Go to admincp->styles and templates-Paypal Donation templates->donations_all_donors
Find this:
Code:
<tr align="center">
<td class="thead">$vbphrase[ranked_by]</td>
<td class="thead">$vbphrase[member_avatar]</td>
<td class="thead">$vbphrase[member_name]</td>
<td class="thead">$vbphrase[total_donated]</td>
Remove whats in red:
Code:
<tr align="center">
<td class="thead">$vbphrase[ranked_by]</td>
<td class="thead">$vbphrase[member_avatar]</td>
<td class="thead">$vbphrase[member_name]</td>
<td class="thead">$vbphrase[total_donated]</td>
Save and reload the template