Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VSa - PayPal Donate Details »»
VSa - PayPal Donate
Version: 5.0.3, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 02-20-2010 Last Update: 06-09-2012 Installs: 1892
DB Changes Uses Plugins Auto-Templates
 
No support by the author.

Info:
-Advanced PayPal Donate system for vBulletin.

Features:
-Allow users to donate suggested or custom amounts, or both
-Set minimum amount accepted
-Set currency
-Block usergroups from using Donate system
-Donation listing
-Subscriptions (for Business/Premier PayPal Accounts)
-Donation bar
-Confirmed/Unconfirm/Delete donations
-Move or add confirmed donors to your VIP/Donor usergroup
-Donate stats (total donations, total amount, number of confirmed/unconfirmed donations)
-Block usergroups from viewing Donations or statistics details
-Add/Edit donations
-PM reports

View screenshots for more details...

Installation:
-Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]


To set options:
-Go to: AdminCP > vBulletin Options > VSa - PayPal Donate

Versions:
v1.0 - Oct 13. 2005.
-First Release
v4.8.2 - Dec 29. 2008.
-Latest vB 3.x version
v5.0 - Feb 21. 2010.
-Updated for vBulletin 4
-Fixed known bugs
v5.0.1 - May 22. 2012.
-Quick fix for vBulletin 4.2 compatibility
v5.0.2 - Jun 09. 2012.
-Compatible with vB 4.2.1
-Fixed several style issues
-Fixed some permission bugs
v5.0.3 - Jun 10. 2012.
-Added back option to change Donate link color

Download Now

File Type: zip VSa - PayPal Donate v5.0.3.zip (15.4 KB, 3947 views)

Screenshots

File Type: jpg donate.jpg (74.8 KB, 0 views)
File Type: jpg navbar.jpg (46.5 KB, 0 views)
File Type: jpg donlist.jpg (110.7 KB, 0 views)
File Type: jpg options.jpg (57.3 KB, 0 views)
File Type: jpg donbar.jpg (60.6 KB, 0 views)
File Type: jpg acp1.jpg (131.6 KB, 0 views)
File Type: jpg acp2.jpg (148.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #692  
Old 07-02-2012, 05:41 AM
cjwinternet cjwinternet is offline
 
Join Date: Oct 2005
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know what it needs to be.

The question is, how do you make vbulletin output the correct code?
Reply With Quote
  #693  
Old 07-02-2012, 05:18 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cjwinternet

I'm not home to test this
but open up the .xml file from the archive
then search for
Code:
$vbphrase['vb_navigation_link_vsapaypal_donlink_text'] = '<span style="color:'.$vbulletin->options['vsapaypal_link_color'].';">'.$vbphrase['vb_navigation_link_vsapaypal_donlink_text'].'<span>';
and change it to
Code:
$vbphrase['vb_navigation_link_vsapaypal_donlink_text'] = '<span style="color:'.$vbulletin->options['vsapaypal_link_color'].';">'.$vbphrase['vb_navigation_link_vsapaypal_donlink_text'].'</span>';
all your changing is
Code:
<span>
to
Code:
</span>
re-import the product
hope this helps
Reply With Quote
  #694  
Old 07-02-2012, 05:40 PM
cjwinternet cjwinternet is offline
 
Join Date: Oct 2005
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Hippy, that solved it.

Regards

Chris
Reply With Quote
  #695  
Old 07-02-2012, 09:30 PM
Akyeame Kwame Akyeame Kwame is offline
 
Join Date: May 2008
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just missed a $200 donation due to this error:

Code:
Return to Merchant
Error Message

The link you have used to enter the PayPal system is invalid. Please review the link and try again.
I tried downgrading from 5.0.3 to 5.0 and no joy. Any idea what could be causing this issue?

It occurs only with subscriptions and my payment options are configured with the following options:

Code:
5,5|1,10,10|1,20,20|1,25,25|1,30,30|1,40,40|1,50,50|1,75,75|1,100,100|1,200,200|1,300,300|1,400,400|1,500,500|1,750,750|1,1000,1000|1,2000,2000|1,3000,3000|1,4000,4000|1,5000,5000|1,7500,7500|1,10000,10000|1
]

I'm trying to get the options to charge every month. Formerly I had 5|12 but that only charges $5 per year with the next donation taking place a year from the date. The X|12 method worked in the past but the 5|1 isn't working at all
Reply With Quote
  #696  
Old 07-03-2012, 08:11 AM
Valter Valter is offline
 
Join Date: Aug 2005
Location: Sarajevo
Posts: 2,432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you try if it works with English language?

Maybe some phrases or special characters in the username are breaking links?
Reply With Quote
  #697  
Old 07-03-2012, 01:04 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Akyeame Kwame View Post
I just missed a $200 donation due to this error:

Code:
Return to Merchant
Error Message

The link you have used to enter the PayPal system is invalid. Please review the link and try again.
I tried downgrading from 5.0.3 to 5.0 and no joy. Any idea what could be causing this issue?

It occurs only with subscriptions and my payment options are configured with the following options:

Code:
5,5|1,10,10|1,20,20|1,25,25|1,30,30|1,40,40|1,50,50|1,75,75|1,100,100|1,200,200|1,300,300|1,400,400|1,500,500|1,750,750|1,1000,1000|1,2000,2000|1,3000,3000|1,4000,4000|1,5000,5000|1,7500,7500|1,10000,10000|1
]

I'm trying to get the options to charge every month. Formerly I had 5|12 but that only charges $5 per year with the next donation taking place a year from the date. The X|12 method worked in the past but the 5|1 isn't working at all
if the above is what you have in the donation amount list then you have it wrong this is why you are having problems check the first and last numbers
Reply With Quote
  #698  
Old 07-05-2012, 04:54 PM
cjwinternet cjwinternet is offline
 
Join Date: Oct 2005
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If someone selects an amount, then goes to paypal, they are recorded as having made a donation, even if they don't finish the transaction at Paypal. It's just a guess really isn't it?
Reply With Quote
  #699  
Old 07-08-2012, 12:33 PM
rgreene1971 rgreene1971 is offline
 
Join Date: Mar 2012
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is their a way to remove the option of the paypal recording what site and user the donation came from? I have many users requesting the donation be anonymous but in the notes field the mod always says donation for site by user
Reply With Quote
  #700  
Old 07-08-2012, 08:19 PM
rgreene1971 rgreene1971 is offline
 
Join Date: Mar 2012
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Or maybe the lines I could //comment out to remove it?
Reply With Quote
  #701  
Old 07-08-2012, 09:34 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rgreene1971 View Post
Is their a way to remove the option of the paypal recording what site and user the donation came from? I have many users requesting the donation be anonymous but in the notes field the mod always says donation for site by user
do members see the list or just mods and admins?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06682 seconds
  • Memory Usage 2,368KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete