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
  #42  
Old 03-06-2008, 03:37 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by burntire View Post
Is there anyway to add a 2006 drop down when manually adding donations? I am trying to build a list of all donors.

Thanks
Yes will take you a matter of 2 seconds to do it ahah. Wasn't sure how far back people would want. I will make 2006 available in next release but in the meantime you can just do this.

go to donationsystem_admin.php file and search for:
// ######################## Manually Add Donation ########################

then below that 4 lines you will see:

for ($i=2007; $i<=2010; $i++){$years[$i]=$i;}

Change the 2007 to 2006 and your done

for ($i=2006; $i<=2010; $i++){$years[$i]=$i;}
Reply With Quote
  #43  
Old 03-06-2008, 05:13 PM
burntire burntire is offline
 
Join Date: Jun 2006
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AWJunkies View Post
Yes will take you a matter of 2 seconds to do it ahah. Wasn't sure how far back people would want. I will make 2006 available in next release but in the meantime you can just do this.

go to donationsystem_admin.php file and search for:
// ######################## Manually Add Donation ########################

then below that 4 lines you will see:

for ($i=2007; $i<=2010; $i++){$years[$i]=$i;}

Change the 2007 to 2006 and your done

for ($i=2006; $i<=2010; $i++){$years[$i]=$i;}
Thanks
I also notice the donation is not the right color and the style breaks on the far right.
I attached a screen shot.
Reply With Quote
  #44  
Old 03-06-2008, 06:17 PM
ThePulse ThePulse is offline
 
Join Date: Dec 2007
Location: Mansfield UK
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive sorted my problem i think i had an 8px border which set to 0 has cured it
Reply With Quote
  #45  
Old 03-06-2008, 07:34 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ThePulse View Post
ive sorted my problem i think i had an 8px border which set to 0 has cured it
Thanks for that info. I will test that on a friends board who has same issue.
Reply With Quote
  #46  
Old 03-06-2008, 07:34 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by burntire View Post
Thanks
I also notice the donation is not the right color and the style breaks on the far right.
I attached a screen shot.
What Vb you using and URL link please. Also what browser (IE,Opera,Fx)

I see your running VB 3.7.0B5 and I see your site. Can you please turn on my software so I can take a look right now it is OFF.
Reply With Quote
  #47  
Old 03-06-2008, 07:48 PM
burntire burntire is offline
 
Join Date: Jun 2006
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IE7 is having the issue. Firefox is ok.
Here is the link.
http://www.highperformancestangs.com...hp?do=donation
Reply With Quote
  #48  
Old 03-06-2008, 08:45 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #49  
Old 03-06-2008, 08:50 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by burntire View Post
IE7 is having the issue. Firefox is ok.
Here is the link.
http://www.highperformancestangs.com...hp?do=donation
Gotta love Fx and IE SUCKS any who it seems something to do with your style and font color. Search for that light grey color and let me know where you find it.

Sorry to be more clear it is a css issue. You seem to have it in a file so I can't see it in view source.


I found out what is breaking custom styles in IE and will fix it in next release.

If you can send me your css file over a PM I can help you out.
Reply With Quote
  #50  
Old 03-09-2008, 10:12 PM
Powlo Powlo is offline
 
Join Date: Feb 2008
Location: Sunderland UK
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Make sure you have Vbulletin option Forum URL as a WWW not a http://yourdomain.com but http://www.yourdomain.com for the mod to work currectly (http://www.yourdomain.com/admincp/op...ogroup=address)
Why is that?

My site is currently sitting in a test sub-domain. http://v3.mysite.net so does this mean i cant use this mod or can i do something to get it to work?
Reply With Quote
  #51  
Old 03-09-2008, 11:07 PM
Xanlamin's Avatar
Xanlamin Xanlamin is offline
 
Join Date: Mar 2008
Location: St. Charles, MO
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If your cookie domain is set to http://www.domainname.com then you must use www if cookie domain is set to http://domainname.com then you do not need the www.
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 10:41 AM.


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.08783 seconds
  • Memory Usage 2,322KB
  • 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
  • (6)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