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)

tekguru 11-29-2007 04:03 PM

Wow fingers crossed that you'll be allowed to releasd this. Will you be looking into integration with Bills Subs Mod too?

sinisterpain 11-29-2007 11:34 PM

Quote:

Originally Posted by Stryker412 (Post 1385019)
Also, how do you link it to your current donation system (in my case Bill's)? Or do you have to manually edit all the donations?

Have not looked at bills paypal mod, I can and let you know.

AWJunkies 11-30-2007 05:12 AM

Done! Hit me up I have new XML file.

Yes it can be made to work with ANY paypal donation system. Just need to know the variable and table they are using. Can just follow the code I did and will be easy to add it to anything.

Added features:
* Cyb- Paypal Donation Integration
* If there is a negative or a blank number in either goal or amount variables it will show 0 now

Template edits:
* Fixed issue when there was no 'Donations Explained Variable' it would mess up template and have blank area
* No more red image within bar when there is 0% (only when there is a % will it show the inside of bar)
* Deleted added footer section that was causing template issues with blank space

More stuff to come. Please hit me up to approve it for dled.

Vinyljunky 11-30-2007 09:51 AM

Quote:

Originally Posted by AWJunkies (Post 1392151)
Done! Hit me up I have new XML file.

Yes it can be made to work with ANY paypal donation system. Just need to know the variable and table they are using. Can just follow the code I did and will be easy to add it to anything.

Added features:
* Cyb- Paypal Donation Integration

Im really intrested in this :up:

Regards

VinylJunky

AWJunkies 11-30-2007 09:55 AM

Just waiting for him to come on. It is almost a total re-write but not one to care who gets credit just that it gets out in circulation to help people out and make mods more advanced. I have been programing for 10 years and know what it is like not to have time to finish a mod or quickly put something out. We all need a boost some time. Not saying this about this mod developer but in general.

tekguru 11-30-2007 12:13 PM

This is starting to sound really exciting!

Catziggy 11-30-2007 12:27 PM

Count me in . Need the cyb integration :)

Suggestion for Cyb though. It would be better if it worked when the donations approved rather than made :)

AWJunkies 11-30-2007 08:37 PM

Quote:

Originally Posted by Catziggy (Post 1392323)
Count me in . Need the cyb integration :)

Suggestion for Cyb though. It would be better if it worked when the donations approved rather than made :)

That is how it works :) Only when a amount is confirmed will it show in the donation bar.

sinisterpain 11-30-2007 10:48 PM

I had a cyb donation bar but removed it due to redundancy. Also you will have to reset the amounts each month as cyb paypal just has a cumulating total $ amount in the table.

AWJunkies 11-30-2007 11:38 PM

Quote:

Originally Posted by sinisterpain (Post 1392649)
I had a cyb donation bar but removed it due to redundancy. Also you will have to reset the amounts each month as cyb paypal just has a cumulating total $ amount in the table.

Mine you don't have to reset it each month. It will do it AUTO. It all has to do with the sql you initiate to get the info. I sent you the XML look it over and test it. Tomorrow it will reset auto you wont have to touch a dam thing. Once you read the code it will all make sense.

AWJunkies 12-01-2007 03:54 AM

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.

Catziggy 12-01-2007 11:18 AM

downloaded and trying it out thanks

Vinyljunky 12-01-2007 01:37 PM

Quote:

Originally Posted by AWJunkies (Post 1392758)
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.

Works fine for me (Although I did struggle at first with the "Form Code for Donations" code, but then I read back a few posts :)

Thanks

VinylJunky

Catziggy 12-01-2007 01:50 PM

K i am missing something It doesnt update for me. Do i need to add anything to the form code box for cyb paypal?

sinisterpain 12-01-2007 02:24 PM

Quote:

Originally Posted by Catziggy (Post 1392932)
K i am missing something It doesnt update for me. Do i need to add anything to the form code box for cyb paypal?

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.

tekguru 12-01-2007 03:13 PM

Is there still hope for a version that will support Bills Donations Mod? To me that is the more flexible of the two Mods....

Vinyljunky 12-01-2007 03:28 PM

Quote:

Originally Posted by Catziggy (Post 1392932)
K i am missing something It doesnt update for me. Do i need to add anything to the form code box for cyb paypal?


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>

It may not be 100% correct syntax but it works for me :)

Oh, and you need to edit your forumhome template as per the install instructions at the top of the post!

Great Work!

VinylJunky

sinisterpain 12-01-2007 03:32 PM

Quote:

Originally Posted by tekguru (Post 1392972)
Is there still hope for a version that will support Bills Donations Mod? To me that is the more flexible of the two Mods....

Problem with Bill's Paypal mod and intergration is there is no data to retrieve all transactions are made directly to paypal's site.

sinisterpain 12-01-2007 03:34 PM

Quote:

Originally Posted by Vinyljunky (Post 1392981)
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>

It may not be 100% correct syntax but it works for me :)

Oh, and you need to edit your forumhome template as per the install instructions at the top of the post!

Great Work!

VinylJunky

Should not need this in the code if your linking to Cyb-Paypal mod
Code:

<input type="hidden" name="business"
      value="sample@sample.com">


Vinyljunky 12-01-2007 03:52 PM

Has any one integrated this within ibProArcade v2.6.5+ ?

I have tried inserting it into the ARCADE template but it just doesnt display :confused:

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>

Any ideas?

Thanks

VinylJunky

nyunyu 12-01-2007 06:46 PM

Sinisterpain, I would very much love this hack to be working on 3.5.4. Can you post the 3.5.4 version of this xml? Im using the old noblepagan paypal hack thus other than inserting the link onto navbar, i can put this instead and link it to my donation page.

Thanks

Vinyljunky 12-01-2007 08:18 PM

Quote:

Originally Posted by sinisterpain (Post 1392989)
Should not need this in the code if your linking to Cyb-Paypal mod
Code:

<input type="hidden" name="business"
      value="sample@sample.com">


Sinisterpain,

Ive removed it :)

Thank you for creating a great mod :up:

VinylJunky

AWJunkies 12-01-2007 11:49 PM

Deleted the attachment XML.

Also it is not set to be on arcade. Why would you want it to display on arcade? I can make it do that if you really want to but I see no point it is a home page thing not a flood every page with it mod.

rwoscott 12-02-2007 04:58 AM

Installed, Thankyou

sinisterpain 12-02-2007 11:29 AM

Quote:

Originally Posted by Vinyljunky (Post 1393134)
Sinisterpain,

Ive removed it :)

Thank you for creating a great mod :up:

VinylJunky

I did not look at all of the link code you had posted it should look like below not as a <form> code.
Code:

<a href ="http://www.yoursite.com/forum/misc.php?do=donate">
<img 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!">


Vinyljunky 12-02-2007 11:56 AM

Quote:

Originally Posted by AWJunkies (Post 1393235)
Deleted the attachment XML.

Also it is not set to be on arcade. Why would you want it to display on arcade? I can make it do that if you really want to but I see no point it is a home page thing not a flood every page with it mod.

Ok good point Its just that I was trying to generate a bit more cash :)

Quote:

Originally Posted by sinisterpain (Post 1393454)
I did not look at all of the link code you had posted it should look like below not as a <form> code.
Code:

<a href ="http://www.yoursite.com/forum/misc.php?do=donate">
<img 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!">


Thank you

VinylJunky

petacat 12-02-2007 12:02 PM

Thanks for the update. It is implemented now.

2 more suggestions:
1. Still allow for additional amounts (eg ad revenue) to be included as well as the donations.
2. Consider a smaller donation Bar (possibly a thermometer style) that can be used in a sidebar

Thanks again. Good work!

sinisterpain 12-02-2007 02:12 PM

Quote:

Originally Posted by petacat (Post 1393468)
Thanks for the update. It is implemented now.

2 more suggestions:
1. Still allow for additional amounts (eg ad revenue) to be included as well as the donations.
2. Consider a smaller donation Bar (possibly a thermometer style) that can be used in a sidebar

Thanks again. Good work!

If you use vbadvanced I have created a cmps version for side bar.

Quote:

Still allow for additional amounts (eg ad revenue) to be included as well as the donations.
There are far to many ad mods on vb.org to possibly account for any particular one that a user might have installed on his board, and it would IMO not follow the intent of why I created the mod.

Catziggy 12-02-2007 05:57 PM

Okay i think i know why its not working for me. Does the new system edit the navbar template? I am using a template from vbstyles which almost negates the use of the navbar and transfers all the workings like the links etc except the welcome section to header template.

Is this the issue?

sinisterpain 12-02-2007 08:19 PM

Quote:

Originally Posted by Catziggy (Post 1393631)
Okay i think i know why its not working for me. Does the new system edit the navbar template? I am using a template from vbstyles which almost negates the use of the navbar and transfers all the workings like the links etc except the welcome section to header template.

Is this the issue?

For custom templates you must manually edit the forumhome template as directed in the above instructions. Also you need to go to admincp->vboptions->Donation Bar and configure your settings.

AWJunkies 12-02-2007 11:38 PM

Quote:

Originally Posted by Catziggy (Post 1393631)
Okay i think i know why its not working for me. Does the new system edit the navbar template? I am using a template from vbstyles which almost negates the use of the navbar and transfers all the workings like the links etc except the welcome section to header template.

Is this the issue?

Would help to have link to your site to see what your doing as templates go. Not sure why your template threw everything in header best to have them separate depending on how much info your really putting in header.

Catziggy 12-03-2007 09:19 AM

I turned off the forum bar as ive integrated it into vbadvanced and that has the module on every page.
http://www.timelessgaming.com
The links to donate and see donaters are in the payapl module below the donation bar.

I agree about the header bit.

AWJunkies 12-03-2007 01:17 PM

Did you take sinisterpain one and just add my code to it? If you did please give it to sinisterpain so he can update his so everything is current. I have not seen the sidebar code so not sure what it is all about.

rwoscott 12-03-2007 05:25 PM

Quote:

Originally Posted by rwoscott (Post 1393349)
Installed, Thankyou

Installed on 2nd, and 3 donations by the 3rd. Excellent response.

This mod was well worth the small effort to install.

Double thumbs up!!:up::up:

AWJunkies 12-03-2007 07:10 PM

It has increased my donations huge as well as having the pop up notify to donate after X time. Works like a charm.

tekguru 12-03-2007 08:23 PM

Well I looked into using the Cyb donate Mod again and what put me off was:

- No high visibility vbAdvanced donate block
- Not being able to have the Admins primary usergroup as 6
- No good looking 'Donate page' as per Bills offering

So it looks like I'll still have to update manually and stick with Bills Mod :(

sinisterpain 12-03-2007 08:53 PM

Quote:

Originally Posted by tekguru (Post 1394273)
Well I looked into using the Cyb donate Mod again and what put me off was:

- No high visibility vbAdvanced donate block
- Not being able to have the Admins primary usergroup as 6
- No good looking 'Donate page' as per Bills offering

So it looks like I'll still have to update manually and stick with Bills Mod :(

I have provided a vbadvanced module which I will update shortly. The link is https://vborg.vbsupport.ru/showthread.php?t=153604

AWJunkies 12-04-2007 02:15 AM

Quote:

Originally Posted by tekguru (Post 1394273)
Well I looked into using the Cyb donate Mod again and what put me off was:

- No high visibility vbAdvanced donate block
- Not being able to have the Admins primary usergroup as 6
- No good looking 'Donate page' as per Bills offering

So it looks like I'll still have to update manually and stick with Bills Mod :(

I transformed cyb mod to make it a lot more appealing and a lot more options as well as still working on IPN auto confirm. Hoping to finish before end of year but it is not on high priority at the moment have about 5 things ahead of it.

tekguru 12-04-2007 05:30 AM

Cheers guys, once the vbA block has been revised and AWJ's changes are in there I guess that will be the time for me to move over :)

Bojeunx 12-04-2007 08:31 AM

Hi i installed this product yesterday to work with cyb donation people can donate but there is no progress on donation bar. My website is www.pspiso.com


All times are GMT. The time now is 10:14 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.01569 seconds
  • Memory Usage 1,849KB
  • 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
  • (7)bbcode_code_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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