Thanks, i've been hacking around with it in another template i created so no problem breaking anything as i can just delete it! anyway i kinda got that far, one thing i am trying to do now is just add the username to subject line to paypal i can keep track of donations that way as i may not recognise the email and searching for user by email is a pig or at least it was in 3.5.1. Here's what i have but can't get it to display the username:
located in the ad_header_logo (3.7.1 PL1)
Code:
<center>
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
Please enter the amount you would like to donate:
<input type="text" name="amount" size="3" value="5.00" />
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="payments@thecodecage.com" />
<input type="hidden" name="item_name" value= $userinfo[username]" has donated."/>
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="GBP" />
<input type="hidden" name="tax" value="0" />
<br>
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" />
</center>
</form>
<center>
<h5>Help in making this great a forum and to increase our <br>bandwidth is appreciated and you will become a forum VIP!</h5>
</div>
</center>