Page 1 of 1

PayPal Donation Without Radios BBCode by Danny

Posted: Thu Jan 15, 2009 10:49 am
by dannypritchett01
PayPal Donation Code: - Just enter the email address between the brackets to receive the donations...

BBCode Usage:

Code: Select all

[paypaldonation]{TEXT1}[/paypaldonation]
HTML Replacement:

Code: Select all

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="{TEXT1}">
<input type="hidden" name="item_name" value="Donation">
<input type="hidden" name="item_number" value="DONATION">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

Re: PayPal Donation Without Radios BBCode by Danny

Posted: Thu Jan 15, 2009 4:41 pm
by GirlieGirl
Which file do I need to open to change the html code? And can we see an example of this?

Re: PayPal Donation Without Radios BBCode by Danny

Posted: Thu Jan 15, 2009 4:42 pm
by dannypritchett01
BBCodes can be setup from within the admin control panel.