PayPal Donation With Radio Buttons 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 With Radio Buttons 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

[donation]{TEXT1}[/donation]
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">
<b>Please select an amount:</b><br /><input type="radio" name="amount" value="" /> Other&nbsp; <input type="text" name="amount" value="0.00" size="6" /><br /><input type="radio" name="amount" value="10"  /> 10 <input type="radio" name="amount" value="15"  /> 15 <input type="radio" name="amount" value="20" checked="checked" /> 20 <input type="radio" name="amount" value="30"  /> 30 <input type="radio" name="amount" value="40"  /> 40<br /><input type="radio" name="amount" value="50"  /> 50 <input type="radio" name="amount" value="99"  /> 99 <br /></div>
<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>
You do not have the required permissions to view the files attached to this post.
service2u
Forum Member
Forum Member
Posts: 2
Joined: Fri Dec 19, 2008 2:42 pm

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by service2u »

Hi m8

im new to this and not to sure where the above goes?

Is it all in the overall_header.html file?

Any chance you could post where all the 3 pieces of code go ?

regards
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by LDM »

No go to ACP, click posting tab and then BBCodes on the left panel and you will see where to add the code to the three fields :good:
Warrior
Forum Member
Forum Member
Posts: 1
Joined: Sun Jul 19, 2009 5:31 am

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by Warrior »

hi, i might be a bit stupid here, but what do you mean "add your email address between the brackets"? which brackets?
Also. can you do one with a coding for GBP instead of USD?

Many thanks
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by LDM »

In between the tags, so..

Code: Select all

[donation]Your Paypal Email[/donation]
You can change it to GBP, by changing the instances of USD to GBP within that html code.
User avatar
atan
Forum Member
Forum Member
Posts: 2
Joined: Wed Nov 11, 2009 2:05 am

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by atan »

I had tested this code in my forum - it work. :good:

I made a donation to this good forum - it also work. ;)

Thank you.
VID1973
Forum Member
Forum Member
Posts: 10
Joined: Sat Mar 13, 2010 11:45 am

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by VID1973 »

Where is the 3rd part of the code????....to insert into the help line?
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by cisco007 »

LDM wrote:In between the tags, so..

Code: Select all

[donation]Your Paypal Email[/donation]
You can change it to GBP, by changing the instances of USD to GBP within that html code.

use this as helpline!
User avatar
C-A-Radio
Forum Member
Forum Member
Posts: 7
Joined: Fri Mar 19, 2010 4:42 am

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by C-A-Radio »

Thank you
Candyman
Forum Member
Forum Member
Posts: 12
Joined: Sun May 30, 2010 4:04 pm

Re: PayPal Donation With Radio Buttons BBCode by Danny

Post by Candyman »

very nice ty 4 this :)
Post Reply