Version: 5.0.3, by Valter
Developer Last Online: Nov 2023
Category: Miscellaneous Hacks -
Version: 4.x.x
Rating:
Released: 02-20-2010
Last Update: 06-09-2012
Installs: 1892
DB Changes Uses Plugins Auto-Templates
No support by the author.
Info:
-Advanced PayPal Donate system for vBulletin.
Features:
-Allow users to donate suggested or custom amounts, or both
-Set minimum amount accepted
-Set currency
-Block usergroups from using Donate system
-Donation listing
-Subscriptions (for Business/Premier PayPal Accounts)
-Donation bar
-Confirmed/Unconfirm/Delete donations
-Move or add confirmed donors to your VIP/Donor usergroup
-Donate stats (total donations, total amount, number of confirmed/unconfirmed donations)
-Block usergroups from viewing Donations or statistics details
-Add/Edit donations
-PM reports
View screenshots for more details...
Installation:
-Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
To set options:
-Go to: AdminCP > vBulletin Options > VSa - PayPal Donate
Versions:
v1.0 - Oct 13. 2005.
-First Release
v4.8.2 - Dec 29. 2008.
-Latest vB 3.x version
v5.0 - Feb 21. 2010.
-Updated for vBulletin 4
-Fixed known bugs
v5.0.1 - May 22. 2012.
-Quick fix for vBulletin 4.2 compatibility
v5.0.2 - Jun 09. 2012.
-Compatible with vB 4.2.1
-Fixed several style issues
-Fixed some permission bugs
v5.0.3 - Jun 10. 2012.
-Added back option to change Donate link color
Then only IP address is shown to Admins, and 'Unknown' to others.
While this would work as you say, if possible I'd rather not make it any more difficult for those attempting to donate than it needs to be.
Would it be possible to click a "Send donation as anonymous", then set a new DB column to true? Then if it's true, don't display it on the output page unless it's an admin (or a group ID defined in the admincp)?
I hope this doesn't come off as a complaint, it's not. You write excellent software. It's just that when it comes to donations, things need to work as easily as possible and have the exact options the membership wants/needs, otherwise they don't donate.
After this go to "Plugins & Products/Add New Plugin"
In Product select "VSa - PayPal Donate"
In Hook Location "process_templates_complete"
In Title "VSa - PayPal Donate - NAVBAR"
In Execution Order: 5
In Plugin PHP Code:
PHP Code:
if ($vbulletin->options['vsapaypal_show_link'])
{
if ($_REQUEST['do'] == 'donate')
{
$vbulletin->options['selectednavtab'] = 'donate';
}
$template_hook['navtab_middle'] .= vB_Template::create('vsa_donate_navbar_link')->render();
}
QUESTION: When I've enabled this it's in my SUB-nav bar "lime" colored. However the TEXT for the link isn't clickable, however the SPACE around the text is. Could you help me figure out how to make the TEXT a link?