Quote:
Originally Posted by burntire
Is there anyway to add a 2006 drop down when manually adding donations? I am trying to build a list of all donors.
Thanks
|
Yes will take you a matter of 2 seconds to do it ahah. Wasn't sure how far back people would want. I will make 2006 available in next release but in the meantime you can just do this.
go to donationsystem_admin.php file and search for:
// ######################## Manually Add Donation ########################
then below that 4 lines you will see:
for ($i=2007; $i<=2010; $i++){$years[$i]=$i;}
Change the 2007 to 2006 and your done
for ($i=2006; $i<=2010; $i++){$years[$i]=$i;}