ok, please send a temporary wp-admin login info to support@wpdownloadmanager.com with this forum post link, also mention the link template name you want to set there.
Hi Shaon,
i need to insert a link in the download page to open a file (not download).
I use this code:
View
Now, using [file_list] i have the file name, the question is how i can retrieve file’s path on the server.
Is there a shortcode i can use to do it?
Thanks in advance.
Vito
Hi, I use your plugin with the access control add on. All function well but if I use the option block download link, it function. For example I have a member name: alex
In the package option I give the permission to download only to alex.
If I use a member George for example I can see the file but I cannot download while Alex can download (correct)
If I use the option to hide everything for user download permission, the page content is hide also for the correct member download with the right access. How can I solve this problem?
Sorry for my English
place the code at the end of download-manager.php and refresh any page while download manager is active to execute the code. but you need to set proper link template file name or id before execute it.
yes, you can do that, create a link template using following code:
<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;">[page_title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-download-alt"></i> [download_count] downloads
</div>
</div>
and assign the link template for your packages
ok you can download from above link now
Great, thank you. Now how can I download this new template? Link above takes me to an html page, download link takes me to 404 page.
I inserted AddThis on the page template for WPDM. But when I click to share a product page they all point to http://acapelladjs.com/wpdmpro/wpdmpro/. Regardless of what I do it keeps sharing the same link.
Here is an example, http://acapelladjs.com/download/nengo-flow-ft-falsetto-sammy-yo-se-que-tu-quieres/#.UfG3UY3VB8E just click “Like” button to test it.
actually you don’t have to downgrade. You can now set link template for archive page add-on from download manager settings page. can you give me the url here to check how it looks like now.
I’ve downloaded the new versions, and the default template now uses a different size image, with the feature image above the link and description. Previously, it was using the icon sized images, and even though that’s still the template we have selected, it’s not displaying that, and we had to downgrade the add-on version back to 1.6.0 again.
But downgrading the add-on caused a fatal error for the website, so I had to downgrade back to v3.3.5 of the main plugin too. Is there a way to fix this at all? I’d love to be able to play with and fix this myself, but the license won’t let me install it on a test site to see if I can make the changes we want without messing up our production site.
We’ve also always had to use our own preview images, since the default icons provided never seemed to work. Could that be part of the problem as well?
Can you make the search button smaller?
Can I remove the direct download link?
Hi Shaon, thank you for your reply.
I’ve managed to solve this issue – and the center-align one, too – by defining this custom CSS:
.wpdm_file {
display:inline-block;
}
Works great 🙂
Buc
I just checked the package edit page and I am getting similar errors there:
Link Template: Warning: file_get_contents(C:\wamp\www\PJI\wp-content\plugins\download-manager//templates/email-templates): failed to open stream: Permission denied in C:\wamp\www\PJI\wp-content\plugins\download-manager\add-new-file.php on line 632
Page Template: Warning: file_get_contents(C:\wamp\www\PJI\wp-content\plugins\download-manager//templates/email-templates): failed to open stream: Permission denied in C:\wamp\www\PJI\wp-content\plugins\download-manager\add-new-file.php on line 661
I upgraded to 3.3.8 following the instructions on the upgrade page (deactivate add-ons, deactivate download manager, activate download manager, activate add-ons).
After I re-activate the wpdm-archive plugin I have an error on the “settings” page of download manager and I can’t change the archive page template (Link Template for Archive Page):
Warning: file_get_contents(C:\wamp\www\PJI\wp-content\plugins\download-manager//templates/email-templates): failed to open stream: Permission denied in C:\wamp\www\PJI\wp-content\plugins\wpdm-archive-page\wpdm-archive-page.php on line 434
I tried deleting and re-adding the wpdm-archive-page plugin (v1.7.0), but no success.
Go to “My Orders” page and click thru the link. Then see:
Updating download manager to latest version
Thank you for fixing that, unfortunately the download links themselves are still messed up:
http://www.carlsonsw.com/wordpress/?wpdmdl=19
yes, possible, you need to edit css.
“Lightbox plus ColorBox” ? is it a plugin, in that case please give me the plugin link to check
it should work fine now with default link template
Is there a way to force the Email Lock feature to automatically use the email registered in the system for a logged user? The main idea here is to only send the link to download a package to the email that was previously registered for that user in WordPress itself.
Is it possible (even if it requires some customization)?
Thank you,
Leo
I was wondering if you could modify the code so it calls CSS from Https rather than http:
The codes I specifically referring to are found here:
Processing file : D:\Working Files\download\download-manager\functions.php
Line 2547 – <link href='http://
Found 1 occurrences.
Processing file : D:\Working Files\download\download-manager\wpdm-dashboard.php
Line 2 –
Found 1 occurrences.
Processing file : D:\Working Files\download\download-manager\bootstrap\css\bootstrap.css
Line 2 –
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
Found 1 occurrences.
Searched 365 file(s), found 3 occurrences in 3 file(s)
It keeps my page from loading securely. Would that be possible for the next version release to simply change that to https:?
#2 ) please give me the category names here so that I can test those with me installation
#3 ) you don’t have to change in code directly, simply create a link template, more details here: http://www.wpdownloadmanager.com/docs/integrated-templates/