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-23-2008 12:48 AM

It is in AdminCP to turn it off

Donation System >Bar Settings> First option set to OFF

I will set it to be off in next V2.0.0

tmiland 03-23-2008 01:51 AM

Quote:

Originally Posted by AWJunkies (Post 1472125)
It is in AdminCP to turn it off

Donation System >Bar Settings> First option set to OFF

Thats kind of hard to do when it's not installed.

Quote:

Originally Posted by AWJunkies (Post 1472125)
I will set it to be off in next V2.0.0

Thank you. :D

Alfa1 04-12-2008 10:43 PM

Most of the links to your site do not work. Not do the links to the extra features.

Alfa1 04-13-2008 12:05 AM

Please consider adding support for multiple donating / VIP groups.
This way we can offer multiple levels of donating, with different packages of VIP functions.

Would you consider E-Gold support? Either in the Lite or in Pro version.
Regarding the donation list: please consider giving donating members the option to:
- appear on the list or not.
- have the amount they donated listed there or not.

AWJunkies 04-15-2008 08:53 AM

Quote:

Originally Posted by Alfa1 (Post 1489375)
Most of the links to your site do not work. Not do the links to the extra features.

Sorry Site was changed around with new V2 coming out. LITE version is getting this upgrade sometime tomorrow or wed. You will see a new thread about it. Combining the two Payment System and Donation System to make things easier for you guys. SO the same instance for Product System and Payment System will be combined for a LITE version.

Those links in old V1 are no longer available because Payment System no longer exist. You will see in next few days.

AWJunkies 04-15-2008 09:00 AM

Quote:

Originally Posted by Alfa1 (Post 1489414)
Please consider adding support for multiple donating / VIP groups.
This way we can offer multiple levels of donating, with different packages of VIP functions.

Would you consider E-Gold support? Either in the Lite or in Pro version.
Regarding the donation list: please consider giving donating members the option to:
- appear on the list or not.
- have the amount they donated listed there or not.

Regarding the name to appear or not on list or the amount. This is a PRO feature ONLY and is coming WED as next V2.0.1 release. It would have been sooner in PRO version but V2 delayed things.

Also what do you mean by E-Gold support?

Main site is www.allwheelcoding.com

Now to touch on the multiple level package for donating usergroups. Now this falls into the category of subscriptions. I do have a Subscription System coming out. But probably not for another month finishing the Product System first. I need to know more along the lines of these groups and what they do. Also this would be a PRO ONLY feature. People ask for things all the time and I throw them in the next PRO versions. There is an update every week in PRO version of added features that members want. Also including language support. Will have German, Dutch, Spanish by next week and maybe more.

V2 is totally different and 100X better so you may want to check it out. There is a V2 LITE I will release on here in next few days but nothing what PRO is. Just basically the merge of Payment System and Donation System to be easier for you guys. It does have some more security, speed, etc stuff though.

Alfa1 04-15-2008 11:37 AM

Quote:

Originally Posted by AWJunkies (Post 1491071)
Also what do you mean by E-Gold support?

Some of my members currently donate through www.e-gold.com It is basically the same as Paypal, but there is no danger of chargebacks and e-gold does not seize your account.
A lot of people use e-gold.

Quote:

Originally Posted by AWJunkies (Post 1491071)
I need to know more along the lines of these groups and what they do.

Multiple levels of donations:
Offer the opportunity for people to donate. For example:
donating member - $20
supporter - $50
fellow - $100
sponsor - $250
benefactor - $1000
patron - $5000

By preparing these choices chances are bigger that some will choose the higher options. Each level should have its member group.

AWJunkies 04-15-2008 05:51 PM

Ok so you are doing a member group hierarchy TITLE type thing. Not tons of extra benefits and features.

Why not just have multiple title change per level of donation. I would prefer to do that since I do not want a Donation MOD crossed with a Subscription type thing. It has to do with a lot more things. But a donation is something without anything in return. If you give something in return then it is NO longer a donation but a payed service or added benefit. This goes along the lines of a donation being tax free and be able to prove it.

So what you want to do is very easy to add with the new cron I already have done that gives a user a medal/award in postbits/profile for the amount they have donated. You set the amount levels and so on and it does all the rest for you. Again this is a PRO feature only and would not be available through a LITE version.

