Forum Replies Created
please download the marked file and install:

download manager is now using custom post type, so it posts and postmeta table.
download the add-ons again, looks like the menu is coming from an old version of add-on.
I’ve tested it now. The possible reason is zlib is not working properly, please ask your hosting/server support to reinstall/fix zlib.
you need to edit the code at wpdm-archive-page.php
/download-manager/cache/ dir should be writable.
please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ , here http://www.wpdownloadmanager.com/downloads/add-ons/ is also some other free add-ons could be useful for you.
Sorry for delayed reply, we had some issue with server. Anyhow please delete free version, then Download and Install v4.0.7 as marked in following image:

Now, use attached add-on to migrate data from free pro:
1) Install add-on
2) go to Downloads Settings Migrate tab
got it now :D, yes, we are already working on such a file manager add-on
@cecilior, reply #14565 was for @misteraborga, but please let me know, if you have any other issue.
Sorry for all the hassle, but this is for good in long run. Now download manager using custom post type and complete synced with wp’s native libraries. Default bootstrap buttons are not supported anymore. anyhow you can use http://www.wpdownloadmanager.com/download/wpdm-image-button/ for custom buttons. But if you need bootstrap buttons, please add following code at the end of functions.php
function wpdm_bootstrap_buttons($package_data){
$package_data['btnclass'] = 'btn btn-primary';
return $package_data;
}
add_filter("wdm_before_fetch_template", "wpdm_bootstrap_buttons");
actually it is not support for “3rd part plugin”, main issue is, his theme is not supporting custom post type. anyhow yes, we have custom upgrade support ( http://www.wpdownloadmanager.com/download/custom-upgrade-service/ ). please send your requirement to customize@wpdownloadmanager.com , customization team will reply you with a quote.
ok, please give me wp-admin login info in a private reply, i’ll check.
they work as “or” logic, this or that. but if you want them to enter email and password both, you need to force them to signup. and keep them in a user role and make the download available for that role. then they will need to signin before download.
I’m trying to install the migration add-on, but it is asking for ftp info
@sickboymx, I see it looks fine in your site:

looks like you are using old version, please update to v4.0.7
that is not possible as direct link will not work for that dir, as files inside that dir is not accessible from http.
but anyhow, you can get the attached file with a package using following code:
$files = maybe_unserialize(get_post_meta($packageid, '__wpdm_files', true));