Please use following code to show file names,
<h3><button class="btn btn-danger btn-xs pull-right btn-remove-item" data-index="<?php echo $key; ?>"><i class="fa fa-trash-o"></i></button> <?php echo isset($fileinfo[$file_index]['title'] ) ? $fileinfo[$file_index]['title'] : basename($file); ?></h3>
Hi,
Please use manual update for now. Auto update doesn’t work in some servers.
Disable and delete old version. Then install new version. You can download new version from your dashboard.
Thanks.
I couldn’t re-create the issue. After clicking the package link in this page it took me to the details page. But my user didn’t have access to the download. It changed the allow access to all visitors for the package to test if download works. And yes it worked.
Hi, Plugin update doesn’t change the selected template. So no need to worry about it. Update will only remove any changes you make in plugin code inside /plugins/download-manager/ directory.
Hi,
Sorry for the delay.
Please use the default WordPress post export module from Dashboard Tools Export page to export all downloads. Then import the file in new installation. After that relocate your whole /uploads/download-manager-files
directory to your new installation.
Thanks.
Hi,
Please send FTP login info.
Looks like plugin code has been modified automatically during installation. One of the review plugin file code was empty in code editor. I have to check the FTP to be sure about this.
Hi,
Use download limit option from package settings
https://www.evernote.com/l/AUdcXO_c_hRE7Kmg_bP74L1BGJxTFZeEpa8B/image.png
No option for controlling simultaneous downloads. But you can control download speed using this addon http://www.wpdownloadmanager.com/download/download-speed-control/
We are working on next update. There is no fixed released date yet.
Thanks.
Hi,
An order confirmation email is sent to the customer right after completing payment. It may have gone to spam.
However, i have connected your order to you account. Now you can download from your dashboard.
Thanks.
Yes, those issues has been fixed.
Hi,
Please use following link to complete the payment ( $95 = Difference + $10 manual upgrade fee ),
[…]
Let me know when it is done. I will upgrade your license to developer plan.
Thanks.
You can edit the message from /download-manager/wpdm-functions.php
file. It is around line 382.
Yes, it is possible. It requires some code customization. Go to /download-manager/tpls/wpdm-all-downloads.php
file and then replace marked line with following code,
https://www.evernote.com/l/AUfyzvfB7OBA3rbTJwWzMGvMyHsBR1-wTHQB/image.png
<a class="package-title" href='<?php echo wpdm_download_url($data); ?>'><?php the_title(); ?></a><br/>
It actually changes the_permalink();
to wpdm_download_url($data);
Do you want to just show link of a package in a regular WordPress post? It should work as you already have done.
Please send temporary wp-admin login info in private reply to check this issue further.
You can use your own template for search form. Please check the related doc here http://www.wpdownloadmanager.com/doc/template-files/
1. Create a directory named download-manager
inside your active theme directory.
2. Make a Copy of wpdm-archive-page/tpls/advanced-search-form.php
file and move the copy to the your-theme/download-manager/
directory.
3. Now this template will be used to show search for. Design it as you wish. Plugin update won’t erase your changes.
Hi,
Download Limit is associated with user role and packages (downloads). It means, limit is based on package. Not related to your Dropbox files. Your Dropbox files are just part of a package/download.
Suppose, Download Limit is set to 10 for subscriber role. After downloading 10 packages an user with subscriber role won’t be able to download any more packages. So, limit is being applied to your Dropbox files indirectly.
In your first screenshot “User Download Limit” value is global limit which can be overridden by following role based limit fields.
I hope, you understand now, how limit works. However, let me know if still confused anywhere.
Thanks.
Do you want to rename the dashboard menu label? It could be done from download-manager.php file, but not recommended. Changes will be lost after plugin update.
Please send temporary wp-admin login info in private reply to check the issue.
Unlocked your key from old domain. It should work on new one. Please try now.
There is nothing wrong with customized work here. It is your mistake in menu settings. Check following screenshot to understand what is going on.
https://www.evernote.com/l/AUcgB6cUpJdOh6SxXsQwRToTI0XkJbRpi0AB/image.png
When are you planning to complete the due fee?
Actually Download Manager data table does not have date sort support yet. It is in our to do list.
However, i have implemented it in your side. Sorting is working now.
Hi,
Please send temporary wp-admin login info and package link to check the issue.
Thanks.
Hi,
Dropbox addon for Download Manager let you add files from Dropbox to your package. But WPDM Dropbox addon does not work like your current Dropbox plugin ( from you link ).
Download Limit add-on works with any packages independent of where files added from. Means it works with Dropbox add-on. You can apply limit to packages that have files attached from your Dropbox.
Thanks.
Do you have Download Manager Pro? Panel link template only works with Pro version. Please send temporary wp-admin login info in private reply, if you have Pro version installed and still having issue.
Are you having issue with custom link template? Just tested the custom link template Danielem stated above, worked fine.
Hi,
It is not possible yet to change the upload directory.
But there is a template tag [pdf_thumb]
available for generating PDF thumbnails. It requires ImageMagick installed on your server.
You can use this tag in custom link/page template to show pdf thumb.
Thanks.