vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - PayPal Easy Donate - vB 3.6 (https://vborg.vbsupport.ru/showthread.php?t=123181)

Billspaintball 08-05-2006 10:00 PM

PayPal Easy Donate - vB 3.6
 
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! :)

Also includes a vB CMPS Module so you can use this hack on your vB CMPS pages. - Note: Module has not been updated to add latest currencys.
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:
  • No need to modify or edit the standard vB files!
  • Automaticly adds 'Donate' link on Navbar next to the FAQ link if desired.
  • Simple once off setup in the Admin Control Panel.
  • You can change all text and headings from the Admin CP.
  • All PayPal settings such as preferred currency are set in the Admin CP.
  • The Donors forum username is on the emailed receipt from PayPal.
  • People do not have to be registered on your site to donate.
  • You and toggle the PayPal Verified seal on or off.
  • Its a product so no need to redo hacks when you upgrade vB next time.
  • Works with default IE settings!
  • vB CMPS Modue Available
  • Configurable Thank you page for donors
  • Default / suggested donation amount if desired
Well thats about it for the moment. I may add more features later, if there is a demand for them.

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
  • vB 3.7 Beta 3
  • vB 3.6.7PL1
  • vB 3.6.7
  • vB 3.6.6
  • vB 3.6.5
  • vB 3.6.4
  • vB 3.6.3
  • vB 3.6.2
  • vB 3.6.1
  • vB 3.6.0
  • vB 3.6.0 RC1
  • vB 3.6.0 Beta2
  • vB 3.6.0 Beta1

Add Ons
Colonel Ingus has made quite a nice flash addon for this hack.
Full details of this addon are here - http://www.vbhackers.com/f76/audible...144/#post51661
Well worth checking out and seeing if it can enhance your donations page.

Known Bugs
vB Donations Hack - None on a standard vB 3.6.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.
vB CMPS Module - Wont work with Euros for some bizare reason, under investigation.
- Not updated to add new V1.32 currencys yet.

This has been tested in a totally clean install of vB 3.6 and in my live and hacked site as well.

Changelog

Version 1.32.366 (26th May 2007)
  • Changed - Uses new template hooks instead of modifying cached templates.
  • Will only work with vB 3.66 or newer


Version 1.32 (9th January 2007)
  • Added - 9 new Paypal supported currencys.
  • Added - Version checking in vB Product Manager.
  • Added - Product URL in vB Product Manager.
  • Fixed - Heading in AdminCP not displaying correctly.

Version 1.31 (6th August 2006)
  • Initial vB 3.6 Release

Upgrade Instructions
The 1.31 release for vB 3.6 is identical to the 1.31 vB 3.5 release.
https://vborg.vbsupport.ru/showthread.php?t=113159
No upgrading is necessary if you were running the 1.31 version on your vB 3.5 board.
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;
  • You will get notified if any security issues are reported.
  • You will get notified when there are any upgrades to this script
  • It gives me a warm fuzzy feeling and motivates me to develop more :)

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/bd_donate.php

Billspaintball 08-06-2006 05:25 AM

Manual Template Edit
(if using modded navbar)

If your using a custom Navbar (or none at all) or just want to have the link to the donations page somewhere else, just add the following code into the desired position in your template.

Code:

<!-- PayPal Donations -->
<td class="vbmenu_control"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td>
<!-- /PayPal Donations -->

If you wish to use a button image instead, use this code
Code:

<div align="right"><a href="billspaypal.php"><img src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" alt="Make payments with PayPal - it's fast, free and secure!" /></a></div>

Snake 08-06-2006 07:14 AM

Wow thanks! :)

Sn!per101 08-06-2006 08:17 AM

How do you install this donations.module? Is it suppose to be renamed to donations.php? Or how would I go about installing it? I have the CMPS installed already and I know theres a modules folder but it has .php files in there.

twitch 08-06-2006 03:25 PM

Awesome, thanks for this update!

DementedMindz 08-07-2006 01:11 AM

Quote:

Originally Posted by Sn!per101
How do you install this donations.module? Is it suppose to be renamed to donations.php? Or how would I go about installing it? I have the CMPS installed already and I know theres a modules folder but it has .php files in there.


you upload it from admincp.. on the left hand side go to your vbadvanced dropdown then upload module ;)

soletrader 08-07-2006 02:41 PM

I can not get the PayPal Donation Details to align in the center. any help?

DementedMindz 08-07-2006 02:45 PM

go to billspp_main template and find this


Code:

      <tr align="left">
                <td class="tcat" colspan="3">PayPal Donation Details</td>
          </tr>

change it to this

Code:

      <tr align="center">
                <td class="tcat" colspan="3">PayPal Donation Details</td>
          </tr>


CCux 08-13-2006 09:36 AM

I selected EUR as default payment, but when i try to donate something Paypal errors with the following:

This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his payment receiving preferences to accept this currency.

Any ideas why the default settings for EUR won't work?

Billspaintball 08-13-2006 10:10 AM

CCux,
You have the wrong setting in your profile at PayPal.
You need to log into your PayPal account,
select Profile,
Select Payment Receiving Preferences
and allow Euro to be accepted.


All times are GMT. The time now is 02:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01317 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete