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 |
#312
|
||||
|
||||
Quote:
It might be something we can add. I'll take a look to see what's feasible. It might require something slightly more complex that perhaps you have in mind. Matt |
#313
|
||||
|
||||
Quote:
Matt |
#314
|
||||
|
||||
Hi everyone,
A quick Patch Level update for vBDonate (1.4.5 PL2) which sorts out an issue affecting both the Lite and Pro versions which stops a user being added to a usergroup when their donation has been confirmed or the usergroup change is requested on the front end of the vBDonate system. Simply reupload the files with no need to import the XML to gain the benefit of the fix. |
#315
|
|||
|
|||
Hi, great addon. Anyways my current month's donation goal reached 120% in a few days. I want to set up next month's donation goal, how do I do it? I want the donation received to be reset to 0% and a new goal amount set.
I tried extending the month (jan 2014) to feb 2014 but all it did was make the countdown time longer. Thanks |
#316
|
||||
|
||||
The system will update each month to reset the goal, and you can at that point update your goal to reflect what you want to achieve that month.
PS, thanks for downloading and trying out the mod. Matt |
#317
|
||||
|
||||
vBDonate v1.4.5 Patch Level 3
Fixed: PHP Error for missing file that would occur under some rare occasions Fixed: MySQL error on user rank promotion after confirming donations Fillip |
#318
|
||||
|
||||
I really like this mod and we have the Pro.
I've been asked to Clean up the Postbit. Right now we have the Code:
<vb:if condition="$vboptions['dbtech_vbdonate_postbit_contribs'] == 0"> {vb:raw show.dbtech_vbdonate_total_contribs_user} </vb:if> Total Contributions for: Username $xxx.xx How can we just just display something like this: Code:
<vb:if condition="$vboptions['dbtech_vbdonate_postbit_contribs'] == 0"> <div class="bppostbit"><dt>My Contributions</dt> <dd>{vb:raw total.contribs.user}</dd></div></vb:if> Appreciate any help from anyone with experience. |
#319
|
||||
|
||||
Have you got a live link to your actual pages? I'll post the HTML you need then.
Matt |
#320
|
||||
|
||||
Quote:
|
#321
|
||||
|
||||
Try this:
Code:
<vb:if condition="$vboptions['dbtech_vbdonate_postbit_contribs'] == 0"><div class="bppostbit"> <dt>My Contributions</dt> <dd>{vb:raw total.contribs.user}</dd> </div></vb:if> Matt |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|