The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PayPal Easy Donate Details »» | |||||||||||||||||||||||||
Hack Description
This hack is the easiest way to add the ability to accept PayPal donations for your site. You simply upload 2 php files, and a couple of images and then import the product XML and thats it! No messing round with template edits or anything like that, its all done for you! :banana: Also includes a vB CMPS Module so you can use this hack on your vB CMPS pages. :banana: The vB CMPS is basicly just a straight port of DementedMindz excellent Paypal Module (dropdown) On vBa CMPS modified so that it can be setup from the AdminCP. Many thanks to DementedMindz for allowing me to mod his module. Some features of this hack are:
Please note that you have to have either a Business or Premiere PayPal account, else you will need to upgrade to one of these before you can accept donations. Its easy to do, just follow the guide on the PayPal site. Also note that this is a product, not a plug-in. You must import it using the import product feature in the Admin CP. I will try and offer support, but work and family commitments mean I dont have much free time. This is a work in progress and currently a beta version. This script has been confirmed as working on
Known Bugs None on a standard vB 3.5.X install. However, if you use custom templates the automatic donate link insertion may not work. If thats the case, you will need to edit the navbar template manually as listed in the 2nd post. This has been tested in a totally clean install of vB 3.5.4 and in my live and hacked site as well. Changelog Version 1.31 (5th August 2006)
Version 1.30 (9th May 2006)
Version 1.21 (28th April 2006)
Version 1.2 (16th April 2006)
Version 1.1 (16th April 2006)
Version 1.0 (16th April 2006)
Upgrade Instructions To upgrade from 1.2x to 1.3 just download the zip, it contains the latest files. Then upload the billsdonate.php and image files then import the XML file again. Make sure you select overwrite when you import. Credits Huge thanks to DementedMindz who made my V1.31 code XML compliant I have been inspired by Cloudrunners PayPal Donations and Cybernetec's Cyb Paypal. Both have their good points, but neither were quite what I wanted, which is what inspired me to write this. Thanks also to Paul M and hambil in helping me work out how to insert the donate link without any manual edits. Also, espically to DementedMindz for his assistance, advice, and use of his vB CMPS module. Much appreciested guys And finally, a huge thanks to Boofo who was a great help in making the 1.30 release and supplied the new template, and much help. Click on Install If you have this script installed then please click on the install link because;
Donations First of all, to be clear. This script is 100% free. However if you feel an urge to donate I'm not going to say no. Donations can be made at http://www.billspaintball.com/vb3/billspaypal.php Show Your Support
|
Comments |
#182
|
|||
|
|||
I am receiving donations, so it's working. Just an error (sometimes) displaying to users.
|
#183
|
||||
|
||||
Well, try to capture the error and we may be able to narrow down what is causing it. It isn't this hack, so at least we have a place to start from.
|
#184
|
|||
|
|||
i noticed the error to but its not the mod its on paypals end... the mod really cant give a error from donating as its only really a form being used to submit the info...
|
#185
|
||||
|
||||
Quote:
PayPal -> Profile -> Selling Preferences -> website Payment preferences Make sure you either dont have autoreturn on, or if you do, that it goes to a valid page on your site. |
#186
|
||||
|
||||
Quote:
They will either have formatting tags or a class name. You need to add that to the donations link code so it will use your custom formatting. If you post the code for a couple of those links in your custom navbar menu here we may be able to tell you exactly what you need to enter. |
#187
|
|||
|
|||
I hope this is right, here's some of them:
<!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center" style="height: 24px;"> <if condition="$show['member']"> <td class="topnav"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td class="topnav"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> <td class="topnav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="topnav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <td class="topnav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <if condition="$show['popups']"> |
#188
|
||||
|
||||
Quote:
|
#189
|
|||
|
|||
not sure what you changed from previous build but now its not 100% HTML compliant fixed alot on mine i have 2 left to fix
|
#190
|
||||
|
||||
Can you share the fixed one with us here, sir, when you get it done?
|
#191
|
||||
|
||||
Quote:
You custom style is using a different name to the default one (vbmenu_control). Code:
<td class="topnav"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td> So, If we want to have the link between your FAQ and Members you need to find Code:
<td class="topnav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="topnav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> Code:
<td class="topnav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="topnav"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td> <td class="topnav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|