The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vBDonate Donations - PayPal Donate Manager v1 (vB4) Details »» | |||||||||||||||||||||||||||||||||||||||||
[DBTech] vBDonate Donations - PayPal Donate Manager v1 (vB4)
Developer Last Online: Mar 2023
vBDonate: What is it?
vBDonate is a professional donation mod, allowing administrators accept donations/contributions via PayPal to their sites from the members. It works on vB versions 4.1.x and 4.2.x Uses vBDonate is perfect for any forum, both small and big alike. vBDonate is the ideal product to allow administrators accept donations/contributions via PayPal to their sites from the members. This functions similar to other popular donation mods found on vB.org Mod Of The Month Winner vBDonate won Mod Of The Month here on vB.org January 2013! Thanks everyone who voted for the mod. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Priority support & Product Demos available at: http://www.dragonbyte-tech.com/ ------------------------------------------------------------------------------------------- Translations may be available @ http://www.dragonbyte-tech.com/forums/91-Translations Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Major Features Auto Confirming (PRO Only): Donations will auto confirm from PayPal once the donation has actually been processed through PayPal's system Pro Only. PayPal Testing Environment: Ability to set the donation system to a testing environment via PayPal's SandBox mode. Marquee Block: A fully customizable marquee block can be placed just about anywhere on your site. Payment Options: Administrators can set donation amounts to Custom, Suggested, or Suggested and Custom. Contribution Options: Users can donate anonymously and/or have their donation amounts undisclosed, if set in the ACP. Interactive Donation List Page: Administrators can confirm, unconfirm, and edit donations from the contribution list page Donation Goal Bar: A donation goal bar can be placed just about anywhere on your site. Donator Page: Donators will be able to view a "My Contributions" page which will list only their donations. Donation Listings Pages: vBDonate admins can view unconfirmed, anonymous and undisclosed donations on separate pages. Awards System (PRO Only): The Pro version comes with a awards system, to show a award in the postbit of users that donated. Import Donations (PRO Only): The Pro version comes with a importer to import donations from VSA or AWC donation mods. vBulletin Versions: Compatible with vB versions 4.1.x and 4.2.x Complete Feature List Lite Features
This mod displays a copyright notification in the footer of all pages which includes:
Download Now
Screenshots
Show Your Support
|
7 благодарности(ей) от: | ||
Bellinis, CarpCharacin, mohammed146, NoMatt3r, puertoblack2003, SYGRecon, VJ9A |
Comments |
#352
|
||||
|
||||
Quote:
We have found with several things that the language decimals/separators are usually the issue. Changing the settings in the main options seems to work better than using the language separators. I'll see if I can work a permanent fix in for you. Matt |
#353
|
|||
|
|||
I know many of you have asked for this so here is a widget I made that will show the username, date, and amount of the last 10 donations. You can feel free to modify, use, and do whatever you want with this code. Make it as a PHP direct execution.
Code:
$output = "<table width=\"100%\"><tr><td width=\"40%\">Username:</td><td width=\"35%\">Date:</td><td width=\"25%\">Amount:</td></tr>"; $result=vB::$db->query_read(" SELECT userid, amount, dateline FROM " . TABLE_PREFIX . "dbtech_vbdonate_donations ORDER BY id DESC LIMIT 10"); $i = 0; while ($array = vB::$db->fetch_array($result)) { $thename = vB::$db->query_first(" SELECT username FROM " . TABLE_PREFIX . "user WHERE userid = '$array[userid]'"); $output .= "<tr><td width=\"40%\"><a href=\"/member.php?" . $array[userid] . "\">" . $thename[username] . "</a></td><td width=\"35%\">" . date("m/d/y", $array[dateline]) . "</td><td width=\"25%\">$" . $array[amount] . "</td></tr>"; } $output .= "</table>"; |
Благодарность от: | ||
DragonByte Tech |
#354
|
|||
|
|||
Though we fixed the comma at the point I told you, the system didn't recognize the money that was contributed.
Just a question in general: About when can we count for the new version? |
#355
|
||||
|
||||
Quote:
Matt |
#356
|
|||
|
|||
I mean: Using the German language pack - no matter what way you donate, it doesn't show up in the added contributions list and also not in the overall contribution amount of the donation bar.
So for example my donation goal is 100€, I can donate any amount I want, it will not come any closer to the goal. The sandbox mode is not activated. Also, the custom amount doesn't work with the commas, showing an error which states that the entered amount is not a number if I have a comma in it. There must be some other part of a script responsible for stripping the custom amount as well. Don't you have a development version of vBulletin anywhere that you can simply drop the language pack on and see yourself? |
#357
|
||||
|
||||
I'm taking a look at this now to see if I can trace a solution. There have always been problems in the way the language packs pass settings of customized numbers back to scripts.
I've an idea on how we can permanently resolve the issue in v2 which will have to wait until then as it will require some of the additions/changes we plan on implementing. In the mean time, if you can, test it by clearing the language settings for your German pack. If that passes the variable correctly, it is the language pack that is definitely causing the issue. If not, then it's something else. I've got a Spanish pack installed I used for testing the Classifieds money settings on which I'll have a play around with now. How I fixed it for Classifieds requires the changes I mentioned above for vBDonate. Matt |
#358
|
||||
|
||||
Having looked at this, I think I have a solution. I've tested this as far as I can (On my dev install I can't go beyond the PayPal payment section).
I've created a setting now that let's you choose your separator for the values and the system checks that. My tests show fine. It's my guess that your contributions are going into the 'unconfirmed' section in your tests. Once I've marked it as confirmed the correct amount is added to the banner. Let me know if you want to give the code a test as per the PM I sent you and we can see if we've got a fix for you. Matt |
#359
|
||||
|
||||
Hi everyone,
An update for vBDonate (1.4.7) includes some bug fixes as well as a new setting aimed at improving support for other languages. It had been problematic trying to create values if the language you had on your site used a comma ',' for the decimal point (separator), i.e. 20,00 instead of 20.00. Now it's possible to use the comma as the decimal point and change the separator we use for the amounts available to users to pick from. Before the amounts needed to be listed like 5.00,10.00,15.00. But with the Amount Separator setting you can choose to use another character such as '/' allowing users who need the comma for their decimal point to be able to do so. Several of the fixes also improved the formatting of the currency values for other languages, something we will be continuing to expand as we move towards version 2 of vBDonate. Lite version is available here, vBDonate DragonByte Tech - vBulletin Mods & Addons or here vBulletin.org. The Pro version is available in your Customer Area if you have purchased a license and it is still valid. If you like the product you can show your support by nominating it for mod of the month here, vBDonate Donations - Donate Manager - vBulletin.org Forum and also please rate it to help cancel out the users who 1 star our mods. A full changelog is below: Bug Fixes And Issue Fixes: Fixed: Bad image links in the Lite version Admin Dashboard area Fixed: Number formatting for total amount received on the main donation bar Fixed: Redirect Error when returning from PayPal Fixed: Incorrect links in one phrase Additions To Product From Feature Requests Or Just Something Else Added: Feature: Setting to allow for changing the the amount separator for values that can be donated to allow for using a comma ',' as a decimal separator for various languages in the language settings Matt |
#360
|
|||
|
|||
any plan for add new feature to use local vbulletin payment api?
you already done this in db AD |
#361
|
||||
|
||||
We've got a few plans to expand things like that, yes.
Matt |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|