vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Donation System LITE Add-On (https://vborg.vbsupport.ru/showthread.php?t=171824)

AWJunkies 03-06-2008 03:37 PM

Quote:

Originally Posted by burntire (Post 1458529)
Is there anyway to add a 2006 drop down when manually adding donations? I am trying to build a list of all donors.

Thanks

Yes will take you a matter of 2 seconds to do it ahah. Wasn't sure how far back people would want. I will make 2006 available in next release but in the meantime you can just do this.

go to donationsystem_admin.php file and search for:
// ######################## Manually Add Donation ########################

then below that 4 lines you will see:

for ($i=2007; $i<=2010; $i++){$years[$i]=$i;}

Change the 2007 to 2006 and your done :)

for ($i=2006; $i<=2010; $i++){$years[$i]=$i;}

burntire 03-06-2008 05:13 PM

Quote:

Originally Posted by AWJunkies (Post 1458556)
Yes will take you a matter of 2 seconds to do it ahah. Wasn't sure how far back people would want. I will make 2006 available in next release but in the meantime you can just do this.

go to donationsystem_admin.php file and search for:
// ######################## Manually Add Donation ########################

then below that 4 lines you will see:

for ($i=2007; $i<=2010; $i++){$years[$i]=$i;}

Change the 2007 to 2006 and your done :)

for ($i=2006; $i<=2010; $i++){$years[$i]=$i;}

Thanks
I also notice the donation is not the right color and the style breaks on the far right.
I attached a screen shot.

ThePulse 03-06-2008 06:17 PM

ive sorted my problem i think i had an 8px border which set to 0 has cured it

AWJunkies 03-06-2008 07:34 PM

Quote:

Originally Posted by ThePulse (Post 1458669)
ive sorted my problem i think i had an 8px border which set to 0 has cured it

Thanks for that info. I will test that on a friends board who has same issue.

AWJunkies 03-06-2008 07:34 PM

Quote:

Originally Posted by burntire (Post 1458633)
Thanks
I also notice the donation is not the right color and the style breaks on the far right.
I attached a screen shot.

What Vb you using and URL link please. Also what browser (IE,Opera,Fx)

I see your running VB 3.7.0B5 and I see your site. Can you please turn on my software so I can take a look right now it is OFF.

burntire 03-06-2008 07:48 PM

IE7 is having the issue. Firefox is ok.
Here is the link.
http://www.highperformancestangs.com...hp?do=donation

AWJunkies 03-06-2008 08:45 PM

Release version: 0.1.3
Release Date: 6th March 2008
MAJOR FIX: On certain servers payment recording was not working. This was due to interferences with current MODs installed that attached them self to global scope without proper path procedure
MINOR FIX: Fixed the issue when you turned off auto insert for the navbar drop down and then were unable to use the variables set to use manually

AWJunkies 03-06-2008 08:50 PM

Quote:

Originally Posted by burntire (Post 1458754)
IE7 is having the issue. Firefox is ok.
Here is the link.
http://www.highperformancestangs.com...hp?do=donation

Gotta love Fx and IE SUCKS any who it seems something to do with your style and font color. Search for that light grey color and let me know where you find it.

Sorry to be more clear it is a css issue. You seem to have it in a file so I can't see it in view source.


I found out what is breaking custom styles in IE and will fix it in next release.

If you can send me your css file over a PM I can help you out.

Powlo 03-09-2008 10:12 PM

Quote:

Make sure you have Vbulletin option Forum URL as a WWW not a http://yourdomain.com but http://www.yourdomain.com for the mod to work currectly (http://www.yourdomain.com/admincp/op...ogroup=address)
Why is that?

My site is currently sitting in a test sub-domain. http://v3.mysite.net so does this mean i cant use this mod or can i do something to get it to work?

Xanlamin 03-09-2008 11:07 PM

If your cookie domain is set to http://www.domainname.com then you must use www if cookie domain is set to http://domainname.com then you do not need the www.

MR-2ZZ 03-10-2008 02:12 AM

How Do I move this to just above the footer?

