vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Donation Progress Bar-Forumhome (https://vborg.vbsupport.ru/showthread.php?t=153519)

sinisterpain 07-26-2007 10:00 PM

Donation Progress Bar-Forumhome
 
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.

Endurer 07-27-2007 04:16 AM

Thanks, it was much needed.

iogames 07-27-2007 04:21 AM

Thanks!

StuntFactoryX 07-27-2007 04:22 AM

i use bills paypal donate... im assuming that i could just make a button and link that any url?

this would make a awesome vbadvanced module. :)

sinisterpain 07-27-2007 04:27 AM

Quote:

Originally Posted by StuntFactoryX (Post 1302831)
i use bills paypal donate... im assuming that i could just make a button and link that any url?

this would make a awesome vbadvanced module. :)

I was thinking the same ;)

Just create your button and input the info into the field for the form, but make sure the the links are as described above or it will not work.

Ev!L ErN!E 07-27-2007 06:33 AM

Could you place this inside Bill PayPal donate page? I think for people who use that mod it would come in handy to intergrate the two.

projectego 07-27-2007 07:54 AM

Cheers! :D

edgecutioner 07-27-2007 12:25 PM

wow that 3.6.8 relese was fast! is this also compatible w/ 3.6.7PL1?

DiSpy 07-27-2007 01:12 PM

Thanks, i've been looking for one of these! ^.^b

What is the "bills paypal donate" mod?

Ev!L ErN!E 07-27-2007 01:49 PM

Quote:

Originally Posted by DiSpy (Post 1303064)
Thanks, i've been looking for one of these! ^.^b

What is the "bills paypal donate" mod?

https://vborg.vbsupport.ru/showthrea...t=bills+paypal

Andyucs 07-27-2007 02:28 PM

how do i change dollar sign $ to uk £

thankyou

DJ XtAzY 07-27-2007 07:21 PM

Awesome. Is it possible to make a vbadvanced module for this too?

sinisterpain 07-27-2007 07:49 PM

Quote:

Originally Posted by XtAzY (Post 1303317)
Awesome. Is it possible to make a vbadvanced module for this too?

I will be working on it I need to install the newest version on my test site

sinisterpain 07-27-2007 07:50 PM

Quote:

Originally Posted by Andyucs (Post 1303122)
how do i change dollar sign $ to uk ?

thankyou

You have to edit the template in admincp called donorbar
Maybe I will add an option to change currency symbol

sinisterpain 07-27-2007 07:52 PM

Quote:

Originally Posted by edgecutioner (Post 1303018)
wow that 3.6.8 relese was fast! is this also compatible w/ 3.6.7PL1?

Yes

sinisterpain 07-27-2007 08:10 PM

Quote:

Originally Posted by Ev!L ErN!E (Post 1302863)
Could you place this inside Bill PayPal donate page? I think for people who use that mod it would come in handy to intergrate the two.

It was meant to work with your current donation page by providing your site members a quick glance of your current donations, goal and a donate link on forum home. This provides more of a presence for your donations request as it will be seen by your members rather than having to click a link to a donor page which usually only happens when a member donates.
Are you asking if its possible or if I could do it? I have no authority to add anything to billspaypal without his permission. I would probably just write my own donation page which is how I originally starting coding this, but decided this avenue was more beneficial to Admins.

sinisterpain 07-28-2007 12:26 AM

Quote:

Originally Posted by StuntFactoryX (Post 1302831)
i use bills paypal donate... im assuming that i could just make a button and link that any url?

this would make a awesome vbadvanced module. :)

Added an Cmps module see link above and please click install

Billspaintball 07-28-2007 11:03 AM

Ohhhh....... Nice :)

momo2 07-28-2007 02:47 PM

very nice Installed

radarhunter 07-28-2007 05:32 PM

hi is there a possibility that we have only the highlighted stuff in the pic and not the rest ???

https://vborg.vbsupport.ru/

sinisterpain 07-28-2007 05:39 PM

Quote:

Originally Posted by radarhunter (Post 1304046)
hi is there a possibility that we have only the highlighted stuff in the pic and not the rest ???

http://img113.imageshack.us/img113/8...norbar3ix7.jpg

That would defeat the purpose of seeing the output location, size etc.. as it looks on the forum home. Or I misunderstand your question.

radarhunter 07-28-2007 05:47 PM