Alfa1 04-15-2008 06:29 PM

I do give my donating members more forum functionality, but other than that there would be no difference other than titles.

Evoix_mr2006 04-16-2008 01:28 AM

I installed this, and am having two issues. First off, on my CMPS, when I have the product add the code for the drop down list, it is unclickable. Am I missing something here? Second, when I have it automatically add the links, it changes the color of my navbar specifically around that link.

www.cicenet.net

jim6763nva 04-16-2008 04:42 PM

For those of you using Vba CMPS, and are having trouble getting the manual placement of the Donation Menu link and dropdown. Here is what I did,

Locate your FAQ link (or any link you want the Donation link to follow), then place the
$donation_link_menu variable on the next line after it.

Locate the "<!-- NAVBAR POPUP MENUS -->" comment and place the $donation_link_menu_options variable 1 or 2 lines after it.

Save your Navbar template and refresh the page. It should be working now.

It's not clear in the AdminCP as to where to put these variables and I was initially placing them together one after the other, and it was screwing up my style.

EDIT: Also, I added these variables to the global POST variable section in vba CMPS.

Hopefully this was of some help to someone,

Jim

billt928 04-16-2008 09:03 PM

How about a Donor badge in the postbit for those that donated?

AWJunkies 04-17-2008 06:07 AM

Quote:

Originally Posted by jim6763nva (Post 1492265)
For those of you using Vba CMPS, and are having trouble getting the manual placement of the Donation Menu link and dropdown. Here is what I did,

Locate your FAQ link (or any link you want the Donation link to follow), then place the
$donation_link_menu variable on the next line after it.

Locate the "<!-- NAVBAR POPUP MENUS -->" comment and place the $donation_link_menu_options variable 1 or 2 lines after it.

Save your Navbar template and refresh the page. It should be working now.

It's not clear in the AdminCP as to where to put these variables and I was initially placing them together one after the other, and it was screwing up my style.

EDIT: Also, I added these variables to the global POST variable section in vba CMPS.

Hopefully this was of some help to someone,

Jim

Sorry LITE version is a little behind and has it in V2 LITE these same instructions. Will be releasing it tomorrow or next day. Have to finish another PRO feature update tomorrow first.

AWJunkies 04-17-2008 06:09 AM

Quote:

Originally Posted by billt928 (Post 1492487)
How about a Donor badge in the postbit for those that donated?

PRO edition has this with medal/award for a certain specified amount donated they get X medal/award on certain increments you specify. Or it can be just set to ONE medal/award for donating period no hierarchy for donating more.

AWJunkies 04-17-2008 06:11 AM

Quote:

Originally Posted by Evoix_mr2006 (Post 1491733)
I installed this, and am having two issues. First off, on my CMPS, when I have the product add the code for the drop down list, it is unclickable. Am I missing something here? Second, when I have it automatically add the links, it changes the color of my navbar specifically around that link.

www.cicenet.net

Sorry this will be a lot easier in V2 update coming tomorrow or next day. It combines Payment System and Donation System as well as Donation System CMPS for you guys for one quick simple installation.

It will automatically add the variables to CMPS and so on.

dancue 04-18-2008 03:31 AM

As a user of the V2 Pro I can tell you that this mod is probably the most important mod I have installed on my forum.

Best part is it DOES EVERYTHING AUTOMATICALLY!

But then again...all of AW's mods are like this.

Alfa1 04-19-2008 01:45 AM

Are you considering to add e-gold to your donation methods?

So far you have paypal and credit cards through google as payment methods.
Other popular methods are e-gold, online bank transfers, money bookers & western union. It would be great to see more methods integrated. online bank transfers are already competing with the popularity of credit cards in Europe and will likely become the major way of payment.

AWJunkies 04-22-2008 04:33 AM

Quote:

Originally Posted by Alfa1 (Post 1494221)
Are you considering to add e-gold to your donation methods?

So far you have paypal and credit cards through google as payment methods.
Other popular methods are e-gold, online bank transfers, money bookers & western union. It would be great to see more methods integrated. online bank transfers are already competing with the popularity of credit cards in Europe and will likely become the major way of payment.

Yes I can support ANY form of payment and WILL be increasing the payment methods just need people to let me know what they want and consider it done. I am working on a lot of things at the moment on PRO. Another BIG update is coming this week. With an Awards system and so on. So hit me up on the site for PRO information.

