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
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();
}
Plugin is Active : Yes Save
Enjoy!
I could follow the above but the Donate button is placed right after the Forum, right in the middle of the navbar, instead of at the end. Is there anyway that I can move the "donate" button at the end?
I have installed this mod (along with several others) on my forum.
Could you tell if this mod changes anything on my forums database please?
The reason that I ask is that I have tried to set up "Paid Subcriptions" on my forum and the Paypal option has disapppeared.
I backed my forum up, and installed a fresh install on there - the Pyapl option was then showing.
AdminCP -> Paid Subscriptions -> Payment API Manager.
I have tried re-uploading all files and folders, with no images - I have even deleted the non essential XML files from my includes/xml folder. I made a new style with no parent style - cleared my cache, fored a refresh etc. But still the Paypal doesn't show.
I even uninstalled this mod to check, but it still didn't appear. (don'ty know if this mod has made changes to my database though).
I am not saying it is this mod, but merely asking you if it is?
I would appreciate your input, before I have to uninstalling each mod, one by one to try and find it.
Many Thanks.
PS. If this mod is the reason, could you tell me how I could do it so that I could do both side by side please?
I love this mod and want to continue using it and use the vB's Paid Subcritions too.