![]() |
Hi Guys
Can I get some urgent help. Whenever I donate money, I keep getting a message that I do not have enough money, I also installed Ishop, and when I want to buy it says I don't have enough money. I can donate money to users from the Admincp but the system does not recognoze it. Any help? |
are you sure you have your money table set to 'money'?
|
Thank you Blaine
I had money with a capital 'M'. Just changed it to a lower case and it now seems to work :) Rian |
1) In product-icash.xml:
From: <phrase name="error_icash_sendmsomthing"><![CDATA[You must donate somthing!]]></phrase> To: <phrase name="error_icash_sendmsomthing"><![CDATA[You must donate something!]]></phrase> 1.5) You need to change the amount to be a fload, not an int. 2) In donate.php: Find: $db->query("insert into " . TABLE_PREFIX . "icash_donations (`id` ,`from`, `to`, `amount`, `time`) VALUES ('', '{$vbulletin->userinfo['username']}', '{$doname}', '{$amount}', '{time()}')"); Change: $db->query("insert into " . TABLE_PREFIX . "icash_donations (`id` ,`from`, `to`, `amount`, `time`) VALUES ('', '{$vbulletin->userinfo['username']}', '{$doname}', '{$amount}', now())"); |
is there a way to exclude forums so that users dont get points for posting in certain forums???
|
I installed it, is it possible that the hack counts posts that have already been made? Since there are 6000+ posts on my board, but everyone has 0 points.
|
how do i make it so that the donate link in the postbit is only visible to the administrator? (not the group, but the sole admin)
|
This isn't the "proper" way to do things but I just added what is in red around the donate link. I changed it on postbit and postbit_legacy...
<if condition="$show['admincplink']"> <a href="donate.php?$session[sessionurl]to=$member[username]">Donate</a> </if> |
is there any way to set it to give a certain ammount for a post and the characters in the post?
example: 5 points for a post + .03 for each character |
Quote:
|
yeah but its either giving ONLY per character or posts/threads...not both.
|
Quote:
|
Hi Blaine0002, I'd like to show the points in my forum main page but I tried to copy the same codes given in the instruction in another template but the $member[money] failed to show.
Can you share with me how this can be done? Many thanks. |
Has anyone installed this with 3.6.4???
|
Quote:
Came here looking for integration to ibProarcade and see there's lots to wade through. Could anyone direct me to a post providing direction on this. I see something has been in the works, but haven't found anything definitive. Good luck with 3.6.4 install. |
thats a built in with ibproarcade, you would need to ask the author of that for instructions on how.
|
Thx much.
Could you please tell me why the next interest payment shows as like 13xxx days? I've look through here and the code, but can't put a finger on it. I saw the same thing on your Web site's version. Can I correct that somwhere? thx again. |
interest? there is no interest in icash o.o
|
...and that would explain why I haven't found anything here! I'll take a look at the IBank forum.
Thx. |
Blaine,
Do you know when the next update (with separate point settings for each forum folder) is going to be published? Keep up the good work :) |
Is there a way of finding out who has the most points over a particular time period?
Can the points be reset without clearing all of the post statistics? |
Didn't get a chance to read this whole thread yet but shouldn't points be deducted from a user when one of his threads is deleted?
|
quite possibly, but that would cause many issues with the modification, such as if they spend all their points in a shop mod, there is nothing to take away from. the main thing you should do in that case is go in and donate them a negative ammount of points to take some away, and if they repedadly (sp?) spam your forum, maybe a longer lasting punishment should be taken into consideration.
|
Quote:
Any way Blaine, if you don't fix this issue: Quote:
|
Quote:
Is there any solution to this? I would like to use both but when the per character is selected, it only adds the points for the per character and not per character and per new post. Thanks. |
Zagis, i posted earlier in the thread that you simply need to change the hook location to newpost_complete instead of newpost_process
waller i can add that in the next version |
That sounds good Blaine. That would be great.
|
Quote:
Please let me know if you can add this option to your plugin. With this option your add-on will become the perfect and secure alternative to vbbux. PS 1. Does your system allow negative balances? 2. Does your system check if a balance is negative before donating/buying items in ishop? Thank you. |
yes it checks, and yes it allows negative balances. i will most likely add this in another update today. already updated today once >_< lol
|
Hi Blaine0002,
Any info on how to show the $member[money] in CMPS? |
does the cmps use the hook system?
|
I think I have a problem, maybe it's a bug, maybe I'm doing something wrong. I upgraded from 1.01 to this 1.02 version.
Now I go to my admincp in ICASH and see the following Activate points per thread/post which can be switched to yes or no. In the previous version, when switched to yes, I could set the amount of cash to be given for each new thread/post. This options is gone with 1.02. Same problem goes for "Activate points per character". The only amount which can be set is for registration and referral. How can this be fixed? Furthermore I read in the update mail: Quote:
|
Never mind, found it already in the forums themselves.
Nice option but if you want different value's, you have to edit every forum part there is, that could be a whole lot of work. Can there be made an option to set the value for the amount of points per thread/reply and per character globally? |
Quote:
Blaine0002 thanks for making the update this is KL from msn haha |
Quote:
I'm trying to show the amount of money in the user's ibank & icash account. As well as a page that shows the top 30 richest users. |
Id also like a 'most points' page. One thing ive been wondering is, would it be possible to tie this into other mods so that there is a function to add points.
I.e When a user does X then give X points to that user. can you do this in Icash? |
It is possible if you mod the php code, I myself am a newb at php but am getting there! I am trying to make it work with vbPortal :) so far you get points if you add an article or downloads or any of those things :) Now I want to make it take away points if you download something :)
|
Only point system left,
Glad to see its still up :) |
Hello :)
Great points system! Just a little thing to the ones out there! You don't need to edit every single forum if you want the same amount on every forum! If you just edit the categories, then the same amount of points will go the forum below it :) Good Luck |
Quote:
|
All times are GMT. The time now is 09:35 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|