Mike Cooper

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 31 total)
Jan 29, 2020 at 2:24 am
#119157
Participant
Mike Cooper
OP

Any updates on when we might see this new feature?

Jan 15, 2020 at 6:34 pm
#118262
Participant
Mike Cooper
OP

I’ve manually installed 5.0.5 and the new brows interface works great. Looks much nicer too!

Thank you!

Jan 15, 2020 at 6:29 pm
#118260
Participant
Mike Cooper
OP

Version 5.0.5 also fixes the issue for me. I had to manually download from wpdownloadmanager.com as it still was not showing as an option on my sites /plugins page as an update. It seems like it has not been pushed to the wordpress.com plugins system.

Jan 15, 2020 at 5:59 pm
#118256
Participant
Mike Cooper
OP

I’m not able to see version 5.0.5 as available for download when I go to Dashboard > Updates.

Jan 15, 2020 at 5:32 pm
#118249
Participant
Mike Cooper
OP

We are seeing the same thing. All pages under /wp-admin are 3+ minutes to load or time-out. Disabling wpdm fixes this.

No changes to WP in 3+ weeks.

Running WPDM 5.0.4 on WP 5.3.2.

This is VERY URGENT for us as our customers use Download Manager to get our product.

Jan 13, 2020 at 6:00 pm
#118082
Participant
Mike Cooper
OP

Any updates on when the new release will be out with the fix? I’m checking daily but haven’t seen a new release.

Dec 30, 2019 at 7:25 pm
#117239
Participant
Mike Cooper
OP

Fantastic!

Dec 27, 2019 at 12:38 am
#117115
Participant
Mike Cooper
OP
This reply has been marked as private.
Dec 21, 2019 at 4:25 pm
#117021
Participant
Mike Cooper
OP

I’m still not seeing 5.0.4 available when I go to /wp-admin > Plugins and click “Check for updates”.

Dec 19, 2019 at 6:29 pm
#116962
Participant
Mike Cooper
OP

My site was autoupdated to WordPress 5.3.2 and the problem is still present. So still looks to be a WPDM bug with WP 5.3.x.

We can’t upload any updates to our site for our customers so this is a significant issue for us.

mike

Dec 17, 2019 at 9:57 pm
#116885
Participant
Mike Cooper
OP

This problem occurs in both Firefox and Chrome so its not likely an browser issue.

Nov 20, 2019 at 12:38 am
#115129
Participant
Mike Cooper
OP

Awesome! Thanks for listening and hearing! 🙂

Nov 19, 2019 at 1:01 am
#115058
Participant
Mike Cooper
OP

I would urge you to reconsider making this a new column flag feature in the CSV or a Setting under Downloads > Settings.

There are several downsides to making this a hook in functions.php:
1) This feature is not exposed and available to other WPDM users. I’m sure some other users will want this though not everyone will.
2) If there is an update to the theme the hook will be silently lost and have to be 1) discovered missing and then 2) re-added.

I hope you will reconsider.

Best regards,
mike

Nov 18, 2019 at 1:13 am
#115006
Participant
Mike Cooper
OP

Hi Shahriar,

Still not sure what you mean by hook but I hope its something we can enable as a setting in Downloads > Settings or something we can add to the CSV. Basically something that will survive each time the WPDM version is updated.

We will hold off developing our own code to use this feature until we see how you have implemented in a future release. If you remember to it would be great if you updated this thread once it was released.

Cheers,
mike

Nov 15, 2019 at 12:01 am
#114910
Participant
Mike Cooper
OP

I definitely understand the need to not change the default behavior your existing customers expect. That was one reason why I suggested having another column which was a flag to enable this new behavior.

So when you say “add a hook” does that mean you will do that via a new column flag or some other way? What’s the timeframe for you to have a release out with that in it?

Thanks again for listening!

Nov 13, 2019 at 6:48 am
#114851
Participant
Mike Cooper
OP

Hi Shahriar,

Thank you for that code! I applied it and it does work. That’s fantastic!

What version of WPDM will this be included in?

Nov 12, 2019 at 12:21 am
#114777
Participant
Mike Cooper
OP

Just wanted to check back and see if you had any thoughts on if you can/will implement this.

Cheers,
mike

Nov 2, 2019 at 3:48 pm
#114273
Participant
Mike Cooper
OP

Will there be a command line export command? Without that it’s still a manual process for us to open browser, navigate to Downloads, run the export, save the file.

What we really need is that additional column that the importer uses to determine if an entry with the same title exists to ignore that row. That seems simple enough that it should require only a few lines of code in your importer. Of course as a developer its usually more than a few lines of code but it still shouldn’t be too much.

Oct 31, 2019 at 11:22 pm
#114222
Participant
Mike Cooper
OP

I appreciate the suggestion but that would require frequently manually grabbing the IDs directly or via manual export. The point of this for us is to automate the import process.

Oct 31, 2019 at 7:53 pm
#114200
Participant
Mike Cooper
OP

I don’t think that will work for us then. That means when we add an item for the first time (no ID column) we must somehow get back its assigned ID value to then store and use it in a future csv file import. The only way for that to happen is to be able to run the bulk importer from the command line on the wordpress host and parse the output to find the newly assigned ID. I’m guessing that’s not possible.

Would be much easier if the CSV had a column which said if “title” matches any existing item in download items then do not import.

Oct 31, 2019 at 7:31 pm
#114195
Participant
Mike Cooper
OP

I tried adding an ID column but when I do the import does not work. I see the plugin reports success and no error but afterwards the item is not found when I look under All Downloads.

Here’s is a link to the csv: https://drive.google.com/file/d/1y_YgupNMxbyBhrHQcEwS07j3q0BEPAme/view?usp=sharing

Oct 31, 2019 at 6:36 pm
#114186
Participant
Mike Cooper
OP

To followup on my last request about bulk import without creating duplicates… What I think would be easy (that’s always relative :)) for you and give us what we need is if there’s another column in the csv that if set to say “nodup” or a simple “1” would tell the bulk importer to ignore that row if the “file” has already been imported (e.g. there’s a download item with the same file name and/or title.

This is really important for us to keep using this plugin. We need to automate the import process as the manual process does not scale.

Thanks in advance for your consideration.

Oct 30, 2019 at 5:16 pm
#114125
Participant
Mike Cooper
OP

Another key question… If I import from csv and the same item already exists then the import creates a new download item. Is there someway to tell the importer to not do this?

I want to create a csv that has dozens of rows and then import that csv. Only some of the rows will change from time to time. What we are doing is building new product releases and want to build a single csv for all files in that release then use Bulk Import on that csv file. We need the importer to skip over any row which has the same File name.

Oct 30, 2019 at 5:11 pm
#114124
Participant
Mike Cooper
OP

I filled in description and the import works. Thanks!

Next question: How can I specify multiple Categories?

Oct 29, 2019 at 11:03 pm
#114075
Viewing 25 posts - 1 through 25 (of 31 total)