Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Donation System LITE Add-On Details »»
Donation System LITE Add-On
Version: 0.1.4, by AWJunkies AWJunkies is offline
Developer Last Online: Apr 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 02-29-2008 Last Update: 03-11-2008 Installs: 83
DB Changes Uses Plugins
Additional Files  
No support by the author.

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+

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 04-16-2008, 04:42 PM
jim6763nva's Avatar
jim6763nva jim6763nva is offline
 
Join Date: Oct 2005
Location: Virginia
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those of you using Vba CMPS, and are having trouble getting the manual placement of the Donation Menu link and dropdown. Here is what I did,

Locate your FAQ link (or any link you want the Donation link to follow), then place the
$donation_link_menu variable on the next line after it.

Locate the "<!-- NAVBAR POPUP MENUS -->" comment and place the $donation_link_menu_options variable 1 or 2 lines after it.

Save your Navbar template and refresh the page. It should be working now.

It's not clear in the AdminCP as to where to put these variables and I was initially placing them together one after the other, and it was screwing up my style.

EDIT: Also, I added these variables to the global POST variable section in vba CMPS.

Hopefully this was of some help to someone,

Jim
Reply With Quote
  #93  
Old 04-16-2008, 09:03 PM
billt928 billt928 is offline
 
Join Date: Jun 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about a Donor badge in the postbit for those that donated?
Reply With Quote
  #94  
Old 04-17-2008, 06:07 AM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jim6763nva View Post
For those of you using Vba CMPS, and are having trouble getting the manual placement of the Donation Menu link and dropdown. Here is what I did,

Locate your FAQ link (or any link you want the Donation link to follow), then place the
$donation_link_menu variable on the next line after it.

Locate the "<!-- NAVBAR POPUP MENUS -->" comment and place the $donation_link_menu_options variable 1 or 2 lines after it.

Save your Navbar template and refresh the page. It should be working now.

It's not clear in the AdminCP as to where to put these variables and I was initially placing them together one after the other, and it was screwing up my style.

EDIT: Also, I added these variables to the global POST variable section in vba CMPS.

Hopefully this was of some help to someone,

Jim
Sorry LITE version is a little behind and has it in V2 LITE these same instructions. Will be releasing it tomorrow or next day. Have to finish another PRO feature update tomorrow first.
Reply With Quote
  #95  
Old 04-17-2008, 06:09 AM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by billt928 View Post
How about a Donor badge in the postbit for those that donated?
PRO edition has this with medal/award for a certain specified amount donated they get X medal/award on certain increments you specify. Or it can be just set to ONE medal/award for donating period no hierarchy for donating more.
Reply With Quote
  #96  
Old 04-17-2008, 06:11 AM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Evoix_mr2006 View Post
I installed this, and am having two issues. First off, on my CMPS, when I have the product add the code for the drop down list, it is unclickable. Am I missing something here? Second, when I have it automatically add the links, it changes the color of my navbar specifically around that link.

www.cicenet.net
Sorry this will be a lot easier in V2 update coming tomorrow or next day. It combines Payment System and Donation System as well as Donation System CMPS for you guys for one quick simple installation.

It will automatically add the variables to CMPS and so on.
Reply With Quote
  #97  
Old 04-18-2008, 03:31 AM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As a user of the V2 Pro I can tell you that this mod is probably the most important mod I have installed on my forum.

Best part is it DOES EVERYTHING AUTOMATICALLY!

But then again...all of AW's mods are like this.
Reply With Quote
  #98  
Old 04-19-2008, 01:45 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you considering to add e-gold to your donation methods?

So far you have paypal and credit cards through google as payment methods.
Other popular methods are e-gold, online bank transfers, money bookers & western union. It would be great to see more methods integrated. online bank transfers are already competing with the popularity of credit cards in Europe and will likely become the major way of payment.
Reply With Quote
  #99  
Old 04-22-2008, 04:33 AM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Are you considering to add e-gold to your donation methods?

So far you have paypal and credit cards through google as payment methods.
Other popular methods are e-gold, online bank transfers, money bookers & western union. It would be great to see more methods integrated. online bank transfers are already competing with the popularity of credit cards in Europe and will likely become the major way of payment.
Yes I can support ANY form of payment and WILL be increasing the payment methods just need people to let me know what they want and consider it done. I am working on a lot of things at the moment on PRO. Another BIG update is coming this week. With an Awards system and so on. So hit me up on the site for PRO information.
Reply With Quote
  #100  
Old 04-22-2008, 06:28 PM
macc's Avatar
macc macc is offline
 
Join Date: Feb 2008
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello!

get this error on my main page but forum work ... some solutions?

Code:
 PHP Fatal error: require_once() [function.require]: Failed opening required './paymentsystem/functions/payment.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/belapla/public_html/vb/libar/global.php(591) : eval()'d code on line 1518

regards

macc
Reply With Quote
  #101  
Old 04-22-2008, 11:20 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by macc View Post
Hello!

get this error on my main page but forum work ... some solutions?

Code:
 PHP Fatal error: require_once() [function.require]: Failed opening required './paymentsystem/functions/payment.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/belapla/public_html/vb/libar/global.php(591) : eval()'d code on line 1518

regards

macc
For now turn off the plugin called: Donation System Menu/Bar

That will fix error but wont have a donation bar.

I will need to see your site URL to take a look more into this.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10998 seconds
  • Memory Usage 2,324KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete