Jandal
Forum Replies Created
-
Forum: Plugins
In reply to: [Show User Registration Date] sorting featureA manual hack in the mean time.
/wp-admin/users.php?orderby=user_registered&order=asc
/wp-admin/users.php?orderby=user_registered&order=desc
Forum: Plugins
In reply to: [Show User Registration Date] sorting featureI would like to second this request please.
Thank you.
Forum: Plugins
In reply to: [Analyticator] Not working with latest WP@raymondcao gamelust post above has a fix that will make the dashboard widget show again. I have applied it to a couple of installs and it works. But would like an updated version ??
Forum: Plugins
In reply to: [Analyticator] Not working with latest WP@noahkagan Suspicion confirmed. Had reset, cleared cache, reinstalled.
Time for a new one I guess.
@noahkagan Will you be making an update soon please?
- This reply was modified 7 years, 8 months ago by Jandal.
Hello (@mbrsolution)
I have just been doing some more testing on my localhost.
So, not so sure it is just the plugin, it might be an issue with working on localhost, and or WP version as well.
On the localhost, I have now tested with 2.0 and 2.2. And the issue happens on both of them.
More Detail on the Issue
When I upload a file, it is not putting the path in the “Link URL” box. But it is uploading the file to the media area. So if I open the file through the media menu, I can copy the file path/”Link URL”, and then paste it into the file upload path in the plugin. It will then import this CSV file without issue.So the error appears to be related to the file path being empty, more than an issue with the CSV file.
I hope this helps. I will just be copy and pasting the path for my project testing at the moment, not sure when I will be testing in a live environment again.
Thanks
Hello,
I would like to confirm this issue.
I have version 2.1 installed on a live install, and can upload CSV without issue.Then on the local install with version 2.2 installed, I received the error mentioned above. The same file works fine on v2.1, but not on 2.2. Have tried a number of csv files that have worked in the past, and issues continues.
I’m dropping back to ver2.1.
ThanksOK, user error.
It has been a while from when I last used it, but the issue was that you need to
Manage Map > Choose Locations > Check locations you want to show on the map.I had assumed the just show on the map, but they don’t, you need to tell the map which locations to show.
Good feature, makes sense.
BUT it would be helpful if the “Manage Locations” section, it had a help note tell you, that you must activate the location on the map/s you would like it to show ??
OK, user error.
It has been a while from when I last used it, but the issue was that you need to
Manage Map > Choose Locations > Check locations you want to show on the map.I had assumed the just show on the map, but they don’t, you need to tell the map which locations to show.
Good feature, makes sense.
Thanks for the great plugin, keep up the good work.
Hello,
I’m not related to the authors of this plugin.
But seeing your post has made me wonder about my issue. They claim you can have unlimited locations in the free version, but I’m wondering if that is not true.
It appears that I may have hit a limit of 14 locations on the free version?
It would be good for them to clear this up as you are correct, they are wasting peoples time as I’m trying to trouble shoot with possibly wrong information provided by the author.
Forum: Plugins
In reply to: [Moolah payment gateway for Woocommerce] MyriadCoin IntegrationHello iofthebeholder,
I have been looking at this plugin to use it myself.
I noticed it doesn’t include the new coins as well, but it appears to be “easy” to add them to the plugin ??Version 1.0.1
class-wc-gateway-moolah.phpAround line 430 is an array of currencies.
$currencies = array( 'Bitcoin' => 'bitcoin', 'Litecoin' => 'litecoin', 'Dogecoin' => 'dogecoin', 'Vertcoin' => 'vertcoin', 'Auroracoin' => 'auroracoin', 'Mintcoin' => 'mintcoin', 'Darkcoin' => 'darkcoin', 'Maxcoin' => 'maxcoin', );
So for example, I wanted to add Blackcoin. I recommend to copy and paste in the new Array item, notice the comma’s on the end of each line ??
$currencies = array( 'Bitcoin' => 'bitcoin', 'Blackcoin' => 'blackcoin', 'Litecoin' => 'litecoin', 'Dogecoin' => 'dogecoin', 'Vertcoin' => 'vertcoin', 'Auroracoin' => 'auroracoin', 'Mintcoin' => 'mintcoin', 'Darkcoin' => 'darkcoin', 'Maxcoin' => 'maxcoin', 'Myriadcoin' => 'myriadcoin', );
I have NOT tested this, as having another issue, hope it works.
Hope this is helpful until we see a new version.
Thanks,Forum: Plugins
In reply to: [Moolah payment gateway for Woocommerce] Additional altcoinsHello Killerdog,
I have been looking at this plugin to use it myself.
I noticed it doesn’t include the new coins as well, but it appears to be “easy” to add them to the plugin ??Version 1.0.1
class-wc-gateway-moolah.phpAround line 430 is an array of currencies.
$currencies = array( 'Bitcoin' => 'bitcoin', 'Litecoin' => 'litecoin', 'Dogecoin' => 'dogecoin', 'Vertcoin' => 'vertcoin', 'Auroracoin' => 'auroracoin', 'Mintcoin' => 'mintcoin', 'Darkcoin' => 'darkcoin', 'Maxcoin' => 'maxcoin', );
So for example, I wanted to add Blackcoin. I recommend to copy and paste in the new Array item, notice the comma’s on the end of each line ??
$currencies = array( 'Bitcoin' => 'bitcoin', 'Blackcoin' => 'blackcoin', 'Litecoin' => 'litecoin', 'Dogecoin' => 'dogecoin', 'Vertcoin' => 'vertcoin', 'Auroracoin' => 'auroracoin', 'Mintcoin' => 'mintcoin', 'Darkcoin' => 'darkcoin', 'Maxcoin' => 'maxcoin', );
Hope this is helpful until we see a new version.
Thanks,Forum: Plugins
In reply to: [Bitcoin Payments] Any chance of adding Blackcoin?Hey,
It will support blackcoin now, it creates a QR Code for any content you put in there ??
I will add blackcoin to the documentation and other areas soon.
I have been following blackcoin though ?? watching the PoS 2.0, blackhalo and other developments the community is working on.
Keep up the good work!
HODL!Hello MagicFab,
Sorry about the delay.
This issue has now been fixed from ver.1.1.Thanks
Forum: Plugins
In reply to: [Bitcoin Payments] Admin shows up empty – style sheet problem?Hello,
Sorry about the delay. Sometimes life throws some interesting challenges at us.
Thank you for pointing out the CSS issue. This was a silly mistake I made that was relying on a js file that was not in the core and I didn’t include it in version 1.0.
I have just released version 1.1 which has fixed this and a number of other issues.
It would be great if you would like to take another look and let me know of any other issues.
Thank you,
=-)Forum: Plugins
In reply to: [Bitcoin Payments] Typo in documentationHello Franklyn,
Sorry about the delay. Sometimes life throws some interesting challenges at us.
Thank you for pointing out the typo.
I have just released version 1.1 which has fixed this and a number of other issues.
It would be great if you would like to take another look and let me know of any other issues.
Thank you,
=-)