![]() |
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:
|
All times are GMT. The time now is 08:57 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:
|