please see this pic u`ll understand preety much what i am asking :)

http://img103.imageshack.us/img103/3...board02em7.jpg

sinisterpain 07-28-2007 05:55 PM

make it an attachment cause I see very little

radarhunter 07-28-2007 06:07 PM

here you go

sinisterpain 07-28-2007 06:57 PM

Those are just HTML edits. Try this file, copy the html from the text file and paste it into the donar bar template .

radarhunter 07-28-2007 07:08 PM

thanks buddy i got exactly wat i wanted.........

sinisterpain 07-28-2007 07:10 PM

Quote:

Originally Posted by radarhunter (Post 1304116)
thanks buddy i got exactly wat i wanted.........

Yor welcome, dont forget to clink installed on the CMP donation bar mod so any updates you get notified.

radarhunter 07-28-2007 07:17 PM

hey one more thing can we put a link with it to show our members the details of what we are going to do with our donation ...... i mean can we insert a link in there the [More Info] in the pic.............

radarhunter 07-28-2007 07:18 PM

Quote:

Originally Posted by sinisterpain (Post 1304117)
Yor welcome, dont forget to clink installed on the CMP donation bar mod so any updates you get notified.


you talk of this i wish this hack gets some recognition on vbulletin as many of us have been postin` requests for this kindda hack on Vbadv. site and vb.org for a long time.....

sinisterpain 07-28-2007 07:20 PM

Just edit the template and put the link in to where your page will be with the info.

Quote:

you talk of this i wish this hack gets some recognition on vbulletin as many of us have been postin` requests for this kindda hack on Vbadv. site and vb.org for a long time.....
Just nominate it for mod of the month if you wish:D

radarhunter 07-28-2007 07:34 PM

Worked for me :D here`s the code red is the [More Info] thing.......

results can be seen here http://www.stepheniansonline.com/forum/index.php?

Quote:

<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td align="center" class="alt2">

$vboptions[donationtitle]
<br />
<br />

$vboptions[donatexplain] <a href=showthread.php?p=xxxx>[More Info]</a>
<br />
<br />


We have received a total of $$vboptions[donormoney] in donations towards our goal of $$vboptions[goal]
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" "border=0" width="500">
<br />
<tr>
<td class="alt2" nowrap="nowrap" align="left">$barimag_left$barimag$barimag_right</td>
</tr>
</table>
We have received a total of $donorbar%
<br />
$vboptions[paypal]
<br />
$vboptions[bbtitle] would like to say thank you for helping to reach our goal.
</td>
</tr>
</table>

radarhunter 07-28-2007 07:37 PM

an yeah i was not able to figure if out how to insert this code in the cmps module ???

I tried a lot but it messes up the whole code.....

ruger 07-28-2007 08:31 PM

Is there a way to get this to work with PayPal Donations For vBulletin 3.5.0? https://vborg.vbsupport.ru/showthread.php?t=91567

Just thought it would be great to have it showing above the forums.

sinisterpain 07-29-2007 01:27 AM

Quote:

Originally Posted by ruger (Post 1304178)
Is there a way to get this to work with PayPal Donations For vBulletin 3.5.0? https://vborg.vbsupport.ru/showthread.php?t=91567

Just thought it would be great to have it showing above the forums.

It will work as an addon but it will not directly interact with it you will have to still manually input the goal and your paypal amount. To make it interact would not be too difficult, but I dont think it will be useful to the community as a whole.

radarhunter 07-29-2007 03:44 AM

that`s no big deal i can manage that :) you`ve done such a gud task this much is still affordable :D

momo2 07-29-2007 10:52 AM

as soon i installed this, i got my first donate... Thanks so much :) xoxo

sinisterpain 07-29-2007 08:16 PM

Quote:

Originally Posted by momo2 (Post 1304509)
as soon i installed this, i got my first donate... Thanks so much :) xoxo

Thats great good luck

manofphat 07-29-2007 10:12 PM

Works great on 3.6.7 PL1 for me. Thank you very much for this great mod! Thanks again for your great work sinisterpain!

sinisterpain 07-29-2007 10:36 PM

Anything people would like to see added?
Quote:

Works great on 3.6.7 PL1 for me. Thank you very much for this great mod! Thanks again for your great work sinisterpain!
Hope you enjoy it. And thank You.

mrahul 07-30-2007 06:54 AM

can this be used with out cyb & paypal easy donate, I want to just continue with my paid subscriptions page.
& will this work on 3.6.4 ?


All times are GMT. The time now is 05:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01730 seconds
  • Memory Usage 1,833KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete