Quote:
Originally Posted by sinisterpain
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
|
I appreciate your response, but that didn't seem work our for me? When I did it...it removed the column title block "Total Donated", but it did not remove "Total Donations $75.00" column below it.
I want to remove the dollar amount displayed off of this page.
http://www.usamustangs.com/forum/alldonors.php?
I want it to either say Total Donations Private or just have the whole Total Donated vertical column disappear.
Thanks