AWJunkies 03-10-2008 02:25 AM

Quote:

Originally Posted by Xanlamin (Post 1461087)
If your cookie domain is set to http://www.domainname.com then you must use www if cookie domain is set to http://domainname.com then you do not need the www.

CORRECT!

Just to be safe I ask people to put www who don't know or understand.

AWJunkies 03-10-2008 02:26 AM

Quote:

Originally Posted by MR-2ZZ (Post 1461155)
How Do I move this to just above the footer?

Move what? Talking about donation bar? You turn off AUTO insert and use the variable $donation_bar it should tell you this in AdminCP setting option.

Xanlamin 03-11-2008 10:57 PM

Quote:

Originally Posted by AWJunkies (Post 1461161)
CORRECT!

Just to be safe I ask people to put www who don't know or understand.

Some though may not have the option, I know if your on a hosted machine that you do not have control over and the host is set to htt://domainname.com then you can not change it and if you set www in options then things can messup.

Some may be able to submit a trouble ticket with the host to have there domain changed to http://www.domainname from there http://domainname and all is good

AWJunkies 03-11-2008 11:09 PM

Quote:

Originally Posted by Xanlamin (Post 1462589)
Some though may not have the option, I know if your on a hosted machine that you do not have control over and the host is set to htt://domainname.com then you can not change it and if you set www in options then things can messup.

Some may be able to submit a trouble ticket with the host to have there domain changed to http://www.domainname from there http://domainname and all is good

Thanks for further info I hope that helps some people who may encounter issues with this. I will update the install guide to better clarify for next release.

Bilderback 03-12-2008 01:30 AM

I'm having a problem with the navbar placement.
It appears the plugin does a str_replace of the FAQ for placement of $donation_link_menu,
but I have put my FAQ link into a menu of its own.
Is there any way to change this to utilize the $template_hook[navbar_buttons_left] ?
Since my FAQ is no longer in the primary navigation,when I use the auto placement,
it messes with the menu row.
no longer <td>FAQ</td>
is now <tr><td>FAQ</td></tr>

AWJunkies 03-12-2008 01:59 AM

Quote:

Originally Posted by Bilderback (Post 1462677)
I'm having a problem with the navbar placement.
It appears the plugin does a str_replace of the FAQ for placement of $donation_link_menu,
but I have put my FAQ link into a menu of its own.
Is there any way to change this to utilize the $template_hook[navbar_buttons_left] ?
Since my FAQ is no longer in the primary navigation,when I use the auto placement,
it messes with the menu row.
no longer <td>FAQ</td>
is now <tr><td>FAQ</td></tr>

Look in the Donation System Plugin and edit the hooks to match your style. OR just manually add the variables to where you would like the menu to appear. This info is in the AdminCP.

Holfy.com 03-12-2008 11:13 PM

Great Work. I love it :D

mastertek2000 03-13-2008 12:50 AM

thanks installed

AWJunkies 03-15-2008 12:00 AM

A new release is coming tomorrow so make sure to download it.

swiper the fox 03-15-2008 03:19 PM

Great MOD/HACK

I do have a question..

Is there any way to disable the " GOAL and Progress bar " area ??

sinisterpain 03-15-2008 06:21 PM

Quote:

Originally Posted by swiper the fox (Post 1465428)
Great MOD/HACK

I do have a question..

Is there any way to disable the " GOAL and Progress bar " area ??

just turn it off in the admincp->Donations System->Bar Settings

select no for the Automatically insert Donation Bar below NavBar

Whiteyez 03-16-2008 10:03 AM

From where can i change to a different language?

"Your Donation Will Be Used To Pay For our ever increasing bandwidth costs, our hosting Service, domain registration, software licensing fees, and maintenance costs"

sinisterpain 03-16-2008 10:53 AM

Quote:

Originally Posted by Whiteyez (Post 1465998)
From where can i change to a different language?

"Your Donation Will Be Used To Pay For our ever increasing bandwidth costs, our hosting Service, domain registration, software licensing fees, and maintenance costs"

