[ABD] Cash Mod 1.0.0 Beta 1

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Widmo696
Registered User
Posts: 57
Joined: Wed Nov 18, 2009 12:14 am

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by Widmo696 »

This mod is currently developed by autor?
Forgive me my English.
User avatar
Handyman`
Former Team Member
Posts: 1751
Joined: Thu Feb 03, 2005 8:44 pm
Contact:

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by Handyman` »

Widmo696 wrote:This mod is currently developed by autor?
If you're asking if I'm still developing it, the answer would be yes.
I had to put it on hold for a bit due to work issues, but an update should be coming very soon.
The API should not be changing, but at some point, I may write up some documentation on how to use it so more MOD Authors will use it… it only requires 1 line of code to use.
http://startrekguide.com My Mod Queue || 1/16/10 Display Posts Anywhere 1.2.0 RC5, Cash MOD 1.0.0 b1, MOD Version Check, AJAX Chat, SEO MOD, AJAX QR, Photo Gallery
MOD Development Manager (version 0.2.0-dev with MODX Generator)
mitx
Registered User
Posts: 90
Joined: Thu Jul 24, 2008 7:51 am

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by mitx »

is there any easy way to make it so that we can track the transfers between accounts?
Lamer4o
Registered User
Posts: 98
Joined: Tue Dec 22, 2009 9:29 pm

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by Lamer4o »

Does it work with no problem's on 3.0.6 ?
And the same stuff for prosilver2 or subsilver2
madd74
Registered User
Posts: 228
Joined: Thu Aug 14, 2003 5:17 pm
Location: Iowa
Contact:

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by madd74 »

I had some issues when I installed it on 3.0.6 and a few others shared the similar problem, but that was on 3.0.5. However, the core functionality appeared to work, meaning, it would give points when posting and the like.
skafreak
Registered User
Posts: 23
Joined: Sun Feb 22, 2004 3:00 pm

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by skafreak »

Seems to be a few bugs in the current version.

getting this error on any page trying to show cash
[phpBB Debug] PHP Notice: in file /includes/mods/cash/cash_class.php on line 461: Division by zero

this is the code it is referring to

Code: Select all

		// divide by the new exchange rate
		$amount /= $exchange_rates[$currency_to]['exchange_rate'];
I fixed it for now by putting an if statement before it allowing the function to only be carried out if $exchange_rates does not equal 0.
new code

Code: Select all

if ($exchange_rates[$currency_to]['exchange_rate']!='0') {
		// divide by the new exchange rate
		$amount /= $exchange_rates[$currency_to]['exchange_rate'];
}
There are also no numbers showing up on the memberlist for the currency that a user should have, and on the user profile it always shows 0. I checked my database and it is showing I should have 7 dollars but it is showing 0 on the forums. However if I go to the Bank within the user control panel it shows that I have 7 dollars.
User avatar
Chyna Doll
Registered User
Posts: 18
Joined: Tue Jan 19, 2010 8:22 pm
Location: New Castle, De
Contact:

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by Chyna Doll »

Hey I just need comfirmation that this is normal since the mod is still in beta..
Image

if not could you tell me how to correct it?
oh and the text my brother wrote by it says, "Doesn't lead anywhere, just takes me back to this page again, like if i was clicking the refresh button"
♥♥♥Dana♥♥♥
User avatar
emerald
Registered User
Posts: 44
Joined: Fri Apr 11, 2008 7:41 pm

Re: [BETA] Cash Mod 1.0.0 Beta 1

Post by emerald »

this is def not normal.
you need to check out wether all changes in your template are done. it seems the changes for profile are missing.



Is there a shop mod available wich works with this cash mod?
I would prefer the user are giving each other little icons instead of virtual money, e.g.: a user got some flower(-pic)s on his birthday instead of virtual cash.
Locked

Return to “[3.0.x] Abandoned MODs”