The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Donation System LITE Add-On Details »» | |||||||||||||||||||||||||
Donation System LITE
Version 0.1.4 MOD Provided and coded by Adam Ellis (AWJunkies) of All Wheel Coding Release version: 0.1.0 Release Date: 1st March 2008 Special Thanks: Philip Gabbert Sinisterpain I couldn't have done it without you, Thank you! Adam Ellis (AWJunkies) What Donation System LITE Is: Donation System LITE is an addon for the Payment System. It fully integrates with the Payment System to allow for donation payments. Donation System LITE will allow site Admins full control over their donations, with the ability to track monthly or yearly goals and perform multiple searches from your admincp. Required Programs You must have Payment System and it installed before installing this Add-On. Here is the link to the Payment System. LINK Easy to Transfer Payments From: Cyb - PayPal Donate PayPal Donations For vBulletin 3.5.0 It is automatic when you run the install of the Payment System to transfer the payments to the new system still leaving the other modifications alone. This software in no way interferes in the other mods above so you can keep them installed and active while testing and merging over. Donation System LITE Features: Donation Bar Auto Insert Bar below Navbar/Header Selectable to yes or no if no add the bar where you want Donation Bar float not attached option Donation Bar can be attached to a table below it or as a separate table all together Donation Bar style Standard Only Show Donation Bar on multiple pages including CMPS pages Can select which pages to show the donation bar on Selectable User groups able to view Donation Bar Selectable Goal Cycle Time (Month, Year) Selectable Goal Amount Option to add vbulletin Subscription Totals to Goal Amount (VBulletin 3.6+) Customizable Donation Bar Link (Can be default text link or custom) Customizable Donation Bar Thank you Message Customizable Donation Goal Purpose or what the donations are going towards Donation Auto Insert Link to donate in navbar/header This will create a drop down menu for donating, donation list, donation stats, donation user stats if selected auto insert within there control panel sections Selectable Allowed Donation Amounts (Suggested, Custom & Suggested, Custom) Create own Suggested Donate Amounts Customizable Type of benefits from donating section Customizable papal verify or free section to use for whatever you want Donation Group Change Change donator to group Donator/VIP (You create and choose the group) Select User groups NOT affected by group change Donation List Auto Insert Link to Donation List in navbar/header (Donation System Drop down list) Select User groups able to view the donation list Manual Add a Donation Manually add a donation by just selecting userid or username then amount, fee, and date AND so much more go HERE to see more Version History: Release version: 0.1.0 Release Date: 1st March 2008 Initial Release No Updates Release version: 0.1.1 Release Date: 2nd March 2008 MINOR FIX: Fixed issue with redirect link to paypal not working with people who had paypal verify blank or donation benefits blank (meaning not using one or the other or both). Release version: 0.1.2 Release Date: 2nd March 2008 MINOR FIX: Removed a file that was not supposed to be in the ZIP (file name: jsProgessBarHandler.js) Please delete this file as it may cause unexpected results ADDED: Version check support and link back to Vbulletin product page Release version: 0.1.3 Release Date: 6th March 2008 MAJOR FIX: On certain servers payment recording was not working. This was due to interferences with current MODs installed that attached them self to global scope without proper path procedure MINOR FIX: Fixed the issue when you turned off auto insert for the navbar drop down and then were unable to use the variables set to use manually Release version: 0.1.4 Release Date: 11th March 2008 ADDED: The Avatars in Donation List now link back to the users Vbulletin Profile MAJOR FIX: Template issues with Internet Explorer Browsers System Requirements VBulletin 3.5.x+ PHP 4.3.x+ Final words Please vote for this mod to be MOD of the month by clicking the top right button. Thank you so much for downloading and supporting this software. I would like to HIGHLY recommend upgrading to PRO edition to have over 2x the features. Some of those features include: User Stats page for users to monitor and keep track of their own donations and search through a monthly view Stats Page to monitor and keep track of all donations to better serve your community Able to use the enhanced donation bar system and even custom make your own Have a reminder to donate notification sent out on a set time period of your choice and which usergroup to receive it Greater control over list page to increase avatar sizes and how many users to display per page And so much more to see the side by side comparison go HERE Much more to come in the future stay tuned for: Product System, Goal System, and Subscription System Add-Ons I sincerely hope that you enjoy this software, Please feel free to send feedback to aellis@allwheeltech.com Thank you! Adam Ellis (AWJunkies) Copyright Donation System ?2008 by Adam Ellis (AWJunkies) Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||
|
|||
Thanks for updating the guide. I was wondering if there is any way of hiding goal progress bar and leaving only "Donate" button?
|
#53
|
|||
|
|||
Quote:
#1 go to donationsystem_bar template and delete out: $donation_bar_style or <!--$donation_bar_style--> #2 go to Donation System Plugin Navbar/Bar and delete out: $donation_bar_style="<table class=\"tborder\" align=\"center\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" width=\"500\"><tr><td align=\"left\" nowrap=\"nowrap\">$donation_bar_imag</td></tr></table>"; OR ADD // // $donation_bar_style="<table class=\"tborder\" align=\"center\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" width=\"500\"><tr><td align=\"left\" nowrap=\"nowrap\">$donation_bar_imag</td></tr></table>"; |
#54
|
|||
|
|||
This is a great product and i can recommend it to anyone that needs a good donation system.
I have one problem though. When i installed the mod it automatically put a link in my navbar with a drop down menu, i like the feature but it doesnt fit in with my other links. How can i change this? All my navbar settings are stored in the header template but there is no reference to this link. If i could just find the code for it then i should be ok. |
#55
|
|||
|
|||
Quote:
Go to plugin: Donation System Bar and Menu You will see ALL the details there and what to change it is quite easy if you are familiar with VBulletin if not I can help you further. |
#56
|
|||
|
|||
I gotta say AWJunkies...
I LOVE this! I bought the pro version yesterday. Alot of options compared to my old donation systems. Helps keep me organized as to who did what with alot less manual labor. You guys really thought of everything. Can't wait for your other 3 add-on's to come out. *dcuellar marks install* |
#57
|
|||
|
|||
Thanks AWJunkies for getting back to me, the support for this mod is fantastic.
I've altered the plugin System Bar and Menu to reflect my style and its just about spot on except for one thing, the little down arrow is below the text and i'd prefer it to be next to the text. I changed the text from Donation to Donate thinking it might be because the word was too long but no joy. This is what i changed... Code:
$donation_link_menu='<td id="navbar_donation" class="css_nav"><a href="'.$DS[setting]['payment_home'].'donationsystem.php?do=donation">'.$DS[word]['donation_navbar'].'</a><script type="text/javascript"> vbmenu_register("navbar_donation"); </script></td>'; |
#58
|
|||
|
|||
Quote:
vbmenu_register("navbar_donation", true) Set it to ",true" and it will remove the arrow. I presume your style does not use the drop down icons. If it does I will chime back in so check and test what I showed. I will need more info from you and your style if this is not what you want. |
#59
|
|||
|
|||
Yes you are right it doesnt use the icons. setting 'true' has done the trick and everything seems to be working perfectly. Thankyou for your help.
|
#60
|
|||
|
|||
glad to hear.
|
#61
|
|||
|
|||
I don't have a problem with my navbar button, but the drop-down menu.
Take a look at it vs the other drop down menus. hiphopeulogy.com/forum/index.php click on the ambience style. You can't really tell with the darker style. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|