PayPal Donation Without Radios BBCode by Danny

A selection of BBCodes for use on your phpBB3 Forums.
Post Reply
User avatar
dannypritchett01
Forum Member
Forum Member
Posts: 53
Joined: Wed Dec 31, 2008 4:41 am

PayPal Donation Without Radios BBCode by Danny

Post 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>
GirlieGirl
Forum Member
Forum Member
Posts: 118
Joined: Fri May 30, 2008 4:06 am

Re: PayPal Donation Without Radios BBCode by Danny

Post by GirlieGirl »

Which file do I need to open to change the html code? And can we see an example of this?
User avatar
dannypritchett01
Forum Member
Forum Member
Posts: 53
Joined: Wed Dec 31, 2008 4:41 am

Re: PayPal Donation Without Radios BBCode by Danny

Post by dannypritchett01 »

BBCodes can be setup from within the admin control panel.
Post Reply