Quote:
Originally Posted by USAMustangs.com
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 vertical Total Donated vertical column disappear.
Thanks
|
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