TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 15, 2024, 07:44:55 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,188
  • Total Topics: 21,220
  • Online today: 183
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 70
  • Total: 70

Paypal Donate Box in TP

Started by WSA, October 03, 2005, 09:21:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

WSA

Just wondering how this was made on TP.

IchBin

Where/what are you talking about?

WSA

Bottom left box on this page.  Donations via paypal.

WSA

I try to create an HTML box with the code inside but I keep getting this message.

We are sorry, we are experiencing temporary difficulties. Please try again later. If this error occurred while making a payment, avoid duplicate payments by checking your Account Overview before resending a payment.

Message 5302

bloc

Don't use the "html" type of box, use the "javascript/html" type. This is the code i am using, nothing fancy. :)

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="your_account/email_on_paypal">
<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="image" src="path_to_a_paypal_button_of_your_choice" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>

WSA

Sweet.  Thanks Bloc.  Worked like a charm

IchBin

Bloc, I don't see the paypal button on your site. I don't see the recent topics block either. Did you take these out?

bloc

oops..i keep forgettting the new permission system need all groups to be checked. One moment.

IchBin

Thanks Bloc, I was beginning to question if I was being left out on some things here. :)

bloc

I been so occupied on making sure everyone else got it right in their installation, that I forgot this one. :)