Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterHello Megan,
It is true that I am currently busy with the exchange extension, but at the same time I try to find the time to do minor improvements on the other extensions, as well as the main plugin.
You are correct that this is a useful feature for the airdrop extension and it makes a lot of sense. I will add it to the list and will try to do it soon.
Thank you
alexg
KeymasterHello again,
I used the credentials you sent me to login. With your help I was able to locate the problem in the knockout template for the balances list view.
If you want to correct the problem right now, you can edit the file
wallets/includes/views/balance/list.php
. The<form>
tag does not have a matching closing</form>
tag, but a</div>
tag. This is my mistake and I will of course fix it in the next patch release.Thanks again for helping me find the problem.
kind regards
alexg
KeymasterIn version
0.2.2-beta
released just now you should be able to set more markets.alexg
Keymaster24-hour market volume is now added in the
0.2.2-beta
release.alexg
KeymasterYes, you are correct, this is a useful feature.
And yes, it will take some time.
I am taking a note of it.
Thank you
alexg
KeymasterYes, thank you. It seems some maximum limit was reached in the size of the POST request that saves the markets. I have changed the POST request to make it more compact and it should now fit many more markets. This will be released later today.
kind regards
alexg
KeymasterHello,
I logged in and had another look. You currently don’t have any frontend errors, and only the issue with addresses not being assigned remains.
1. Could you please hit this into your SQL console?
DESCRIBE wp_wallets_adds;
I would like to verify that your schema was indeed upgraded.2. Addresses not being assigned could be due to a number of reasons. Could you please enable WordPress debugging and check your logs for errors? See #2 here.
Thank you
kind regardsalexg
KeymasterHello,
Is there any way I can login to your site to check what’s wrong?
I am having difficulty reproducing the problem.
alexg
KeymasterYou are correct,
The referral list has been requested before
I should get to it!
And yes I can add a copy button.
Thanks
alexg
KeymasterWow, thank you again, and congrats for solving this!
Using a code snippet from the plugin you found, I can modify the faucet to detect the correct IP if it is behind a reverse proxy.
Will release a patch soon.
alexg
KeymasterUsers receive faucet coins from an admin user’s account. If that admin user holds coins then these can be transferred to the users. Presumably the balance of the admin user corresponds to actual balance on the wallet, so you will be ok.
alexg
KeymasterEthereum is currently under maintenance in CoinPayments. See here: https://www.coinpayments.net/supported-coins
While this is the case, the coin adapter will not be able to perform deposits or withdrawals.
This is always a problem with using third party services.
Once normal operation resumes on the platform, the users will be assigned new addresses.
kind regards
alexg
Keymaster@vorticism The “wa” string is now removed in version
3.6.1
.alexg
KeymasterIn version
3.6.1
of the plugin, you can now use the CSV export feature to write out a file of user transactions, where users are denoted by email, not user_id. Therefore you can now re-import that file to a new WordPress installation where your users have different user_ids, as long as they have the same email address.alexg
Keymaster@bigblue
You should be able to use
[wallets_balance]
and[wallets_balance template="list"]
on the same page with no problem.1. Could you please explain how the dropdown shows misconfigured? Perhaps post a screenshot or describe the problem?
2. Also, could you please check to see if the problem persists when you switch to another theme?
3. Do you have any JavaScript errors in your console?
Thank you
-
AuthorPosts