Go to admincp->Donations System->Bar Settings
Change the wording as needed in the option field for "Donations going towards message"

JHC 03-16-2008 12:21 PM

Is the update for this and payment lite coming out today?

sinisterpain 03-16-2008 02:07 PM

Should be released today unless we run into any issue in testing

rolandogomez 03-16-2008 03:48 PM

Quote:

Originally Posted by swiper the fox (Post 1465428)
Great MOD/HACK

I do have a question..

Is there any way to disable the " GOAL and Progress bar " area ??

swiper the fox, dora would be mad at you if you couldn't bring home the bacon (grin). I'd like to give you my personal advice, I have the progress bar and I made $133 in donations on a forum that is three weeks old--and I didn't add the donation mod till last week!

I'll admit, I bought the pro version of this and the payment system to go with it, money I've since recovered three times over in two days. First, I have nothing to do with the "awjunkies" group, other than I use their products and I'm one happy customer. I'm also editing their templates to encourage more donations as you can see here: http://www.shotcritic.com/forums/don...hp?do=donation
This url actually shows $128 in two days,
http://www.shotcritic.com/forums/don...o=donationlist

My point is, you're shooting yourself in your foot if you think that the donation status bar hurts your site. Heck, I can't wait for the vBadvanced module to show it on the front of the site. I don't have the donation bar on the front because I don't use the standard navbar on the front of my site and I'm no programmer or coder, just some photographer and author who thinks he's a designer and webmaster and sometimes HTML and messing with this coding stuff makes me dangerous, but dora likes it (grin).

Just some advice, use the bar, it's a great marketing asset to this system, all the best, rg sends!

sinisterpain 03-16-2008 04:45 PM

I have found it to work with many sites through responses from the site admin feedback so I agree its a tool thats proven. Also if you go to our site you will see the donation bar for cmps which will be released shortly.
Its always good to hear the feedback makes our jobs seem worth while in creating a mod that others can benefit from.

Thanks for your support

swiper the fox 03-16-2008 11:07 PM

Quote:

Originally Posted by rolandogomez (Post 1466221)
swiper the fox, dora would be mad at you if you couldn't bring home the bacon (grin). I'd like to give you my personal advice, I have the progress bar and I made $133 in donations on a forum that is three weeks old--and I didn't add the donation mod till last week!

I'll admit, I bought the pro version of this and the payment system to go with it, money I've since recovered three times over in two days. First, I have nothing to do with the "awjunkies" group, other than I use their products and I'm one happy customer. I'm also editing their templates to encourage more donations as you can see here: http://www.shotcritic.com/forums/don...hp?do=donation
This url actually shows $128 in two days,
http://www.shotcritic.com/forums/don...o=donationlist

My point is, you're shooting yourself in your foot if you think that the donation status bar hurts your site. Heck, I can't wait for the vBadvanced module to show it on the front of the site. I don't have the donation bar on the front because I don't use the standard navbar on the front of my site and I'm no programmer or coder, just some photographer and author who thinks he's a designer and webmaster and sometimes HTML and messing with this coding stuff makes me dangerous, but dora likes it (grin).

Just some advice, use the bar, it's a great marketing asset to this system, all the best, rg sends!



I don't mind the progress bar showing per se
but, its the showing of " 62 of goal reached " or 350 of 500 donated
once 500 is reached , no one will "donate" any more thinking that they have no need to

This is why I am thinking of removing some of that area.

I have read around and found the way to remove the xxx of xxx amount and the xx% has been reached
the progress bar is still there

Thanks alot !!!

rolandogomez 03-16-2008 11:19 PM

Quote:

Originally Posted by swiper the fox (Post 1466572)
I don't mind the progress bar showing per se
but, its the showing of " 62 of goal reached " or 350 of 500 donated
once 500 is reached , no one will "donate" any more thinking that they have no need to

This is why I am thinking of removing some of that area.

I have read around and found the way to remove the xxx of xxx amount and the xx% has been reached
the progress bar is still there

Thanks alot !!!

