Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Donation Progress Bar-Forumhome Details »»
Donation Progress Bar-Forumhome
Version: 1.1.0, by sinisterpain sinisterpain is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 07-26-2007 Last Update: 02-01-2008 Installs: 247
Uses Plugins
 
No support by the author.

What Donations Bar Is:
It is a simple way for Admins to show a donation progress bar on their forum home page with Admin set goals and donations recieved. Because the donation bar is a stand alone it can be utilized with any donation system your using. It adds more visability of your site donation goal requirements and donation button to your members for hopefully more through put in donations.

Can Be Used With:
This script adds:
  1. 3 Plugins
  2. 1 Template

Installation:
  1. Import the product-donationbar.xml through admin cp
  2. If you use Cyb-Paypal mod you must select it in vboptions->Donation Bar->Cyb-paypal set to yes.
  3. If you use Vb subrcriptions you must select it in vboptions
Post Installation:
Make sure when entering the form code for your Paypal button the links are formated as follows:
Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <input type="hidden" name="business"
      value="sample@sample.com">
                             <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"></form>
If your using this mod in 3.6.10 or higher and your sending people directly to paypal instead of your donation page from the button you need to add the below or you will recieve the security token error on clicking the button
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

If you do not use this format for the links your button will not show. Please do not copy and past my info above you must fo to your Paypal account and create a button with your account code and email info.
If you wish instead of a paypal button link you can put the URL to your donation page.

Update Version:
  • 1.00 First Realease
  • 1.01 updated template to be more in line with default vbulletin style.
  • 1.02 Added donation bar color to change to green when 100% or greater donations met.
    Also added version check.
  • 1.03 Fixed the color of the bar to not show small piece of red bar on left. Edited donorbar
    template to fix broken donor bar box.
  • 1.04 Added Cyb-paypal intergration in admincp donation bar options. Thanks goes to AWJUNKIES for the adddition.
  • 1.0.5 Fixed XHTML missing tag. Added ability to enter vbsubscription amount through Admincp. Bar will display only 100% now and once reached will post a thank you below donor button if you have a thank you message set. Fixed the donorbar template to be in the template group and not part of vbulletin so updating updates the template.
  • 1.0.6 Added Auto updating of the donor bar for Vb paid subscriptions
  • 1.0.7 Added option for auto insert of the donation bar under navbar, you can now float the donation bar if you are using chatbox, option for selection of usergroups able to see donor bar, You have option to enter which page to display donation bar on or show on all pages. General code clean-up.
  • 1.0.8 Fixed issue with template not being cached. Added ability to change currency symbol from admincp.
  • 1.1.0 Added setting in admincp for setting goal period


Upgrading Instructions:

When upgrading to Version 1.0.7 please make sure you remove the
FORUMHOME template edit as its no longer required. Failure to do so will produce two donor bars on forum index page.

IMPORTANT: If updating from an earlier version than 1.0.5 you must uninstall the earlier version and delete the old donorbar template before importing the new XML file.

Go to your Admincp->Plugin&Products->Manage products->Add/Import Product make sure you select overwrite.

Please report any and all bugs within this thread with as much detail as possible.

Click Mark as Installed for support and so that you will be notified instantly upon any major updates.

CMPS Add On:
CMPS Donation Bar Add on

Thanks to AWJUNKIES for adding the integration of Cyb-paypal to the donor bar mod.

Supporters / CoAuthors

Show Your Support

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

Comments
  #102  
Old 10-13-2007, 05:11 AM
wpeloquin wpeloquin is offline
 
