Quote:
Originally Posted by txsbmw
I maybe wrong but I think you also have to remove the following from the donations_all_donor_bits:
Code:
<td class="alt1" align="center" width="33%">$vbphrase[total_donations] <if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">€<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$total</td>
It's at the bottom
EDIT: There are actually 2 places tp delete it in that template it looks like
|
That worked! Thanks to the both of you for helping me out.
I just hope that it doesn't affect the way the hack works in terms of processing future donations.
It did require removing both phrases in order to remove the Total Donations column.
donations_all_donors
Code:
<td class="thead">$vbphrase[total_donated]</td>
AND
donations_all_donors_bits
Code:
<td class="alt1" align="center" width="33%">$vbphrase[total_donations] <if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">€<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$total</td>