is it possible to not show amount donated to users?
some users donate alot and some a little,i dont want the ones that donate a small amount to be intimidated by those that donate bigger.
all donations are appreciated no matter the amount.
Yes.. you can change this, from the Donation.template.php :
<td width="20%" class="windowbg" bgcolor="#B4C7D2" align="center" ><b>' . $txt['don_amount_log'] . '</b></td>
in
<td width="20%" class="windowbg" bgcolor="#B4C7D2" align="center" ><b> </b></td>
