The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Paypal Module (dropdown) On vBa CMPS Details »» | |||||||||||||||||||||||||||
Paypal Module (dropdown) On vBa CMPS
Developer Last Online: Nov 2023
This is fairly simple to install ill post the code incase the module dont work. but before i go any further i would like to thank derekivey for helping me out on this... so here is a image to show you how it looks... and i am trying to explain this as best as i can and make it as simple as i can... keep in mind you can change the image by going to paypal and chose another one of there images
make a new template named it adv_portal_paypal and in that template add this code... Code:
<tr> <td class="$bgclass"> <div align="center"><span class="smallfont">If You Like This Website, And Would Like To Give Something In Return, You Can Make A Donation. Your Donation Will Be Used To Pay For Hosting Service, Domain, And Maintenance Costs Only!</span></div> <br /> <form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post"> <div align="center"> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="youremail@whatever.com" /> <input type="hidden" name="item_name" value="Website Support Donation" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="tax" value="0" /> $ <select name="amount"> <option value="1.00">1.00</option> <option value="2.00">2.00</option> <option value="3.00">3.00</option> <option value="4.00">4.00</option> <option value="5.00">5.00</option> <option value="10.00">10.00</option> <option value="20.00">20.00</option> <option value="25.00">25.00</option> <option value="50.00">50.00</option> <option value="100.00">100.00</option> </select> </div> <br /> <br /> <div align="center"><span class="smallfont">Select Your Donation Amount And Then Press The Donate Button.</span></div> <br /> <fieldset class="fieldset" style="margin:0px 0px 0px 0px"> <br /> <div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" /><br /><br /></div></fieldset> </form> </td> </tr> in the code make sure you change youremail@whatever.com to your email... then add a module, you want to add a Template Module and in the module settings add this Module Title: Donations Template to Include: adv_portal_paypal Use Module Shell Template : yes Title Row Colspan: 1 and set your Usergroups to what ever you want hope this helps and if any one wants to edit the code or make it easier to install feel free. it is 100% html complaint. please let me know if you have any problems ******************* 3/12/05 changed the code a bit also made a module where they can input the donation amount... ******************* New Module Code ******************* Code:
<tr> <td class="$bgclass"> <div align="center"><span class="smallfont">If You Like This Website, And Would Like To Give Something In Return, You Can Make A Donation. Your Donation Will Be Used To Pay For Hosting Service, Domain, And Maintenance Costs Only!</span></div> <br /> <form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post"> <div align="center">$ <input type="text" name="amount" size="6" value="5.00" /> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="youremail@whatever.com" /> <input type="hidden" name="item_name" value="Website Support Donation" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="tax" value="0" /> </div> <br /> <br /> <div align="center"><span class="smallfont">Select Your Donation Amount And Then Press The Donate Button.</span></div> <br /> <fieldset class="fieldset" style="margin:0px 0px 0px 0px"> <br /> <div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" /><br /><br /></div></fieldset> </form> </td> </tr> the second code allows users to input there donation amout and is installed the same..... ******************* Future Plans: would like to set it up to track the donations via Paid Subscriptions ******************* Show Your Support
|
Comments |
#52
|
||||
|
||||
<font color="Lime">~Ziki clicks install and can finaly receive money</font>
|
#53
|
|||
|
|||
Is there any reason that this wont show in my VBA page after an install ? Its showing on the admin cp and i tried moving it to different columns - I only just installed VBAdvanced myself so im not 100% sure on how it all works yet , but from what i can see the module is installed and the templates are there and it is active , but its still not showing on the main page for me :s
|
#54
|
|||
|
|||
did you set the usergroup permissions for the module?
|
#55
|
|||
|
|||
Installed!
Thanks a lot |
#56
|
|||
|
|||
I have a stupid question. My donations are trying to add a shipping charge. I guess this has to do with paypal?
|
#57
|
|||
|
|||
how are they adding a shiping charge when someone donates? please click install also..
|
#58
|
|||
|
|||
Here's how to fix the problem. Between the form tags, add the discolored code:
Code:
<input type="text" name="amount" size="6" value="$0.00" /> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="domain@yours.com" /> <input type="hidden" name="item_name" value="Website Support Donation" /> <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="shipping" value="0.00"> <input type="hidden" name="shipping2" value="2.00"> I changed the value from 5.00 bucks to zero so people don't think I'm looking for a 5 buck donation, your welcome to change it to whatever you want. I clicked install moments after my last post. |
#59
|
|||
|
|||
sorry i wasnt sure what you ment i thought you ment when they donated they were being charged shipping.. do you run vbadvanced?
|
#60
|
|||
|
|||
I made a template with "WebTemplates 3.5.x: VB Integrated CMS (Content Management System)"
Perfect for us without vBa! Works Fine! |
#61
|
|||
|
|||
Quote:
I got this directly from the paypal site Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|