Forum Replies Created
Looks like you used wrong tag in link template, it should be [wpdm_acf-IAASSEntry-authors] where you used [wpdm_acf-IAASSEntry-Authors], I’ve updated link template with proper tag and looks ok now.
Sorry, no such short-code. But I’ve found a plugin, you may try this https://wordpress.org/plugins/count-posts-in-a-category/
If you want to share same file with different url to need to create multiple package and in every package attach same file ( first time upload it, from next package browse it from server and attach with package ), enable password lock for every package, then share the package urls with companies accordingly.
In my side it is working fine, please give me temporary wp-admin login info to check it in your installation.
please give me a temporary wp-admin login info in a private reply, I’ll adjust it there for you 🙂
You may use plugin like this https://wordpress.org/plugins/custom-posts-per-page/
You can show the count this in this way http://demo.wpdownloadmanager.com/wpdmpro/all-categories/ using archive page add-on here http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
please give me temporary wp-admin login info in a private reply, I shall set it up there for you.
Got an small conflict there with free version and archive page add-on, I’ve adjusted it for next update of the plugin, anyhow I also have attached the file here, please download, unzip and upload wpdm-widget.php in plugins/download-manager dir.
@innovatio,
#1. popup will not disappear automatically, you need to click close button.
#2. All those strings should be available in .po file
@das_eichhorn, sorry, not clear, but there is no email related with password lock, may you please explain your situation little more.
Please use this plugin http://www.wpdownloadmanager.com/download/wpdm-image-button/ 🙂 .
“I really need to be able to download the passwords of all users as well as the user details on the export function” <-- sorry, not clear. May you please explain what do you mean by "the passwords of all users".
You’re welcome. Please rate us 5* here https://wordpress.org/support/view/plugin-reviews/download-manager?rate=5#postform if you get some free moments, that will be very big support for us 🙂
@Altriluoghi, that will require to edit your theme template, quicker way is, create a copy of current archive page template, name it taxonomy-wpdmcategory.php, now remove the info you don’t need from taxonomy-wpdmcategory.php .
I’m not seeing any problem there except very long file name or may you please tell me where you facing issue exactly.
Use following code:
<?php echo get_post_meta(get_the_ID(), "__wpdm_download_count",true); ?>
you can’t use direct link for protected packages. You can setup login message and link from wpdm settings page, but for login form you will need pro version.
@keblusekjanseznamcz, I need to check it in your installation.
I’ve checked, looks like it is an issue with that search plugin, however, wpdm has it own search widget.
looks like download-manager dir is renamed or all files are not uploaded properly, please deactivate and delete current installation, then again install and activate a fresh copy.
When you use email lock option, individual download will not work or that will require some complex code customization. So when your apply email lock for a package with multiple files and users submit form with email address from front-end, they will get an email with full package download link.
Example link template:
<div class="thumbnail">
<div class="media">
<div class="pull-left">
[icon]
</div>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i class="fa fa-th-large"></i> [file_size] <i class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
Copy the code, go to Admin Menu Downloads Templates Create New Link Template Paste the code in text area Save