vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Cyb - PayPal Donate (https://vborg.vbsupport.ru/showthread.php?t=201284)

static-skillz 07-27-2009 08:41 AM

That would also be useful my forum as well.

EyeintheSky57 07-27-2009 10:11 PM

Alright, I am bowing my head in shame. I have read and read all 15 pages of this thread. There has to be something that I am missing.

Here is my issue...

After a donation is made, there is a button labeled 'Return to Merchant' which goes to this link:

http://gunclangaming.com/forums/misc...rn+to+Merchant

This displays a page for the FAQ about Smilies. I have seen others mention this but I can not find a direct answer to how to fix it.

I know the correct link is this: http://gunclangaming.com/forums/misc...=donate_thanks

But, where/how do I edit this so it works from the Paypal site?

And is there a way to change that text (Return to Merchant), our old Donations Module had "Return to www.gunclangaming.com" on that button?

Thanks all...for helping this noob...one thread at a time.

oldlock 07-29-2009 11:04 AM

Opps, I replied to the thread relating to this mod in the 3.7 mods forum. Looking for a little guidance as to where to edit the navbar as the auto template did not work (not sure why) If anyone could suggest a resource for template editing guidelines I would appreciate it,

ZERO <ibis> 08-01-2009 07:30 AM

Some questions:
Is there a way to force users to be logged in to use this?
For subscriptions does it know if they cancel?
and requests:
Place them in different groups based on donation level.
Remove them if they cancel when there next payment would have been due.
Option to remind users when there status ends after canceling.

Chimpie 08-02-2009 03:31 PM

Okay, I've gone back a few pages and didn't see this mentioned.

I've added the mod, made a successful donation, but when I clicked the button to be returned to the website it gives me the link below and takes me to the smilies page.
http://www.n4ser.org/forums/misc.php...ncy+Radio+Club

Thoughts?

nogerorob 08-04-2009 02:09 PM

Can anyone suggest a method for displaying the live Paypal Donation Progress Bar on a non VB page?

I saw that there is a template called "cyb_paypal_donbar" I wonder if maybe this can be split off into a .php file somehow and then done as an include of another non-vb, php page. Any ideas or suggestions much appreciated!

massi64 08-05-2009 12:43 AM

Quote:

Originally Posted by phoang (Post 1856272)
Hello,

Love the mod, but is there a way to "promote" donators to a usergroup depending on the amount they donated? Example I have 2 usergroups, "contributor" and "VIP" $1-$10 would be upgraded to contributor and any amount over $10 would be VIP. Also is there a way to show the amount each user has donated like this?

https://vborg.vbsupport.ru/external/2009/08/97.jpg

i love that , i hope someone can make that possible , a will be perfect for my forum

:):):)

NTMID8 08-05-2009 02:53 AM

Quote:

Originally Posted by phoang (Post 1856272)
Hello,

Love the mod, but is there a way to "promote" donators to a usergroup depending on the amount they donated? Example I have 2 usergroups, "contributor" and "VIP" $1-$10 would be upgraded to contributor and any amount over $10 would be VIP. Also is there a way to show the amount each user has donated like this?

https://vborg.vbsupport.ru/external/2009/08/97.jpg

I could make good use of this feature as well.

theksmith 08-05-2009 06:37 PM

please excuse if this was already posted, but didn't see it on a quick skim of all 16 pages...


Problem:
after going to paypal to make donation, returning to the forum sends you to the "smilies" page instead of the "thank you" page

you should be returning to:
yoursite.com/forum/misc.php?do=donate_thanks

but instead are returning to:
yoursite.com/forum/misc.php?merchant_return_link=Return+to+Offroad+Pa ssport


Fix
go to AdminCP > Plugin Manager > Cyb - PayPal Donate - Ext

change this line:

PHP Code:

if ($_REQUEST['do']=='donate_thanks'

to this:

PHP Code:

if ($_REQUEST['do']=='donate_thanks' || isset($_REQUEST['merchant_return_link'])) 


Notes
- the fix mentioned by cybernetic in post #77 seems to already be included in the latest versions, but this still does not fix the current problem.

- the problem is with the current way paypal is working, not just the CYB - Donate mod. if you look at the source of final paypal page, you will see they are receiving the correct return url "yoursite.com/forum/misc.php?do=donate_thanks" but instead of linking to that url, they are doing a Form GET command which obliterates the "?do=donate_thanks" with their own usless querystring. cybernetic, i assume paypal now has a way to pass not only a return url, but also some return querystring params... to busy to look into it right now, this would be the ideal fix.

- this fix is a hack and *could* interfere with other products you might have that link to and then return from paypal

MjrNuT 08-06-2009 06:15 AM

1 Attachment(s)
Cyb,

The default meter states: Goal amount for this month

I would like it to project for next month: Goal amount for this next month

I thought I would just find in the phrases and edit. However, I found the following showing you already have it used? Is this related to my request?


All times are GMT. The time now is 10:07 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.02814 seconds
  • Memory Usage 1,751KB
  • 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_php_printable
  • (2)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