macc 04-22-2008 06:28 PM

Hello!

get this error on my main page but forum work ... some solutions?

Code:

PHP Fatal error: require_once() [function.require]: Failed opening required './paymentsystem/functions/payment.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/belapla/public_html/vb/libar/global.php(591) : eval()'d code on line 1518

regards

macc

AWJunkies 04-22-2008 11:20 PM

Quote:

Originally Posted by macc (Post 1496736)
Hello!

get this error on my main page but forum work ... some solutions?

Code:

PHP Fatal error: require_once() [function.require]: Failed opening required './paymentsystem/functions/payment.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/belapla/public_html/vb/libar/global.php(591) : eval()'d code on line 1518

regards

macc

For now turn off the plugin called: Donation System Menu/Bar

That will fix error but wont have a donation bar.

I will need to see your site URL to take a look more into this.

macc 04-22-2008 11:28 PM

Hello!

problem is that i have mkportal and when i install donation hack my forum works but not mkportal.. i get http 500 internal server error !

www.belaplay.com/vb and www.belaplay.com/vb/libar now i uninstalled donation hack ..have only payment hack !

directory structure is:
mkportal
libar
index.php
reg

macc

AWJunkies 04-24-2008 04:33 PM

Quote:

Originally Posted by macc (Post 1496918)
Hello!

problem is that i have mkportal and when i install donation hack my forum works but not mkportal.. i get http 500 internal server error !

www.belaplay.com/vb and www.belaplay.com/vb/libar now i uninstalled donation hack ..have only payment hack !

directory structure is:
mkportal
libar
index.php
reg

macc

I am not sure where to start on this one. I have never seen mkportal before nor anyone use it. All I see is Page generated in 5.76427 seconds with 25 queries WOWOW. AND TONS of errors on your pages. For instance go to your forum in Fx and see where your top banners are. They are way off and have to scroll right for two pages along with bottom VB icons etc. I see tons of errors everywhere on this portal system. So I would need a link to this portal system to see how it works and runs. Takes me back to the old PhPNuke days ahaha.

macc 04-28-2008 11:54 AM

Hello!

You can try use IE ..i know that users get those error in firefox(double page)
and link to my mkportal is www.belaplay.com and to forum is www.belaplay.com/vb/libar

regards

macc

AWJunkies 04-28-2008 08:15 PM

Quote:

Originally Posted by macc (Post 1501400)
Hello!

You can try use IE ..i know that users get those error in firefox(double page)
and link to my mkportal is www.belaplay.com and to forum is www.belaplay.com/vb/libar

regards

macc

No I need the software mkportal website. I need to see how the software works and why it would even conflict.

GoTTi 04-28-2008 08:15 PM

is there a way to make this work with the subscriptions?

GoTTi 04-28-2008 08:23 PM

also, can you add a option to this that will allow us to send a reminder either auto or maually to registered users that try to use the donation system but do not send the payment fully?

AWJunkies 04-28-2008 08:46 PM

Release version: 0.2.0
Release Date: 27th April 2008
PRO FEATURE ADDED: You now can see where the user is at in Online Location Details and Member Profile
PRO FEATURE ADDED: The language support system now uses Vbulletin internal system for easier changing of language or loading of multiple languages
CHANGED: Payment System LITE is now merged with Donation System LITE to make things a LOT easier for downloading and upgrading
CHANGED: Entire code to speed it up and slim it down
CHANGED: Donation Bar Style
REMOVED: All old files and restructured them and renamed them for new V2 system
NOTICE: There is seriously to much to post on what was changed this is a Major Update and all should switch to latest V2

This Thread will no longer be supported and in one week be moved to MOD graveyard. To get the latest software please go the below link:
https://vborg.vbsupport.ru/showthread.php?t=177437

PAYMENT SYSTEM AND DONATION SYSTEM ARE NOW MERGED! :)

Thank you for the support,
Adam (AWJunkies)

macc 04-28-2008 10:50 PM

hello!

www.mkportal.it/ you can find about but problem is that there is index.php and in the forum root also ...and i use cmps 3.0.1 and cmps_index.php ...

regards

macc

AWJunkies 04-29-2008 12:21 AM

Quote:

