The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Donation Progress Bar-Forumhome Details »» | |||||||||||||||||||||||||
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:
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> 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:
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
|
Comments |
#132
|
|||
|
|||
Just wanted to let you know it reset without me doing anything and changes as an eastern time setting. whatever you have as default for your site.
Please dled and test. Have had 10+ people try it without any issues. Sinister you have to test it on a real site. |
#133
|
|||
|
|||
downloaded and trying it out thanks
|
#134
|
||||
|
||||
Quote:
Thanks VinylJunky |
#135
|
|||
|
|||
K i am missing something It doesnt update for me. Do i need to add anything to the form code box for cyb paypal?
|
#136
|
||||
|
||||
The form code box in the donation bar mod is if you wish to link to your paypal account directly or to your donor page using a paypal button. You do not need to edit anything in the cyb paypal mod. See the example above for the format of links but use your own paypal code info.
|
#137
|
|||
|
|||
Is there still hope for a version that will support Bills Donations Mod? To me that is the more flexible of the two Mods....
|
#138
|
||||
|
||||
Quote:
For cyb paypal I put this in the Form Code for Donations Form Code:
<form action="http://www.yoursite.com/forum/misc.php?do=donate" method="post"> <input type="hidden" name="business" value="sample@sample.com"> <input type="image" src="https://www.paypal.com/en_GB/i/bnr/horizontal_solution_PP.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"></form> Oh, and you need to edit your forumhome template as per the install instructions at the top of the post! Great Work! VinylJunky |
#139
|
||||
|
||||
Problem with Bill's Paypal mod and intergration is there is no data to retrieve all transactions are made directly to paypal's site.
|
#140
|
||||
|
||||
Quote:
Code:
<input type="hidden" name="business" value="sample@sample.com"> |
#141
|
||||
|
||||
Has any one integrated this within ibProArcade v2.6.5+ ?
I have tried inserting it into the ARCADE template but it just doesnt display Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1=$vboptions[bbtitle]>$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar $donationbar #I tried it here# <if condition="!$bbuserinfo[userid]"> $donationbar #I tried it here# $arcadeheader <!-- small space --> <span class="smallfont"><br /> </span></if> $donationbar #I tried it here# $maincontent </div> $footer </body> </html> Thanks VinylJunky |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|