Donation Goal Thermometer Forum Block addon for Donation Manager
**This is an addon for the Donation Manager addon if installed as below.** I've been waiting for something that will be an all-in-one donation system such as the Cyb Paypal Donate for vBulletin 4 but can't wait any longer. I really needed a donation goal monitor as it encourages people to donate who otherwise do not. I like the features of the Donation Manager addon and decided I would search for some sort of script that would enable me to display donation progress. I found this free script: http://www.arkie.net/~scripts/thermometer/ I have implemented a basic method to display donation progress through both of these scripts. It is a manual process to update donation progress but the Cyb Donate plugin was as well. DEMO: You can see my implementation in action at http://www.puritanboard.com/forum.php Instructions 1. Download thermometer.php and upload that into your forum root. 2. Create a new Forum Block a. AdminCP -> Forums & Moderators -> Forum Blocks Manager PHP Code:
<img hspace="10" align="left" border="0" src="thermometer.php?Current=0&Goal=250&Width=100&Height=100&Font=2">
g. BEFORE YOU SAVE, you must configure the thermometer in the Content block. All the settings are within the img attributes and you don't need to touch the thermometer.php file. Notice that img has the following src value: Once you save the Forum Block you can position it in your Block order. When you receive donations you simply edit the forum block and update the Current= value. It's not perfect but it's better than having no goal meter. When the user clicks on the Support Us link he is taken to the Donation System which allows him to donate.(1) Current=current donations received ALTERNATIVE IMPLEMENTATION You can set up the forum block to allow the user to select pulldown dollar amounts. I don't know how to pass the variables that the donation system uses or I would use them in my block. This block requires a bit more editing to get it working for your site. Follow the same instructions as above but in the Content Block replace all with: PHP Code:
<img hspace="10" align="left" border="0" src="thermometer.php?Current=6&Goal=400&Width=50&Height=100&Font=2">
- Thermometer values as before - email to your paypal e-mail address - value="USD" to a different currency if you want to accept by another currency - option values to the amounts you want to donate and set the values between the option tags to the currency you want - value="US" to your country - value="Forum Donation" to what you want displayed in the paypal cart when the user donates - forumdomain.com to your forum domain (there are two and they are the success and fail pages of the Donation System plugin) Download
thermometer.php (2.7 KB, 242 downloads) |
Similar Mods
Add-On Releases Cyb Paypal Donation Bar Addon | Modification Graveyard |
Donation Tracking Addon for Lesane's Store Hack | vBulletin 2.x Full Releases |
ADDON: Donation Notification | vBulletin 2.x Full Releases |
Donation authorization addon for Lesane's Store hack | vBulletin 2.x Full Releases |