Originally Posted by macc (Post 1501881)
hello!

www.mkportal.it/ you can find about but problem is that there is index.php and in the forum root also ...and i use cmps 3.0.1 and cmps_index.php ...

regards

macc

This MOD has nothing to do with index pages. So doesn't matter what forum/index/cmps_index you have. I will need a temp admin. Sent to me to really dive into this issue. Cause I don't see this 404 error you see so I will have to test around and see what is causing it. There are no issues on Vbadanced or VB so I am leaning towards the software mkportal. So will need to look into it.

Ncturnal 05-11-2008 11:29 PM

I'm getting a SQL error when I attempt to transfer payments from Paypal Donations for 3.5.0. I omitted some of the error that had names and email addresses. It referred to a specific transaction. When I deleted that specific transaction and retried the transfer it generated the same error message with the next transaction. Any ideas?

Code:

mySQL query error: INSERT INTO awc_dsl_payments (method,txn_id,userid,verify_sign,first_name,last_name,payer_business_name,address_name,address_street,address_city,address_state,address_zip,address_country,address_status,payer_email,payer_id,payer_status,business,receiver_email,receiver_id,item_name,item_number,quantity,invoice,notify_version,memo,tax,option_name1,option_selection1,option_name2,option_selection2,payment_date,parent_txn_id,txn_type,payment_type,payment_status,pending_reason,reason_code,mc_gross,mc_fee,mc_currency,mc_handling,mc_shipping,settle_amount,settle_currency,exchange_rate,case_id,case_type,case_creation_date) VALUES ('Paypal','2GH31384Y66404812','268','AFcWxV21C7fd0v3bYYYRCpSSRl31AA4qWuN2U-I53JRh4WSb291ynz4t',

','0.00','','','','',1135656831,'','web_accept','instant','Completed','','','20.00','0.88','USD','0.00','0.00','0.00','','0.0000','','','')

mySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't even know if the donate button is ready but I don't mind pitching in. Keep up ' at line 1
mySQL error code:
Date: Sunday 11th 2008f May 2008 08:03:02 PM


Gersfan 05-12-2008 10:10 AM

All Installed and looking good, I'm not sure if it's working yet as nobody has made a Donation.

Couple of things though....How to I edit the Bar so I can put the text all in the one line above the bar etc...?

Also whats the code for the dropdown menu 'Donate' So i can add it manualy, As when I click yes show in NavBar, because of my custom style its not got the right class.

Thanks,

infinityloop 05-14-2008 05:48 AM

very cool modification!

are guest also able to donate? :)

sinisterpain 05-14-2008 09:16 PM

Quote:

Originally Posted by infinityloop (Post 1519075)
very cool modification!

are guest also able to donate? :)

As quoted by AWJunkies:
Quote:

This Thread will no longer be supported and in one week be moved to MOD graveyard. To get the latest software please go the below link:
https://vborg.vbsupport.ru/showthread.php?t=177437

AWJunkies 05-19-2008 04:59 PM

This thread is no longer supported please look to getting the latest version called:
AWCoding Donation System.

Any moderators seeing this please put this in MOD graveyard. I merged this software and another together and re-released to make things easier on everyone.

Ncturnal 05-19-2008 05:08 PM

I was wondering what the deal was when I installed it. :(

AWJunkies 05-22-2008 03:12 AM

Yes please go to new thread here:
https://vborg.vbsupport.ru/showthread.php?t=177437

dancue 05-22-2008 03:32 AM

AW. Maybe it would be best just to edit this mod's first post. Perhaps a warning not to install this version?

UltraFanatics 05-24-2008 04:01 PM

Great mod mate, but I have a few problems.

* When user pays I get the money but the status bar doesnt change and neither does the amount
* Also when they pay they aren't switching to the Donator usergroup

Any ideas?

AWJunkies 05-24-2008 05:54 PM

Yeah I will do that now.

athlon64bit 06-02-2008 04:31 PM

Is there anyway that this could be made so that users can select multiple currencies to donate in such as a drop down menu to select either dollars or pound sterling. Often people do not know the conversion between dollars us or aus to pound sterling and vice versa.


All times are GMT. The time now is 01:33 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.01465 seconds
  • Memory Usage 1,853KB
  • 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
  • (3)bbcode_code_printable
  • (16)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