You can simply turn it off in the admin panel, I guess, I have the pro version it allows you to do this and specify which groups can see it. Another solution, I had more contribute today, so I increased my goal another $50, why not? Nothing wrong in revising your goal. Seriously, for the improvement of our site, I earned over $160 now with that bar in less than 72-hours. Not bad for a three week old site with the donation system barely a week old itself. It was worth the $15 to upgrade to the pro system, got it back over ten times in less than three days! Thanks and all the best, it's a great system and I'm sure however you use it, it should work for you. rg sends!

JHC 03-16-2008 11:25 PM

These is the best donation & payment systems available for vbulletin.... Bar None! I've been looking for something like for a long long time. You won't be disappointed.

AWJunkies 03-17-2008 08:18 PM

Thanks for the support guys.

More features and Add-Ons coming soon.

rolandogomez 03-18-2008 12:00 AM

Quote:

Originally Posted by swiper the fox (Post 1466572)
I don't mind the progress bar showing per se
but, its the showing of " 62 of goal reached " or 350 of 500 donated
once 500 is reached , no one will "donate" any more thinking that they have no need to

This is why I am thinking of removing some of that area.

I have read around and found the way to remove the xxx of xxx amount and the xx% has been reached
the progress bar is still there

Thanks alot !!!

swiper, just wanted to let you know, I hit my $250 goal, and in the admincp for the donation bar, I changed the message, go to http://www.shotcritic.com to see, and we still picked up another $100, not bad, $350 in about four days! Just fyi, the links and stats are there, to see how much, here's the link, http://www.shotcritic.com/forums/don...o=donationlist not making this up, and I started the donations with my own $5.

All the best, rg sends!

AWJunkies 03-18-2008 06:50 AM

so glad to hear! and congrats on the $$

cagbaazee 03-18-2008 09:38 AM

Hi, Thanks for these mod

I have recd some donation from the members, but i didnot see that donation bar doesnot increase and remain same when i test myself it increase.the bar. what is the problem why the members name is not mention here after they pay.

please help. THanks

toadyd 03-18-2008 08:14 PM

Any idea what might be the problem here? Users don't seem to want to change groups.

http://img84.imageshack.us/img84/725...nagemenfa7.jpg
http://img215.imageshack.us/img215/4...musicphiy4.jpg

Usergroups effected = 2, registered users group which donating members are all part of.
Donated usergroup id = 9, which corresponds to the id of the usergroup i have created for donating users to be moved to... But once payment has been sent, and an admin has confirmed it they remain in usergroup 2.

No one else seems to be reporting this so i'm guessing it must be something i've missed. I'd be greatful for any suggestions though.

AWJunkies 03-19-2008 02:11 AM

You have your settings perfect and thanks for those pictures really helps!!!!!!! 10 stars

They should AUTO be confirmed and moved to your group if the user clicks the link at the end of payment process with paypal.

If they are not clicking it and you MANUALLY add someone or confirm them they do not get moved or sent a thanks message or update there donation time. That is a PRO feature.

So it seems people are not clicking the link back to your site. Try turning off open payment window in new window and that should fix it will kinda force your users to click the link back to your site and it will auto do everything from there.

OR

Upgrade to Donation System PRO and have EVERYTHING automatic through IPN integration

tmiland 03-22-2008 12:07 PM

It would be great if the devs could set the donation bar OFF by default!
Besides that, keep up the great work :)

AWJunkies 03-22-2008 06:33 PM

Why OFF? 90% of the people use it. And to turn it off for those other 10% is easy and takes 2 seconds.

tmiland 03-23-2008 12:35 AM

So it doesnt pop up on both index and forum when it's installed, i got some unhappy comments about it today... I would prefer to turn it on when i have it translated and customized to fit my site. See? :)
Many people see that donation bar in 2 seconds mate, thats enough to think we're beggin for money, wich is bad at a site thats 1 week old...

So, i ask again, in another way, where do i turn off the donationbar in the scripts? For future updates i mean.


Regards,
Tommy.


All times are GMT. The time now is 01:37 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.01495 seconds
  • Memory Usage 1,850KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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