Paypal Donate Forum Block
I could not find this when I went looking for it so I googled, found some snippets and this is now what I use and it looks quite well
So as I found some bits on the www all credit to the original author/s This will add a nice paypal forum block to your forum, and you can edit the link when the paypal button is clicked to either your current donate page or directly to your paypal acc I have this working on vb 4.2.0 but it should work for any version You are welcome to edit and improve and re-post any part of this code See screenshot or go to http://www.tech-sat.info I hope it helps someone To Install: 1. create a new forum block and name it whatever you like 2. set your display order and set the block to active 3. Contant type - set to HTML 4. copy below code and paste it into the content box Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat"><span class="smallfont"><b></b></span></td> </tr> <tr> <td class="$getbgrow" align="center"> <span class="smallfont">If you like Tech-Sat, and would like to give something back in return, you can make a donation. Your donation will be used to pay for hosting service, domain, & maintenance costs and just to say Thank You we will upgrade your account to <b><font size="2" color="DarkMagenta">VIP Member</font></b></span> <br /><br /> <form action="http://www.tech-sat.info/vbdonate.php?do=donate" method="post"> <input type="hidden" name="currency_code" value="euro"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> </td> </tr> </table> <br/> 6. edit the wording to suit your forum 7. save and your done Download No files for download. Supporters / CoAuthors
Screenshots |