MyBB Community Forums

Full Version: Installing a donate button somewhere.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I went onto Paypal and created a donate button and after all the selecting on the payment options and everything this is the code I receive:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="NJPCEPJV5K7S4">
<table>
<tr><td><input type="hidden" name="on0" value="Membership plan">Membership plan</td></tr><tr><td><select name="os0">
	<option value="1 Month(s) VIP Membership">1 Month(s) VIP Membership $5.00</option>
	<option value="3  Month(s) VIP Membership">3  Month(s) VIP Membership $12.00</option>
	<option value="12 Month(s) VIP Membership">12 Month(s) VIP Membership $28.00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>



Code outcome shown on Paypal's website:

[Image: a3db1.png]



I was wondering what formatting that is, is it HTML or something? Also I was wondering if it's possible to display this on my homepage or on a topic. I haven't yet seen anything which allows you to post something like this within a thread or a topic reply. If this isn't possible to display on your website then is there another way to receive Payments for your VIP membership?

Thanks a lot, regards,
Alternate.
(2011-09-02, 08:53 PM)Alternate Wrote: [ -> ]Hello,

I went onto Paypal and created a donate button and after all the selecting on the payment options and everything this is the code I receive:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="NJPCEPJV5K7S4">
<table>
<tr><td><input type="hidden" name="on0" value="Membership plan">Membership plan</td></tr><tr><td><select name="os0">
	<option value="1 Month(s) VIP Membership">1 Month(s) VIP Membership $5.00</option>
	<option value="3  Month(s) VIP Membership">3  Month(s) VIP Membership $12.00</option>
	<option value="12 Month(s) VIP Membership">12 Month(s) VIP Membership $28.00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>



Code outcome shown on Paypal's website:

[Image: a3db1.png]



I was wondering what formatting that is, is it HTML or something? Also I was wondering if it's possible to display this on my homepage or on a topic. I haven't yet seen anything which allows you to post something like this within a thread or a topic reply. If this isn't possible to display on your website then is there another way to receive Payments for your VIP membership?

Thanks a lot, regards,
Alternate.

Yeah, it's HTML.

You can download the MyAdvertisements plugin and display it via that.
Ok, I'll quickly give that a shot, thank you.
You can also create a MyCode to display that code within posts.
http://wiki.mybb.com/index.php/Admin_CP_Config_MyCode
Where can I get MyCode at? Thanks a lot though.
From the link I just left, read the full page.