Join Date: May 2006
Location: Behind you...
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how hard would it be to create something like this so that it does tie in with, for example, Cyb-PayPal Donate mod? that mod already creates tables in the database (i have not looked at them yet as of this post, but it has a page to display who's paid how much and when, so i am assuming its in the database somewhere). can we set up your bar to pull numbers out of there? i can see how it would be a bit involved, but if it queries by date and totals, it should work right?
Reply With Quote
  #103  
Old 10-13-2007, 11:27 AM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wpeloquin View Post
how hard would it be to create something like this so that it does tie in with, for example, Cyb-PayPal Donate mod? that mod already creates tables in the database (i have not looked at them yet as of this post, but it has a page to display who's paid how much and when, so i am assuming its in the database somewhere). can we set up your bar to pull numbers out of there? i can see how it would be a bit involved, but if it queries by date and totals, it should work right?
I have not looked at the mod in detail but I would have to say it could be done.
Reply With Quote
  #104  
Old 10-16-2007, 12:29 PM
Phosphorus Phosphorus is offline
 
Join Date: Jan 2005
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok installed
changed the current monney to € instead $

template to edit is "donarbar" like posted before

for the cmps u have to edit the "adv_portal_donationbar" template

For people they duno where to chnage :
just find and replace the $ with the € on this line :
<td class="alt1">We have received a total of $vboptions[donormoney] in donations towards our goal of $vboptions[goal]
Reply With Quote
  #105  
Old 10-16-2007, 05:21 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wpeloquin View Post
how hard would it be to create something like this so that it does tie in with, for example, Cyb-PayPal Donate mod? that mod already creates tables in the database (i have not looked at them yet as of this post, but it has a page to display who's paid how much and when, so i am assuming its in the database somewhere). can we set up your bar to pull numbers out of there? i can see how it would be a bit involved, but if it queries by date and totals, it should work right?
It can be done!

I look forward to the integration once approved by both groups.
Reply With Quote
  #106  
Old 10-16-2007, 08:54 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AWJunkies View Post
It can be done I have it done!

I don't have it looking pretty though kinda hacked to figure out the code. I will clean it up and present it to CYB as well as here. I want them to integrate them both. It is a progression in the CYB mod.

So stay tuned for it.
If you request it I will convert it to cyb paypal and get his permission to offer it.
Reply With Quote
  #107  
Old 10-17-2007, 01:52 AM
unforsaken unforsaken is offline
 
Join Date: Aug 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

everything seems to be working great on it, however it doesn't show the percentage of the donations/goal. it shows the dollar amount, but the bar doesn't appear and the percent is blank. btw i just installed it and haven't had any donations to it yet, but what i did was in the config of it, put the goal amount and what we currently had donated towards it, and that is all i got out of it. any thoughts/suggestions/tips would be greatly appreciated...and i love the idea of this
Reply With Quote
  #108  
Old 10-17-2007, 09:58 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unforsaken View Post
everything seems to be working great on it, however it doesn't show the percentage of the donations/goal. it shows the dollar amount, but the bar doesn't appear and the percent is blank. btw i just installed it and haven't had any donations to it yet, but what i did was in the config of it, put the goal amount and what we currently had donated towards it, and that is all i got out of it. any thoughts/suggestions/tips would be greatly appreciated...and i love the idea of this
Please PM me a link to your site so I can see what you have.
Reply With Quote
  #109  
Old 10-18-2007, 03:00 AM
wpeloquin wpeloquin is offline
 
Join Date: May 2006
Location: Behind you...
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sinisterpain View Post
I have not looked at the mod in detail but I would have to say it could be done.
im sure it can be done, but im not a very experienced coder, and it'd take me awhile to figure it out (if it's even in my capacity). i do know his mod creates tables, and they are pretty basic, so i can't imagine it'd be too difficult. but like i said, im more of a template-edit kinda guy

Quote:
Originally Posted by sinisterpain View Post
If you request it I will convert it to cyb paypal and get his permission to offer it.
it seems to be the major question of the mod. everyone seems to like the idea, and i can understand the reason on making it the way you did for the end-user ease. just seems like people want the integration, and there really seem to be only 2 major paypal mods, bill's and cyb's. its your time, but i'd use it if available.
Reply With Quote
  #110  
Old 10-19-2007, 08:01 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
it seems to be the major question of the mod. everyone seems to like the idea, and i can understand the reason on making it the way you did for the end-user ease. just seems like people want the integration, and there really seem to be only 2 major paypal mods, bill's and cyb's. its your time, but i'd use it if available.
Ill look at it this weekend
Reply With Quote
  #111  
Old 10-22-2007, 03:48 PM
Jdm Ej1 Coupe Jdm Ej1 Coupe is offline
 
Join Date: Apr 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will the donation bar move on its own or do you manually have to change it in the admin pc when people donate?

Edit: read thru the first few pages of this thread and found the answer! Thanks "clicks installed"
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 09:10 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.11872 seconds
  • Memory Usage 2,329KB
  • 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
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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