Quote:
Originally Posted by prowarfare
How can I change the maximum amount to give to someone. It seems to be a max of 2 billion?
I would like this to be in the trillions.
|
You can change the limit in AdminCP: kBank > Edit Settings > Maximum of donation and Maximum of donation (24h)
Quote:
Originally Posted by Collussus
Exploit found by a user of my forum, You can sell an item for lower than 0, ex: -100.
This can be fixed by opening kbank.php, go to line 1490.
Here you find :
PHP Code:
if ($sell['price'] == 0) {
Replace that with:
PHP Code:
if ($sell['price'] <= 0) {
|
Thank you!
Actually, I will fix it in line 1485
Quote:
Originally Posted by skol
Great mod and thank you..One problem,when i add an item to the kshop it has the word "Detail" which i presume once clicked on will show details of the item being sold/auctioned..
Can you tell why nothing happens when i click on it..Thanks again.
|
Hmm... Maybe there is some javascript confict in your forum. Can you send me your forum address (with username and password) via PM so I can check it out?
Quote:
Originally Posted by Floris
... very sweet addon.
I always wanted something like this, and here it is. Time for me to review this internally and see if it's up and par for our sites.
|
You are welcome
Quote:
Originally Posted by ph03nIX
I have some suggestions.
There should be an option to disallow people from selling items that they have bought. I did this by editing the templates but there should be an option in the admincp. Maybe allowing only certain usergroups to sell.
An option to discard items. Say somebody buys an item to edit their username, but it can only be used once, so they buy another one. The option to discard the old item would be nice.
Also I came across a bug, or at least I think it is.
People are able to sell items that they have used up, then the buyer is left with an item they cannot use.
I do like the mod though. :up:
|
The selling permission will be added in the next release

You can disable enabled item and use the new one (actually, the new item's effect will override old one's)
Hmm, it's a straight behavior but it's not a bug I think
Thank you all guys for using this product