vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - VSa - PayPal Donate (https://vborg.vbsupport.ru/showthread.php?t=236480)

Arcanus 07-14-2011 10:53 PM

Will a donation of the form "<quantity>|," with no # after the vertical pipe setup a donation that recurs with no specific end?

dmm2020 07-15-2011 01:33 AM

Something to be aware of when using this mod. Paypal will add shipping to paypal donations. That is not a fault in this mod. That is an internal Paypal glitch. I have been fighting with Paypal for the last month to get it fixed and yet no response.

qubed 07-15-2011 05:45 PM

I was the same, until the donations turned into recurring donations without me changing anything. With that said, after making the suggested changes by Arie, it in fact changed it from recurring to non-recurring.


Quote:

Originally Posted by BadgerDog (Post 2219066)
I've been running this for a year with lots of donations via PayPal and I've never had any that were set up as recurring donations .... just one time only ... :confused:

Regards,
Doug


fichboy 07-18-2011 10:31 PM

well done, works perfect:)

xSaber 07-19-2011 03:59 AM

yeah I dont like how paypal takes money from each donation. they could just send the money directly to the email and it wouldnt take anything

but also, why is the plugin taking long adding pending donations on the donations list?

someone sends money and it doesnt show on the site that they sent anything for a day or whatever

MonkYZ 07-27-2011 07:19 PM

When i am activating the Donation Bar, some features from that area are simply dissapearing. For example, in the Media Library nobody can submit new videos. Here it is for example http://www.consolegames.ro/forum/media-library/
How can i fix this?

RobDog888 07-31-2011 08:53 PM

I have been tring to add a WOL action/activity for this addon but its not showing up.

Any ideas?
Plugin codes:
Code:

//online_location_unknown

$handled = true;
switch($userinfo['activity'])

  case 'donate':
    $userinfo['action'] = 'Viewing Donation Page';
    break;
  case 'donlist':
    $userinfo['action'] = 'Viewing Donations List';
    break;
  case 'vsappedit':
    $userinfo['action'] = 'Editing Donation';
    break;
  case 'donate_thanks':
    $userinfo['action'] = 'Viewing Donation Thank you page';
    break;
  default:
    $handled = false;
}

Wrote this out as simple as can be to be sure no script issues but still doesnt show up
Code:

//online_location_process
if ($filename == 'misc.php')
{
    if (($values['do'] == 'donate') || ($values['do'] == 'donlist') || ($values['do'] == 'vsappedit') || ($values['do'] == 'donate_thanks'))
    {
        $userinfo['activity'] = $values['do'];
        break;
    }
}

The "?" location part is showing correctly but the text Location is still "Viewing Index ".
I would view the donation page and then next directly go to the WOL page.

marianoblesa 08-01-2011 12:31 PM

Hello I need help when you confirm to a donor gets corrupted.

http://img5.imageshack.us/img5/8355/01082011152739.jpg

regards

oldfan 08-04-2011 03:53 AM

How can I add the donation bar to my other pages IE: forumdisplay, showthread?

thanks

Luca_ITA 08-06-2011 03:00 PM

On my forum mod works good. I'm using v4.1.5pl1.


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

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.02097 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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