![]() |
Quote:
Cannot show only the progressbar... any help with that? |
Quote:
Different amounts will be harder |
can't wait until this is ready for vb4
|
Is there a way to add extra form fields? i ask because I'd like donations to go directly to a "clanpay" system rather than directly to my account as i would only have to transfer the donations again to the "clanpay" site, it'll need a few extra fields and it should work, like so
Code:
<input type="hidden" name="return" value="/clanpay/?clanid=8960d5266c111096b5e6869372837007" /> |
PROBLEM:
The subscriptions paypal url is incorrect. As an example, let's say I want to set up a $5 subscription for 3 months (meaning, $5 per month for 3 months). Currently the url is formed like this: Code:
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions&a3=5&p3=3&t3=M&no_note=1 Quote:
SOLUTION: Here are the other variables that need to be set: Quote:
Here's how the paypal url should look: Code:
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions&a3=5&p3=1&t3=M&src=1&srt=3&no_note=1 To fix, go to Admin CP->Plugins & Products->Plugin Manager, and edit Cyb - PayPal Donate - Ext. Search for: Code:
$cybpp_ppurl = 'https://www.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions'; Code:
$cybpp_ppurl .= '&a3='.$cybpp_get_amount[0]; Code:
$cybpp_ppurl .= '&a3='.$cybpp_get_amount[0]; It really helps to copy/paste the contents into a text editor, make the changes, and copy/paste back into AdminCP. |
Is there any way to make multiple progress bars? We run multiple game servers and would like our members to select which server they would like thier money to go to. The idea is that any server that can't sustain itself will get cut off. Being able to track donations seperately would be great. It doesn't have to change anything on the paypal side, just on the forum side of things.
|
Easy, rename the xml to how ever many you want and each install is a different xml.
like paypaldonateBF2.xml, paypaldonateCOD4.xml and you can edit inside each xml for the phrases so you can tell them apart in the admin panel. |
v5.0 - Feb 21. 2010.
-Updated for vBulletin 4 -Fixed known bugs Here: https://vborg.vbsupport.ru/showthread.php?t=236480 |
listo ya lo instale gracias
|
ya lo instale muchas gracias ahora a probarlo
|
All times are GMT. The time now is 08:00 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|